read more
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2350
Read Local Lyrics 1.1
Read Local Lyrics is a little Python script works as a lyrics plugin. more>>
Read Local Lyrics is a little Python script works as a lyrics plugin.
If to some audio file, a corresponding ".txt" file can be found in the same folder, this is taken as the lyrics of the song.
<<lessIf to some audio file, a corresponding ".txt" file can be found in the same folder, this is taken as the lyrics of the song.
Download (0.030MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1072 downloads
Feedn Read 0.6.0b
Feedn Read (FnR) is a free Java based open source newsfeed reader. more>>
Feedn Read (FnR) is a free Java based open source newsfeed reader. It is powered by the Sun ROME syndication framework and therefore supports all current formats (RSS 0.90, 0.91, 0.92, 0.93, 0.94, 1.00, 2.00, ATOM 0.30 and 1.00).
It disposes of an intuitive, fast and responsive user interface using eclipse technologies, i.e. JFace and SWT. Thus it combines the platform independent Java world on one hand with a fast native user interface on the other hand.
Main features:
- Multi threaded application environment
- Multi language support (german and english attended at the moment)
- Multi tab style reading
- Tree based favorite management
- Newsfeed retrieval and update
- Newsfeed aggregation
- Scheduling for automatic newsfeed retrieval
- Easy news filtering
- Easy favorite filtering
- Archive support (recognizes already read news)
- Newsfeed caching support
- RSS enclosure support
- Podcast support
- System tray support
- System tray notifications
- Internal web browser
- OPML import
- OPML export
- Customizable interface
<<lessIt disposes of an intuitive, fast and responsive user interface using eclipse technologies, i.e. JFace and SWT. Thus it combines the platform independent Java world on one hand with a fast native user interface on the other hand.
Main features:
- Multi threaded application environment
- Multi language support (german and english attended at the moment)
- Multi tab style reading
- Tree based favorite management
- Newsfeed retrieval and update
- Newsfeed aggregation
- Scheduling for automatic newsfeed retrieval
- Easy news filtering
- Easy favorite filtering
- Archive support (recognizes already read news)
- Newsfeed caching support
- RSS enclosure support
- Podcast support
- System tray support
- System tray notifications
- Internal web browser
- OPML import
- OPML export
- Customizable interface
Download (4.8MB)
Added: 2006-06-18 License: Common Public License Price:
1226 downloads
B::More 1.01
B::More Perl module contains additional introspection methods and functions. more>>
B::More Perl module contains additional introspection methods and functions.
Adds stuff I needed in B and wasnt there.
Feel free to email me with suggestions for other methods I can add.
B::SV METHODS
svref
Inverse of B::svref_2object.
B::PVMG METHODS
magic
Returns a string containing the types of all MAGIC.
magic TYPE
Returns the B::MAGIC object for the magic with specified type, or undef if no magic with that type was found.
FUNCTIONS
defstash
Returns the default stash (main::) as B::HV object.
curstash
Returns the current stash (package) as B::HV object. Note that this only makes sense at compile time (in a BEGIN-block or in eval-string).
<<lessAdds stuff I needed in B and wasnt there.
Feel free to email me with suggestions for other methods I can add.
B::SV METHODS
svref
Inverse of B::svref_2object.
B::PVMG METHODS
magic
Returns a string containing the types of all MAGIC.
magic TYPE
Returns the B::MAGIC object for the magic with specified type, or undef if no magic with that type was found.
FUNCTIONS
defstash
Returns the default stash (main::) as B::HV object.
curstash
Returns the current stash (package) as B::HV object. Note that this only makes sense at compile time (in a BEGIN-block or in eval-string).
Download (0.003MB)
Added: 2007-06-25 License: Perl Artistic License Price:
851 downloads
Clone::More 0.90.2
Clone::More is a Perl module that can copy Perl data structures. more>>
Clone::More is a Perl module that can copy Perl data structures.
SYNOPSIS
use Clone::More qw( clone );
my $structure = [
{ key => value }
];
for my $set ( @$structure ) {
my $clone = clone( $set );
for ( keys %$clone ) {
print "Everything matches" if ( exists( $set->{$_} ) && $set->{$_} eq $clone->{$_} );
}
}
This is intended to act as a utility in order to natively clone data structures via a simple Perl interface. Will ensure that all references will be separated from the parent data strure, yet kept relative to the new structure (if need be).
Please take a look at the WARNINGS, GOTCHAS and FUTURE DEVELOPMENT sections, as resources to see if this module is fully capable of doing everything that you want it to do (and it will do most everything).
<<lessSYNOPSIS
use Clone::More qw( clone );
my $structure = [
{ key => value }
];
for my $set ( @$structure ) {
my $clone = clone( $set );
for ( keys %$clone ) {
print "Everything matches" if ( exists( $set->{$_} ) && $set->{$_} eq $clone->{$_} );
}
}
This is intended to act as a utility in order to natively clone data structures via a simple Perl interface. Will ensure that all references will be separated from the parent data strure, yet kept relative to the new structure (if need be).
Please take a look at the WARNINGS, GOTCHAS and FUTURE DEVELOPMENT sections, as resources to see if this module is fully capable of doing everything that you want it to do (and it will do most everything).
Download (0.027MB)
Added: 2007-05-16 License: Perl Artistic License Price:
891 downloads
Newsadmin 1.1
Newsadmin is a simple PHP news publishing system for Web pages. more>>
Newsadmin project is a simple PHP news publishing system for Web pages.
Newsadmin is a simple news administration system that features news editing and several separate news editor/ administration accounts.
News articles can have a news image that can be uploaded with the article (using news editing form). There is a news archive page for past articles.
Long articles can optionally be cut on main view and read using separate readarticle "read more" page.
This script can quite easily be customized to different needs.
Main features:
- There can be several editors that can type and publish news. Afterwards, they can modify or delete their news.
- There can be several different administrators that can add, delete and modify other editors and admins.
- Editor has possibility to upload a picture related to news. If ImageMagick is present on the server, the script uses convert-tool to resize it to wanted size.
- It is easy to print news with print_news(num)-function. print_news also cuts long articles (maximum length configurable) and links to readarticle.php with which you can see whole article.
- If you know HTML and a little PHP (okay, you ONLY need some common sense...) you can also make your own printing functions in printfunctions.php.
- Gnu Gettext is used used to translate translate this into foreign languages. If you translate this application to your language, please send me .po file :) Translatable .po-files are in po/-directory and they are installed in locale/-directory. Read po/HOWTO-TRANSLATE.txt
- Simple news archive page to crawl the past.
- You can process articles trough parsewiki if you want to use its formatting features (configuration variable). This requires perl to be installed. Doesnt work if php is in safe mode (shell_exec doesnt work then). See http://doc.tikiwiki.org/tiki-index.php?page=Wiki+Text+Formatting to have an idea how it works when enabled.
- And thats not all! In addition there is:
- Calendar script by ikemcg with which you can edit events. One week onwards can be printed on your web page with print_thisweek() from functions.php;. Login to calendar with same usernames&passwords as in newsadmin.
<<lessNewsadmin is a simple news administration system that features news editing and several separate news editor/ administration accounts.
News articles can have a news image that can be uploaded with the article (using news editing form). There is a news archive page for past articles.
Long articles can optionally be cut on main view and read using separate readarticle "read more" page.
This script can quite easily be customized to different needs.
Main features:
- There can be several editors that can type and publish news. Afterwards, they can modify or delete their news.
- There can be several different administrators that can add, delete and modify other editors and admins.
- Editor has possibility to upload a picture related to news. If ImageMagick is present on the server, the script uses convert-tool to resize it to wanted size.
- It is easy to print news with print_news(num)-function. print_news also cuts long articles (maximum length configurable) and links to readarticle.php with which you can see whole article.
- If you know HTML and a little PHP (okay, you ONLY need some common sense...) you can also make your own printing functions in printfunctions.php.
- Gnu Gettext is used used to translate translate this into foreign languages. If you translate this application to your language, please send me .po file :) Translatable .po-files are in po/-directory and they are installed in locale/-directory. Read po/HOWTO-TRANSLATE.txt
- Simple news archive page to crawl the past.
- You can process articles trough parsewiki if you want to use its formatting features (configuration variable). This requires perl to be installed. Doesnt work if php is in safe mode (shell_exec doesnt work then). See http://doc.tikiwiki.org/tiki-index.php?page=Wiki+Text+Formatting to have an idea how it works when enabled.
- And thats not all! In addition there is:
- Calendar script by ikemcg with which you can edit events. One week onwards can be printed on your web page with print_thisweek() from functions.php;. Login to calendar with same usernames&passwords as in newsadmin.
Download (0.16MB)
Added: 2007-01-22 License: GPL (GNU General Public License) Price:
1005 downloads
firescope 0.1
firescope allows you to read kernel logs and other memory over FireWire. more>>
firescope is a port of Ben Herrenschmidts firescope tool to i386/x86-64 Linux with many additional changes. firescope allows you to read kernel logs and other memory over FireWire.
Enhancements:
- The program was ported to i386/x86-64.
- A log reader for printk buffers was implemented - the original could just talk to xmon.
- Lots of other changes were made.
<<lessEnhancements:
- The program was ported to i386/x86-64.
- A log reader for printk buffers was implemented - the original could just talk to xmon.
- Lots of other changes were made.
Download (0.007MB)
Added: 2006-04-04 License: GPL (GNU General Public License) Price:
1301 downloads
Rawstudio 0.6
Rawstudio is an open source raw-image converter written in GTK+. more>>
Rawstudio is an open source raw-image converter written in GTK+.
Rawstudio can read and convert RAW-images from many different cameras, including Nikon and Canon. It uses dcraw.
Main features:
- Reads all dcraw supported formats
- Internal 16bit rgb
- Various post-shot controls (white balance, saturation and exposure compensation among others)
- Realtime histogram
<<lessRawstudio can read and convert RAW-images from many different cameras, including Nikon and Canon. It uses dcraw.
Main features:
- Reads all dcraw supported formats
- Internal 16bit rgb
- Various post-shot controls (white balance, saturation and exposure compensation among others)
- Realtime histogram
Download (0.26MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
813 downloads
Rediff Business 1.0
Rediff Business widget allows you to view and read the latest bussiness news from this Indian news source. more>>
Get up to date news about India Business from Rediff Business Edition RSS Feed.
Rediff Business widget brings, right on your desktop, the latest news from the bussiness world taken from this Indian news source.
Stay up-to-date with the latest bussiness news.
<<lessRediff Business widget brings, right on your desktop, the latest news from the bussiness world taken from this Indian news source.
Stay up-to-date with the latest bussiness news.
Download (92.4KB)
Added: 2009-04-25 License: Freeware Price:
191 downloads
Gaim-RSS-Reader 0.1
Gaim-RSS-Reader is a plugin for the popular Gaim multi-protocol chat client. more>>
Gaim-RSS-Reader is a plugin for the popular Gaim multi-protocol chat client that adds the ability to monitor and read RSS feeds.
To install follow these commands:
./configure --prefix /usr --with-gaim=PATH
make
make install
<<lessTo install follow these commands:
./configure --prefix /usr --with-gaim=PATH
make
make install
Download (0.52MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1215 downloads
Audio::Wav::Read 0.06
Audio::Wav::Read is a Perl module for reading Microsoft WAV files. more>>
Audio::Wav::Read is a Perl module for reading Microsoft WAV files.
SYNOPSIS
use Audio::Wav;
my $wav = new Audio::Wav;
my $read = $wav -> read( filename.wav );
my $details = $read -> details();
Reads Microsoft Wav files.
<<lessSYNOPSIS
use Audio::Wav;
my $wav = new Audio::Wav;
my $read = $wav -> read( filename.wav );
my $details = $read -> details();
Reads Microsoft Wav files.
Download (0.018MB)
Added: 2006-06-23 License: Perl Artistic License Price:
1222 downloads
Spreadsheet::Read 0.17
Spreadsheet::Read enables reading the data from a spreadsheet. more>>
Spreadsheet::Read enables reading the data from a spreadsheet.
Spreadsheet::Read tries to transparantly read *any* spreadsheet and return its content in a universal manner independent of the parsing module that does the actual spreadsheet scanning.
For OpenOffice this module uses Spreadsheet::ReadSXC
For Excel this module uses Spreadsheet::ParseExcel
For CSV this module uses Text::CSV_XS
For SquirrelCalc there is a very simplistic built-in parser
<<lessSpreadsheet::Read tries to transparantly read *any* spreadsheet and return its content in a universal manner independent of the parsing module that does the actual spreadsheet scanning.
For OpenOffice this module uses Spreadsheet::ReadSXC
For Excel this module uses Spreadsheet::ParseExcel
For CSV this module uses Text::CSV_XS
For SquirrelCalc there is a very simplistic built-in parser
Download (0.009MB)
Added: 2007-03-30 License: Perl Artistic License Price:
941 downloads
Tie::Eudora 0.01
Tie::Eudora is a Perl module that can encode/decode emails, read/write emails in Eudora mailbox files. more>>
Tie::Eudora is a Perl module that can encode/decode emails, read/write emails in Eudora mailbox files.
SYNOPSIS
####
# Subroutine interface
#
$encoded_email = decode_record($mailbox_email);
@email = decode_field($encoded_email);
$encoded_email = encode_field (@email);
$mailbox_email = encode_record($encoded_email);
#####
# Object Interface
#
$eudora = Tie::Form->new(@options);
$encoded_email = $eudora->decode_record($record);
@email = $eudora->decode_field($encoded_email);
$encoded_email = $eudora->encode_field (@email);
$mailbox_email = $eudora->encode_record($encoded_email);
$mailbox_email = $eudora->get_record();
$success = $eudora->put_record($mailbox_email);
####
# use file subroutines to write/read Eudora mailbox files
#
tie *MAILBOX, Tie::Eudora;
open MAILBOX,>,$mbx;
print MAILBOX @mailbox;
close MAILBOX;
open MAILBOX,<<less
SYNOPSIS
####
# Subroutine interface
#
$encoded_email = decode_record($mailbox_email);
@email = decode_field($encoded_email);
$encoded_email = encode_field (@email);
$mailbox_email = encode_record($encoded_email);
#####
# Object Interface
#
$eudora = Tie::Form->new(@options);
$encoded_email = $eudora->decode_record($record);
@email = $eudora->decode_field($encoded_email);
$encoded_email = $eudora->encode_field (@email);
$mailbox_email = $eudora->encode_record($encoded_email);
$mailbox_email = $eudora->get_record();
$success = $eudora->put_record($mailbox_email);
####
# use file subroutines to write/read Eudora mailbox files
#
tie *MAILBOX, Tie::Eudora;
open MAILBOX,>,$mbx;
print MAILBOX @mailbox;
close MAILBOX;
open MAILBOX,<<less
Download (0.065MB)
Added: 2007-01-11 License: Perl Artistic License Price:
1018 downloads
tsemgr 0.8
tsemgr is a GTK+ application which was made to manage the SonyEricsson T68 mobile phone. more>>
tsemgr is a GTK+ application which was made to manage the SonyEricsson T68 mobile phone.
It allows you to read and send short messages (sms), view and edit the phonebook, upload files via IrDA and Bluetooth, and turn your phone into a remote control for your Linux box.
<<lessIt allows you to read and send short messages (sms), view and edit the phonebook, upload files via IrDA and Bluetooth, and turn your phone into a remote control for your Linux box.
Download (0.16MB)
Added: 2006-09-08 License: GPL (GNU General Public License) Price:
1141 downloads
second hand icons
second hand icons is inspired by the superb litho icons by anthony piraino. more>>
second hand icons is inspired by the superb litho icons by anthony piraino.
-- THIS SET IS ABANDONED --
Everyone is welcomed to pick it up and continue the work. im sorry, i just cant do it now. please, read the readme file.
<<less-- THIS SET IS ABANDONED --
Everyone is welcomed to pick it up and continue the work. im sorry, i just cant do it now. please, read the readme file.
Download (0.70MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1217 downloads
Imagero Reader 2.0.0 RC3
Imagero Reader is a Java library for reading image files. more>>
Imagero Reader is a Java library for reading image files. Supported file types include BMP, GIF, TIFF, PNG, JNG, MNG, JPEG (including 12-bit grey), PSD, PBM, PGM, PPM, TGA, EPS, EPSI, and EPSF.
The following RAW file types are also supported, at least partially: MRW, CRW, NEF, DCR, and DNG. It can read thumbnails, read metadata (IPTC, EXIF, and XMP), edit metadata, get image width and height, get the number of images contained in a file, define an area to read, add a ProgressListener, choose an image channel to read, set a scale factor, set subsampling (JPEG only), and read an image (or channel) directly into an array.
Supported file types are:
- BMP 1, 4, 8, 16, 24 and 32 bit uncompressed; 4 and 8 bit compressed
- GIF
- TIFF 1, 4, 8, 16, 32, 48 and 64 bit per pixel; bilevel, grayscale, palette, RGB, CMYC, Cie Lab, YCrCb color spaces; CCIT1D, G3, G4, ZIP, JPEG, LZW and PackBits compression
- PNG, JNG, MNG
- JPEG inclusive CMYC and 12-bit grey
- PSD
- PBM, PGM, PPM
- TGA
- read embedded images from EPS, EPSI, EPSF
Supported RAW files:
- MRW
- CRW*, CR2*, THM
- NEF*
- DCR*
- DNG*
- Full resolution image cant be yet read, but thumbnail, preview and metadata can be read.
Main features:
- read thumbnails
- read/edit metadata
- any metadata contained in ImageResourceBlock ( PSD, JPEG, TIFF) and ImageFileDirectrory entry ( TIFF, NEF, DNG, DCR) can be edited full control over JPEG metadata
- get image width and height
- get number of images, contained in file
- define an area to read
- add a ProgressListener
- estimate JPEG compression/quality
- read an image channel
- set a scale factor
- set subsampling (JPEG only)
- read an image (or channel) directly into an array
- easy IPTC handling with IPTCParser and IPTCEditor
Whats New in 1.9.6 Stable Release:
- The EPS parser was partially rewritten and made more generic and easy to use.
- It may be used now to parse nearly every kind of data (as a programmable parser).
- Thumbnails are read from AI (Illustrator) files.
- Disc based image caching was implemented (but is beta).
- New methods were added to TiffUtils: insert IFDEntry, remove IFDEntry, and create and insert IFDEntry with IPTC data.
- Two utility classes were added for creating and adding EXIF and GPS data to TIFF images.
- An important bug in XMPApp1 concerning wrong field length was fixed.
Whats New in 2.0.0 RC3 Development Release:
- It is possible to write TIFF images now. TiffWriter can currently write RGB, ARGB, CMYK, and grayscale (8 bit) images.
- Supported compression schemes are uncompressed, PackBits, and ZIP.
- Bugfixes were made.
<<lessThe following RAW file types are also supported, at least partially: MRW, CRW, NEF, DCR, and DNG. It can read thumbnails, read metadata (IPTC, EXIF, and XMP), edit metadata, get image width and height, get the number of images contained in a file, define an area to read, add a ProgressListener, choose an image channel to read, set a scale factor, set subsampling (JPEG only), and read an image (or channel) directly into an array.
Supported file types are:
- BMP 1, 4, 8, 16, 24 and 32 bit uncompressed; 4 and 8 bit compressed
- GIF
- TIFF 1, 4, 8, 16, 32, 48 and 64 bit per pixel; bilevel, grayscale, palette, RGB, CMYC, Cie Lab, YCrCb color spaces; CCIT1D, G3, G4, ZIP, JPEG, LZW and PackBits compression
- PNG, JNG, MNG
- JPEG inclusive CMYC and 12-bit grey
- PSD
- PBM, PGM, PPM
- TGA
- read embedded images from EPS, EPSI, EPSF
Supported RAW files:
- MRW
- CRW*, CR2*, THM
- NEF*
- DCR*
- DNG*
- Full resolution image cant be yet read, but thumbnail, preview and metadata can be read.
Main features:
- read thumbnails
- read/edit metadata
- any metadata contained in ImageResourceBlock ( PSD, JPEG, TIFF) and ImageFileDirectrory entry ( TIFF, NEF, DNG, DCR) can be edited full control over JPEG metadata
- get image width and height
- get number of images, contained in file
- define an area to read
- add a ProgressListener
- estimate JPEG compression/quality
- read an image channel
- set a scale factor
- set subsampling (JPEG only)
- read an image (or channel) directly into an array
- easy IPTC handling with IPTCParser and IPTCEditor
Whats New in 1.9.6 Stable Release:
- The EPS parser was partially rewritten and made more generic and easy to use.
- It may be used now to parse nearly every kind of data (as a programmable parser).
- Thumbnails are read from AI (Illustrator) files.
- Disc based image caching was implemented (but is beta).
- New methods were added to TiffUtils: insert IFDEntry, remove IFDEntry, and create and insert IFDEntry with IPTC data.
- Two utility classes were added for creating and adding EXIF and GPS data to TIFF images.
- An important bug in XMPApp1 concerning wrong field length was fixed.
Whats New in 2.0.0 RC3 Development Release:
- It is possible to write TIFF images now. TiffWriter can currently write RGB, ARGB, CMYK, and grayscale (8 bit) images.
- Supported compression schemes are uncompressed, PackBits, and ZIP.
- Bugfixes were made.
Download (1.1MB)
Added: 2007-08-07 License: Free for non-commercial use Price: $60
1252 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above read more search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed