Main > Free Download Search >

Free to read software for linux

to read

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2392
Feedn Read 0.6.0b

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
<<less
Download (4.8MB)
Added: 2006-06-18 License: Common Public License Price:
1226 downloads
Imagero Reader 2.0.0 RC3

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.
<<less
Download (1.1MB)
Added: 2007-08-07 License: Free for non-commercial use Price: $60
1252 downloads
readcdda 1.003

readcdda 1.003


readcdda is a Perl module that reads digital audio from a CD. more>>
readcdda is a Perl module that reads digital audio from a CD.

SYNOPSIS

readcdda [OPTION]...

This is a program to read (or "rip") CD digital audio from a CD and output the PCM data. Typically this is an initial stage in encoding data to MP3 format.

The output data is raw 16 bit 44.1kHz stereo data. This format is directly readable by software like sox and various MP3 encoders, e.g.:

readcdda -Dsg3 -v -F |sox -r44100 -c2 -tsw - -twav %02d.wav

Will read a CD and create WAV files in the current directory with names 00.wav..99.wav. Alternatively, you can read and encode directly to MP3 with something like:

readcdda -Dsg3 -v -F |mp3enc -v -sti -of %02d.mp3 -br 160000 -qual 6

-D, --dev, --device=DEVICE

SCSI device name or number to use.

-L, --list

Prints a list of all CD devices and their name/number, then exits.

-T, --toc

Prints a list of tracks on the CD, then exits.

-f, --first=TRACK

Selects the first track to read. Defaults to the first track on the CD.

-l, --last=TRACK

Selects the last track to read. Defaults to the same as -f if that was selected (i.e. read just one track) or the last track on the CD if it was not (i.e. read the whole CD.)

-d, --dir, --directory=DIR

Output is saved in this directory, with names of "00".."99".

-s, --stdout

Output is sent to standard output.

-F, --format=FORMAT

Output is sent to a name generated by a printf()-style format, e.g. "%02d".

-v, --verbose

Gives progress reports.

-V, --version

Givess script and module versions and exits.

-h, --help

Prints this text and exits.

<<less
Download (0.009MB)
Added: 2006-06-22 License: Perl Artistic License Price:
1219 downloads
Audio::Wav::Read 0.06

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.

<<less
Download (0.018MB)
Added: 2006-06-23 License: Perl Artistic License Price:
1222 downloads
rawdog 2.9

rawdog 2.9


rawdog is an RSS aggregator without delusions of grandeur. more>>
rawdog is an RSS Aggregator Without Delusions Of Grandeur. Written in Python, it uses Mark Pilgrims feed parser to read RSS 0.9, 1.0, 2.0, CDF and Atom feeds.
rawdog project runs from cron, collects articles from a number of feeds, and generates a static HTML page listing the newest articles in date order. It supports per-feed customizable update times, and uses ETags, Last-Modified, and gzip compression to minimize network bandwidth usage.
rawdogs output format is similar to that of PyDS and Hep.
Enhancements:
- This release handles "A-IM: feed" encoding in a more sensible way.
- Several other small bugs have been fixed.
<<less
Download (0.085MB)
Added: 2006-06-15 License: GPL (GNU General Public License) Price:
1226 downloads
Desktop Gmail 2.4

Desktop Gmail 2.4


This is a superkaramba theme which uses wget to read the rss feed for your Gmail. more>>
Desktop Gmail is a superkaramba theme which uses wget to read the rss feed for your Gmail inbox and displays it on a GUI. It displays upto twenty latest messages(five at a time) as well as the no. of total unread messages.

It shows the name of the author of the mail as well as the subject of the mail. On hovering over the name, a tooltip containing the authors email id is displayed and when hovered over the subject, the summary of the body is shown.

This theme displays upto 20 latest messages from your Gmail inbox(5 at a time), the authors of the message and the no. of unread messages.

On hovering over the name, the email id is displayed and on hovering over subject, a summary of the body is displayed.

Open gmail.py and enter your username and password.(see readme for details).

<<less
Download (0.17MB)
Added: 2007-05-09 License: GPL (GNU General Public License) Price:
908 downloads
Resizeable Textarea 0.1d

Resizeable Textarea 0.1d


Resizeable Textarea is a Firefox extension that allows you to resize small textareas. more>>
Resizeable Textarea is a Firefox extension that allows you to resize small textareas.

A lot of forums and boards provide very small textareas for new postings. If you type a longer posting, you have to scroll up and down, to read what you have written and to proceed. This situation is annoying.

Now here is my solution: Resizeable Textarea extension. It lets you resize most of those textareas.

<<less
Download (0.005MB)
Added: 2007-05-29 License: MPL (Mozilla Public License) Price:
879 downloads
Derbrill Tutorials

Derbrill Tutorials


Derbrill Tutorials are Free Tutorials For Writing Games and Multimedia Applications in Runtime Revolution with ArcadeEngine. more>>
Derbrill Tutorials are Free Tutorials For Writing Games and Multimedia Applications in Runtime Revolution with ArcadeEngine.

