Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.424.335 Times

Responsive Reading Baptist software
Filter: All | Freeware | Demo
 

Responsive Reading Baptist

< 1 2 3 4 5 
Added: September 24, 2010 | Visits: 705

Config::IniFiles Config::IniFiles is a module for reading .ini-style configuration files. SYNOPSIS use Config::IniFiles; my $cfg = new Config::IniFiles( -file => "/path/configfile.ini" ); print "The value is " . $cfg->val( Section, Parameter ) . "." if $cfg->val( Section, Parameter ); Config::IniFiles...



Platforms: *nix

License: Freeware Size: 36.86 KB Download (103): Config::IniFiles Download

Added: May 02, 2010 | Visits: 1.212

Audio::TagLib::MPEG::Properties Audio::TagLib::MPEG::Properties is an implementation of audio property reading for MP3. SYNOPSIS use Audio::TagLib::MPEG::Properties; my $f = Audio::TagLib::MPEG::File->new("sample file.mp3"); my $i = $f->audioProperties(); print $i->layer(), "n"; # got 3 This reads the data from an...





Platforms: *nix

License: Freeware Size: 1.4 MB Download (102): Audio::TagLib::MPEG::Properties Download

Added: February 16, 2010 | Visits: 1.110

IFF Format Library IFF Format Library provides header structures and utility functions for reading and writing data files in the Interchange Files. The Interchange File Format is a simple structured binary file format consisting of sized and typed chunks of data, selectively readable without having to know the...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (101): IFF Format Library Download

Added: March 05, 2010 | Visits: 1.640

Score Reading Trainer Score Reading Trainer helps you improve your (musical) score reading skills by practicing with random scores. It works in a very simple way, you choose the clef, the key and the accidentals you want to practice as well as thee range of notes and then, the program generates a on-screen score...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (100): Score Reading Trainer Download

Added: October 21, 2010 | Visits: 1.062

GNOME Structured File Library GNOME Structured File Library is a utility library for reading and writing structured file formats. Support for MS OLE2 streams is complete, as is zip import. There is also support for document metadata and some initial work on decompressing VBA streams in OLE files for future conversion to...


Platforms: *nix

License: Freeware Size: 716.8 KB Download (100): GNOME Structured File Library Download

Added: July 14, 2013 | Visits: 942

pfstools pfstools package is a set of command line programs for reading, writing and manipulating high-dynamic range (HDR) images and video frames. It includes also Qt and OpenGL HDR image viewers. pfstools can be integrated with GNU Octave or matlab, so that it can serve as a toolbox for reading and...


Platforms: *nix

License: Freeware Size: 829.44 KB Download (100): pfstools Download

Added: May 05, 2010 | Visits: 845

libsndfile Libsndfile is a C library for reading and writing files containing sampled sound (such as the Apple/SGI AIFF format and MS Windows WAV) through one standard library interface. The library was written to compile and run on a Linux system but should compile and run on just about any Unix...


Platforms: *nix

License: Freeware Size: 808.96 KB Download (97): libsndfile Download

Released: August 13, 2012  |  Added: August 13, 2012 | Visits: 901

RegLookup RegLookup project is an small command line utility for reading and querying Windows NT/2K/XP registries. Currently the program allows one to read an entire registry and output it in a (mostly) standardized, quoted format. It also provides features for filtering of results based on registry path...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (96): RegLookup Download

Added: July 05, 2010 | Visits: 1.124

XML::Simple::DTDReader XML::Simple::DTDReader is a simple XML file reading based on their DTDs. SYNOPSIS use XML::Simple::DTDReader; my $ref = XMLin("data.xml"); Or the object oriented way: require XML::Simple::DTDReader; my $xsd = XML::Simple::DTDReader->new; my $ref = $xsd->XMLin("data.xml");...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): XML::Simple::DTDReader Download

Added: November 17, 2010 | Visits: 925

