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

Learn To Read English freeware
Filter: All | Freeware | Demo
 

Learn To Read English

< 1 2 3 4 5 > 
Released: June 13, 2012  |  Added: June 13, 2012 | Visits: 437

Pythool: Spanish Language Learning Soft Pythool is an all-in-one program to help English speakers learn Spanish. Features include: Pronunciation, verb conjugation, dictionary (70,000+ words), thesaurus, quizzes, full-text translation, idioms, a verb browser, and a large reference section. Platforms: Windows, Mac, BSD, Solaris, Linux

License: Freeware Size: 2.23 MB Download (43): Pythool: Spanish Language Learning Soft Download

Released: November 14, 2012  |  Added: November 14, 2012 | Visits: 487

Read the Bible Easy to use software for Windows, Mac OS X and Linux enabling you to read and search in many translations of the Holy Bible. Platforms: Windows, Mac, BSD

License: Freeware Size: 8.8 MB Download (49): Read the Bible Download

Added: May 10, 2013 | Visits: 594

Read a text file backwards This script presents another way to read a file line by line, starting at the end. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (62): Read a text file backwards Download

Added: July 26, 2013 | Visits: 566

Agilent 8753/8720 VNA ASCII Data Read This programs shows how to read data back from the Agilent/HP 8753/8720 Series Network Analyzers using FORM4 (ASCII) string format. Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Agilent 8753/8720 VNA ASCII Data Read Download

Added: June 22, 2013 | Visits: 485

Agilent 8753/8720 VNA Binary Data Read This programs shows how to read data back from the Agilent/HP 8753/8720 Series Network Analyzers using FORM5 (32-bit little-endian) binary block format Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Agilent 8753/8720 VNA Binary Data Read Download

Added: March 25, 2013 | Visits: 500

MATLAB read/write/control Excel On a Windows platform, MATLAB's XLSREAD and XLSWRITE open Excel as a COM automation server in the background to read/write data. Sometimes users want XLSREAD and XLSWRITE to do more, and would like their own custom XLSREAD or XLSWRITE functions (such as a custom XLSWRITE that puts data into... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): MATLAB read/write/control Excel Download

Added: September 10, 2013 | Visits: 346

Limit Read Restrict access to read a post or page on your writing with the Facebook Likes Button. You'll get more fans on Facebook. Install : 1. Upload the 'like-lock' folder to your '/wp-content/plugins/' directory 2. Active the plugin via your WordPress admin panel 3. Click Like Lock settings under the... Platforms: PHP

License: Freeware Size: 92.16 KB Download (41): Limit Read Download

Added: November 13, 2013 | Visits: 454

Read All Tweets(Reverse timeline) Show unread tweets in reverse chronological order to read easily on twitter. Other functions -Show replies from users you don't follow, too(you can turn off this setting) -Notify new DMs, too If you use with pbtweet+, turn off pbtweet+'s "Auto Update", "Growl Notification" options. Platforms: *nix

License: Freeware Size: 51.2 KB Download (37): Read All Tweets(Reverse timeline) Download

Released: November 26, 2008  |  Added: April 27, 2010 | Visits: 2.581

Pimsleur The Pimsleur Comprehensive Course is Absolutely the Best Language Learning Product on the Market if You Want to Speak and Understand a New Language. The above statement may seem egotistical but it is true. You can read all of the reviews on this product and you will find them saying the... Platforms: Windows

License: Freeware Size: 511.15 KB Download (345): Pimsleur Download

Added: November 04, 2010 | Visits: 1.205

h264bitstream h264bitstream project provides a complete set of functions to read and write video streams conforming to the ITU H264 (MPEG4-AVC) video standard. The main design goal is to provide a complete, fully standards-compliant library for reading and writing H264 bitstreams. Reading and writing headers... Platforms: *nix

License: Freeware Size: 35.84 KB Download (110): h264bitstream Download

Added: November 11, 2010 | Visits: 1.930

BattleTech THUD BattleTech THUD is a Java client designed to connect to Battletech MUXes and display combat data in a easy-to-read tactical display. BattleTech THUD client displays a tactical map, contacts list, armor status and more.. Platforms: *nix

License: Freeware Size: 112.64 KB Download (109): BattleTech THUD Download

Added: April 22, 2010 | Visits: 913

Loro Loro project is an open system (language and IDE) intended to help beginners learn to program. It uses its own programming language and includes an integrated development environment system focused on first-year students. The language features a "specify, then implement" methodology; you have... Platforms: *nix

License: Freeware Size: 481.28 KB Download (94): Loro Download

Added: January 09, 2010 | Visits: 740

Biblio::Isis Biblio::Isis is a Perl module to read CDS/ISIS, WinISIS and IsisMarc database. SYNOPSIS use Biblio::Isis; my $isis = new Biblio::Isis( isisdb => ./cds/cds, ); for(my $mfn = 1; $mfn <= $isis->count; $mfn++) { print $isis->to_ascii($mfn),"n"; } This module will read ISIS databases... Platforms: *nix

License: Freeware Size: 40.96 KB Download (104): Biblio::Isis Download

Added: January 05, 2010 | Visits: 847

dtRdr::Annotation::IO::YAML dtRdr::Annotation::IO::YAML is a Perl module to read/write annotations from/to yml files. Methods init $io->init; items_for Return the hashrefs for a given book. @items = $io->items_for($book); insert $io->insert($object, %args); delete $io->delete($object, %args); update... Platforms: *nix

License: Freeware Size: 2.8 MB Download (109): dtRdr::Annotation::IO::YAML Download

Added: July 16, 2010 | Visits: 1.226

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.181

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: 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: 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: 767

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

< 1 2 3 4 5 >