The tutorials come in a visually appealing e-book format which is both easy to read and use, the range of topics covered includes:

* The basics of Revolution such as: stacks, cards, scripts, messages and timers
* How to use geometric properties such as distances, angles and intersection rectangles
* Understanding and using different movements including linear, polygonal, circular and elliptic
* Advanced use of images
* Using the built-in collision detection
<<less
Download (4.2MB)
Added: 2005-10-17 License: Freeware Price:
1470 downloads
PyGogear 5.9

PyGogear 5.9


PyGogear is a tool for using the Philips GoGear MP3 players under Linux. more>>
PyGogear is a tool for using the Philips GoGear MP3 players under Linux. The GoGear Philips HDD0xx series of MP3 players can be mounted with the usb-storage module, but merely copying MP3 files onto it is not enough, since the player needs to read information about the tracks from a Sqlite database file, usually named MyDb.
This program reads the ID3v1 tags from the MP3 files placed on the player and inserts the most important ones in the database.
Written in Python. Beta development stage. HIGHLY experimental.
Please read the README file included for a careful usage and more info.
Enhancements:
- Support for Python 2.3 was added.
- Some bugs in reporting missing modules were fixed.
- Output formatting was made nicer.
<<less
Download (0.014MB)
Added: 2005-08-31 License: GPL (GNU General Public License) Price:
1522 downloads
PayPal Wifi PrePaid 1.1.1

PayPal Wifi PrePaid 1.1.1


PayPal Wifi PrePaid integrates with Chillispot and FreeRADIUS and PayPal. more>>
PayPal Wifi PrePaid integrates with Chillispot and FreeRADIUS and PayPal. PayPal Wifi PrePaid allows the customer to choose how much time they wish to purchase, processes the payment with PayPal, then creates their username and password automatically, and updates the SQL radius tables with the proper credentials and time.

This script is easy to setup, but the user must have knowledge of Chillispot, provide their own login page, have a PayPal account, and have FreeRADIUS setup to read from MySQL.
<<less
Download (1.3MB)
Added: 2006-06-09 License: GPL (GNU General Public License) Price:
1256 downloads
Read Local Lyrics 1.1

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.

<<less
Download (0.030MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1072 downloads
Spreadsheet::Read 0.17

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

<<less
Download (0.009MB)
Added: 2007-03-30 License: Perl Artistic License Price:
941 downloads
IPMItool 1.8.6

IPMItool 1.8.6


IPMItool is a command-line utility to control IPMI-enabled devices. more>>
IPMItool is a simple command-line interface to systems that support the Intelligent Platform Management Interface (IPMI) v1.5 and v2.0 specifications.
IPMItool provides the ability to read the SDR and print sensor values, display the contents of the SEL, print FRU information, read and set LAN configuration parameters, and perform chassis power control.
Originally written to take advantage of IPMI-over-LAN interfaces, it is also capable of using a system interface as provided by a kernel device driver such as OpenIPMI.
Enhancements:
- A major feature and bugfix release that includes support for PICMG (ATCA) management controllers, better support for Sensors and Events and Inventory data, fixes for IPMIv2 encryption and IPMIv2 Serial-over-LAN, and support for the Tyan implementation of IPMIv1.5 Serial-over-LAN.
<<less
Download (0.26MB)
Added: 2006-02-14 License: BSD License Price:
1406 downloads
Classfile Reader & Writer

Classfile Reader & Writer


Classfile Reader & Writer is a package for reading and writing Java .class files. more>>
This package makes it easy to read and write java classfiles. It doesnt, however, provide any help with displaying the contents of a classfile to the user (unless you count debug output), or disassembling the bytecodes.

This code snippet will read in a classfile and write it back out to a different file.

InputStream is = new FileInputStream("Foo.class");
OutputStream os = new FileOutputStream("FooCopy.class");
ClassInfo classInfo = new ClassInfo();
new ClassFileReader().read(is, classInfo);
classInfo.setName("FooCopy"); // Java requires the class name to match the file name
new ClassFileWriter().write(classInfo, os);
is.close();os.close();

The package can read "obfuscated" classfiles, like those generated by Crema, but it cant write them. Obfuscated classfiles have invalid data in them and the only reason they work is because most VMs ignore the data thats invalid (attributes like SourceFile, LineNumberTable, and LocalVariableTable). If a ClassFileReader encounters invalid data, it just ignores it.
<<less
Download (0.056MB)
Added: 2005-04-22 License: Public Domain Price:
1651 downloads
Alternatico 0.1

Alternatico 0.1


Alternatico is an alternative to the normal desktop icons. more>>
Alternatico is an alternative to the normal desktop icons. You can display endless icons in differnent sizes with information about your drives, folders, etc....

There is a configuration file included (config/config), which is self-explanatory - at least I hope so.

If you have any questions or suggestions Id be glad to read them.

<<less
Download (0.036MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1206 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5