Guten Guten is a tool for browsing, retrieving, reading, and managing electronic books published by Project Gutenberg. It provides an interface for reading books that allows bookmarks to be added to text. Books can be imported from files that have already been downloaded, or through a simple...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (95): Guten Download

Added: February 23, 2010 | Visits: 776

pytags pytags is a Python library capable of reading and writing MP3, FLAC and OGG file tags. Being tired of having to use a different API calls for the main 3 media files in my library I created this library class. It utilizes pyid3lib, python-vorbis and python-flac as backends. None are required,...


Platforms: *nix

License: Freeware Download (95): pytags Download

Added: April 11, 2010 | Visits: 914

libtclsmf libtclsmf is a pure tcl library for writing and (in the near future) reading Standard MIDI Files from within tcl scripts. only the writing part is coded right now (v0.1.x), but the procedures for reading should be ready in a couple of months. the library was written for the first stage of the...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): libtclsmf Download

Added: October 08, 2010 | Visits: 966

Audio::TagLib Audio::TagLib is a library for reading and editing audio meta data, commonly known as tags. SYNOPSIS use Audio::TagLib; use warnings; use strict; my $f = Audio::TagLib::FileRef->new("Latex Solar Beef.mp3"); my $artist = $f->tag()->artist(); print $artist->toCString(), "n"; # got "Frank...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (95): Audio::TagLib Download

Added: June 10, 2010 | Visits: 980

Jackess Jackcess project is a pure Java library for reading from and writing to MS Access databases. It is not an application. There is no GUI. Its a library, intended for other developers to use to build Java applications. Jackcess is licensed under the GNU Lesser General Public License. Take a look...


Platforms: *nix

License: Freeware Size: 78.85 KB Download (95): Jackess Download

Added: November 03, 2010 | Visits: 715

sixbs sixbs is a library capable of writing and reading beans to and from XML using their public properties. sixbs is especially suited for writing configuration data or sending data over the network. Contrary to normal Java serialization it is readable (i.e., you can easily edit it with your...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (94): sixbs Download

Added: March 04, 2010 | Visits: 935

MP3::Tag MP3::Tag is a Perl module for reading tags of MP3 audio files. SYNOPSIS use MP3::Tag; $mp3 = MP3::Tag->new($filename); # get some information about the file in the easiest way ($title, $track, $artist, $album, $comment, $year, $genre) = $mp3->autoinfo(); $comment = $mp3->comment(); #...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (94): MP3::Tag Download

Added: July 08, 2010 | Visits: 608

libsharedmime libsharedmime is a library for reading freedesktop.orgs shared MIME database. Installation: All that should be required to install this is: make make install Which will put libsharedmime1.so into /usr/local/lib and mime-types.h into /usr/local/include. ToDo: Fix the makefile to have...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (90): libsharedmime Download

Added: April 12, 2010 | Visits: 1.936

rubyzip rubyzip is a Ruby module for reading and writing zip files. Installation: If you have rubygems you can install rubyzip directly from the gem repository gem install rubyzip Otherwise obtain the source (see below) and run ruby install.rb To run the unit tests you need to have test::unit...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (90): rubyzip Download

Released: July 28, 2012  |  Added: August 27, 2012 | Visits: 921

Stop Reading Stop Reading! - instead listen to your texts. This user friendly application lets you give it any English text you need to read, and it simply reads it to you. This application uses speech synthesis technology to turn English texts into human-like voice. The friendly human voice replaces...


Platforms: Windows

License: Freeware Size: 394 KB Download (89): Stop Reading Download

Added: August 25, 2010 | Visits: 609

Text::XLogfile Text::XLogfile module allows reading and writing xlogfiles. SYNOPSIS use Text::XLogfile :all; my @scores = read_xlogfile("scores.xlogfile"); for (@scores) { $_->{player} = lc $_->{player} } write_xlogfile(@scores, "scores.xlogfile.new"); my $xlogline = make_xlogline($scores[0], -1); my...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (88): Text::XLogfile Download

< 1 2 3 4 5