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.478.205 Times

Read Aloud freeware
Filter: All | Freeware | Demo
 

Read Aloud

< 1 2 3 4 5 
Added: July 16, 2010 | Visits: 1.227

SoundCard Plugin SoundCard Plugin is an input plugin for XMMS which enables to read audio data directly from the soundcard. Using the plugin you can now use your computer with the XMMS player as a powerful sound processor with any of XMMS effect plugins, such as, equalizer or echo effects. In particular, this... Platforms: *nix

License: Freeware Size: 204.8 KB Download (142): SoundCard Plugin Download

Added: August 27, 2010 | Visits: 1.182

Fortran::Format Fortran::Format is a Perl module to read and write data according to a standard Fortran 77 FORMAT. SYNOPSYS use Fortran::Format; my $f = Fortran::Format->new("2(N: ,I4,2X)"); print $f->write(1 .. 10); # prints the following: # N: 1 N: 2 # N: 3 N: 4 # N: 5 N: 6 # N: 7 N: 8 # N: 9 N:... Platforms: *nix

License: Freeware Size: 18.43 KB Download (167): Fortran::Format Download

Added: November 03, 2010 | Visits: 728

AnnoCPAN::XMLCGI AnnoCPAN::XMLCGI is a Perl module to read XML input through a CGI.pm-like interface. SYNOPSYS use AnnoCPAN::XMLCGI; my $cgi = AnnoCPAN::XMLCGI->new; my $name = $cgi->param(name); print $cgi->header; print "Hello, $name!n"; # Hello, Bob! # In STDIN... < data > < name >Bob< /name > <... Platforms: *nix

License: Freeware Size: 79.87 KB Download (88): AnnoCPAN::XMLCGI Download

Added: March 09, 2010 | Visits: 690

phptelemeter phptelemeter script can read the webpages for the webbased quota monitor for the Belgian ISP Telenet. These pages contain both the actual status (which is refreshed nightly), and a 30-day shifting window history. This history is what makes up the used quota. Usage First off, to actually run... Platforms: *nix

License: Freeware Size: 88.06 KB Download (91): phptelemeter Download

Added: July 20, 2010 | Visits: 1.200

A PurpleBunny! PurpleBunny is a Firefox extension that can help you quickly and easily read and write comments about the web page youre viewing. You can praise a page, ask a question, read comments about an entire site, discuss the content of a web page with other web surfers -- the possibilities are endless!... Platforms: *nix

License: Freeware Size: 56.32 KB Download (98): A PurpleBunny! Download

Added: May 22, 2010 | Visits: 1.115

Anvil Anvil is a C++ library to enable developers to read, write and otherwise work with Quicken QIF4 data files. QIF4 files are exported text files from Quicken and account files downloaded from your bank or credit union. We have a C++ library that uses the STL to read, write and query data. A SLang... Platforms: *nix

License: Freeware Size: 50.18 KB Download (97): Anvil Download

Added: May 26, 2010 | Visits: 1.396

Chinesepera-kun: Chinese Popup Dictionary Chinesepera-kun: Chinese Popup Dictionary is a Firefox extension that will allow you read Chinese on websites. This is useful for just getting around a site, or even MORE useful if you are studying Chinese. It works with both Simplified and Traditional characters, and also allows you to export... Platforms: *nix

License: Freeware Size: 6.6 MB Download (113): Chinesepera-kun: Chinese Popup Dictionary Download

Added: January 05, 2010 | Visits: 2.277

Joystick Joystick is a utility to read commands from joystick and send to BMPx via DBUS. Commands are configured via .ini file. Should be easy to work with other DBUS-consumers.. Get bmpx_dbus_joystick at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and... Platforms: *nix

License: Freeware Size: 28.67 KB Download (458): Joystick Download

Added: October 20, 2010 | Visits: 1.065

Sniff Sniff formats hex packets from the tcpdump program and converts them to ASCII to make them easier to read and understand.. The place to post your linux questions without hassle Platforms: *nix

License: Freeware Size: 317.44 KB Download (113): Sniff Download

Added: April 26, 2010 | Visits: 3.046

