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

Read Lensatic Compass freeware
Filter: All | Freeware | Demo
 

Read Lensatic Compass

< 1 2 3 4 5 > 
Added: November 04, 2010 | Visits: 1.203

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: April 11, 2010 | Visits: 788

JBook JBook project allows you to retrieve, read, and bookmark electronic texts. Its primarily from Project Gutenberg but eventually from other sources. Whats New in This Release: - Picking a font previews it live in the main display - Scrollbar for easier movement and position display - Color...





Platforms: *nix

License: Freeware Size: 102.4 KB Download (90): JBook Download

Added: September 18, 2010 | Visits: 1.078

AustinSmoke GasTracker AustinSmoke GasTracker script will allow you to keep track of your gas mileage and have the results displayed in an easy to read website. None of the data is harvested from anywhere on the web but is rather entered manually by the user and for the user. Currently the program only supports the...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): AustinSmoke GasTracker Download

Added: May 13, 2010 | Visits: 1.266

Convert::PEM Convert::PEM is Perl module that read/write encrypted ASN.1 PEM files. SYNOPSIS use Convert::PEM; my $pem = Convert::PEM->new( Name => "DSA PRIVATE KEY", ASN => qq( DSAPrivateKey SEQUENCE { version INTEGER, p INTEGER, q INTEGER, g INTEGER, pub_key INTEGER, priv_key INTEGER } ));...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): Convert::PEM Download

Added: August 08, 2010 | Visits: 813

MP3Info MP3Info is a little utility used to read and modify the ID3 tags of MP3 files. MP3Info can also display various techincal aspects of an MP3 file including playing time, bit-rate, sampling frequency and other attributes in a pre-defined or user-specifiable output format. MP3Info was developed...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (105): MP3Info Download

Added: February 06, 2010 | Visits: 1.049

Data::CTable Data::CTable is a Perl module that helps you read, write, manipulate tabular data. SYNOPSIS ## Read some data files in various tabular formats use Data::CTable; my $People = Data::CTable->new("people.merge.mac.txt"); my $Stats = Data::CTable->new("stats.tabs.unix.txt"); ## Clean stray...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (95): Data::CTable Download

Added: January 16, 2010 | Visits: 1.103

LibMSWrite LibMSWrite is a free, platform-independent C++ filter library that can read and write the Microsoft Write 3.0/3.1 document format. LibMSWrite library supports what is believed to be the complete featureset of the Write file format. It is fully portable across 32-bit and 64-bit architectures and...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (90): LibMSWrite Download

Added: September 06, 2010 | Visits: 1.149

Dappad notebook sidebar Dappad notebook sidebar is an extension that lets you write and read notes in the Firefox sidebar. You have both public and private notes in one place. Your public notes can be shared with friends. Notes are written in rich format, you can copy and paste content from web pages, Word documents...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (95): Dappad notebook sidebar Download

Added: June 23, 2010 | Visits: 864

amidimap amidimap is a simple program that will read in MIDI events, process them, and output them again. I use it to turn my Yamaha PSR300 keyboard into something that vaguely resembles a GM-compliant one. amidimap connects to the ALSA sequencer system so you can plug other virtual devices into it for...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (98): amidimap Download

Added: January 09, 2010 | Visits: 739

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: July 15, 2010 | Visits: 1.075

FuLFS FuLFS is a simple hack to store and read very large files on/from a filesystem with small maximum file size. The primary purpose was putting DVD-size images on FAT32 and use it transparently. The files are stored in the form name.aa, name.ab, ... Usage: ./fulfs physical-storage-dir...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): FuLFS Download

Added: September 16, 2010 | Visits: 830

Readonly Readonly is a Perl module that offers the facility for creating read-only scalars, arrays, hashes. SYNOPSIS use Readonly; # Read-only scalar Readonly::Scalar $sca => $initial_value; Readonly::Scalar my $sca => $initial_value; # Read-only array Readonly::Array @arr => @values;...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (95): Readonly Download

Added: January 05, 2010 | Visits: 844

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

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

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

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

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

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

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

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

< 1 2 3 4 5 >