HPGL-DXF HPGL-DXF project can convert HPGL files into DXF format, which can be read by the likes of QCAD. HPGL-DXF is a small program that was written originally to allow the conversion of HPGL formatted circuit board CAM files into DXF files so that they could be subsequently processed by a laser... Platforms: *nix

License: Freeware Size: 5.12 KB Download (465): HPGL-DXF Download

Added: January 23, 2010 | Visits: 895

Fosfat Fosfat is a C library for providing read-only access to a Smaky formatted disk. Currently, only a tool and a FUSE extension that use this library can be used for reading a directory and copying a file. Smaky is a system developed in Switzerland at the EPFL (Ecole Polytechnique Fédérale de... Platforms: *nix

License: Freeware Size: 17.41 KB Download (103): Fosfat Download

Added: November 27, 2010 | Visits: 1.701

Libelf Libelf lets you read, modify or create ELF files in an architecture-independent way. Libelf takes care of size and endian issues. For example, you can process a file for SPARC processors on an Intel-based system. This library is a clean-room rewrite of the System V Release 4 library, and is... Platforms: *nix

License: Freeware Size: 143.36 KB Download (136): Libelf Download

Added: July 25, 2010 | Visits: 1.387

Mini-XML Mini-XML is a small XML parsing library that you can use to read XML and XML-like data files in your application without requiring large non-standard libraries. The project only requires an ANSI C compatible compiler (GCC works, as do most vendors ANSI C compilers) and a make program.. Platforms: *nix

License: Freeware Size: 153.6 KB Download (112): Mini-XML Download

Added: October 08, 2010 | Visits: 769

libpicinfo libpicinfo is a library to read image information. libpicinfo is a C++ library for reading auxiliary information from images. it currently supports TIFF, JPEG and Canon RAW files (CR2).. Platforms: *nix

License: Freeware Size: 317.44 KB Download (96): libpicinfo Download

Added: January 13, 2010 | Visits: 985

Image::ExifTool Image::ExifTool is a Perl module that can read and write meta information. SYNOPSIS use Image::ExifTool ImageInfo; # ---- Simple procedural usage ---- # Get hash of meta information tag names/values from an image $info = ImageInfo(a.jpg); # ---- Object-oriented usage ---- # Create a... Platforms: *nix

License: Freeware Size: 1024 KB Download (147): Image::ExifTool Download

Added: April 07, 2010 | Visits: 929

Image::ExifTool::QuickTime Image::ExifTool::QuickTime is a Perl module to read QuickTime and MP4 meta information. SYNOPSIS This module is used by Image::ExifTool This module contains routines required by Image::ExifTool to extract information from QuickTime and MP4 video files.. Platforms: *nix

License: Freeware Size: 1024 KB Download (119): Image::ExifTool::QuickTime Download

Added: November 10, 2010 | Visits: 1.633

Squashfs Squashfs project is a compressed read-only filesystem for Linux. Squashfs is intended for general read-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed. The... Platforms: *nix

License: Freeware Size: 225.28 KB Download (187): Squashfs Download

Added: August 04, 2010 | Visits: 1.179

php-pimentcore PimentCore project is a HTTP interface written with PHP witch allows you to reach a database (PostgreSQL) and read, modify it. PimentCore is helped by meta-datas witch show it how to edit the different fields of tables. PimentCore gives you also an easy and powerfull admin tool to manage this... Platforms: *nix

License: Freeware Size: 47.1 KB Download (90): php-pimentcore Download

Added: July 24, 2010 | Visits: 2.202

PHP::Session PHP::Session is a Perl module to read / write PHP session files. SYNOPSIS use PHP::Session; my $session = PHP::Session->new($id); # session id my $id = $session->id; # get/set session data my $foo = $session->get(foo); $session->set(bar => $bar); # remove session data... Platforms: *nix

License: Freeware Size: 15.36 KB Download (119): PHP::Session Download

Added: January 11, 2010 | Visits: 959

I-cons I-cons are easy to read, clear-looking and (allmost) configurable set of SuperKaramba themes, together making desktop look nice (i hope). Each widget has a number of config options. From these, i would mention "3/4 size widget", which makes widget switch icons and texts sizes, so widget became... Platforms: *nix

License: Freeware Size: 16.38 KB Download (94): I-cons Download

< 1 2 3 4 5