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

Digit freeware
Filter: All | Freeware | Demo
 

Digit

< 1 2 3 4 5 
Added: August 26, 2010 | Visits: 896

perlrecharclass perlrecharclass package contains Perl regular expression character classes. The top level documentation about Perl regular expressions is found in perlre. This manual page discusses the syntax and use of character classes in Perl Regular Expressions. A character class is a way of denoting a...



Platforms: *nix

License: Freeware Size: 14.8 MB Download (94): perlrecharclass Download

Added: April 19, 2010 | Visits: 825

Number::WithError Number::WithError is a Perl module that contains numbers with error propagation and scientific rounding. SYNOPSIS use Number::WithError; my $num = Number::WithError->new(5.647, 0.31); print $num . "n"; # prints 5.65e+00 +/- 3.1e-01 # (I.e. it automatically does scientific rounding) my...





Platforms: *nix

License: Freeware Size: 27.65 KB Download (90): Number::WithError Download

Added: April 22, 2010 | Visits: 1.004

Math::BigInt::Calc Math::BigInt::Calc is a pure Perl module to support Math::BigInt. SYNOPSIS Provides support for big integer calculations. Not intended to be used by other modules. Other modules which sport the same functions can also be used to support Math::BigInt, like Math::BigInt::GMP or...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (102): Math::BigInt::Calc Download

Added: May 22, 2010 | Visits: 1.055

Math::BigInt Math::BigInt is an arbitrary size integer/float math package. SYNOPSIS use Math::BigInt; # or make it faster: install (optional) Math::BigInt::GMP # and always use (it will fall back to pure Perl if the # GMP library is not installed): # will warn if Math::BigInt::GMP cannot be found...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (89): Math::BigInt Download

Added: September 18, 2010 | Visits: 1.133

VOCP Much more than an answering machine, VOCP transforms your computer into a full-featured call answering and voice messaging system. With the VOCP System, you can create an unlimited number of voicemail, pager and command shell boxes which callers will navigate using their touch tone telephone....


Platforms: *nix

License: Freeware Size: 1.1 MB Download (124): VOCP Download

Added: October 12, 2010 | Visits: 968

dclock dclock is an X11 desktop clock with a realistic LED-style display of the current time. Its features include full configuration of the digit style, military time, alarm, hourly bell, formatted date display, fade-out and fade-in of numbers and anti-aliased rendering of digits. This version is an...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (114): dclock Download

Added: April 19, 2010 | Visits: 872

cdmp3 cdmp3 uses cdparanoia or cdda2wav to extract single tracks or even a whole CD and converts them on-the-fly into MP3 or Ogg Vorbis files. Using the CDDB database it is possible to include information like the artists name or the tracks title into the file name or as meta tags into the file...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (97): cdmp3 Download

Added: November 07, 2010 | Visits: 906

mp3check mp3check is a perl script that examines a set of MP3 files for CD-burning suitability. This was written this for use with my Aiwa CDC-MP3 car player. Basically, you run the thing: mp3check [list of files...], and itll check important things: Are the filenames <= 31 characters? (Needed for...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): mp3check Download

Added: May 24, 2010 | Visits: 1.165

ShiftJIS::Regexp ShiftJIS::Regexp contains regular expressions in Shift-JIS. SYNOPSIS use ShiftJIS::Regexp qw(:all); match($string, p{Hiragana}{2}p{Digit}{2}); match($string, pH{2}pD{2}); # these two are equivalent: This module provides some functions to use regular expressions in Shift-JIS on the...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (99): ShiftJIS::Regexp Download

Added: January 13, 2010 | Visits: 1.967

Geo::StreetAddress::US Geo::StreetAddress::US is a Perl extension for parsing US street addresses. SYNOPSIS use Geo::StreetAddress::US; my $hashref = Geo::StreetAddress::US->parse_location( "1005 Gravenstein Hwy N, Sebastopol CA 95472" ); my $hashref = Geo::StreetAddress::US->parse_location( "Hollywood &...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (109): Geo::StreetAddress::US Download

Added: April 19, 2010 | Visits: 1.268

RTF::Writer RTF::Writer is a Perl module for generating documents in Rich Text Format. SYNOPSIS use RTF::Writer; my $rtf = RTF::Writer->new_to_file("greetings.rtf"); $rtf->prolog( title => "Greetings, hyoomon" ); $rtf->number_pages; $rtf->paragraph( fs40bi, # 20pt, bold, italic "Hi there!" );...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (118): RTF::Writer Download

Added: October 21, 2010 | Visits: 809

KompctMon KompctMon is SuperKaramba theme shows following informations with simple and compact. - CPU Usage (0~100%:sector graph) - CPU Frequency (0.00~9.99 GHz:digit) - CPU Temperature (0c~75c:horizontal bar graph) - MEMORY Usage (0~100%:sector graph) - SWAP I/O per sec (0~999/sec:digit) - SWAP...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (93): KompctMon Download

Added: March 27, 2010 | Visits: 1.135

SimCoupe SimCoupe project is a SAM Coupé emulator. SimCoupe emulates the SAM Coupé, a British Z80-based home computer released in 1989 by Miles Gordon Technology. Whats New in This Release: - Added SDL port (OpenGL and regular) for Linux, BeOS, QNX, etc. - Added Pocket PC port for ARM, MIPS and...


Platforms: *nix

License: Freeware Size: 942.08 KB Download (98): SimCoupe Download

Added: April 16, 2010 | Visits: 973

B::Deparse B::Deparse is a Perl compiler backend to produce perl code. SYNOPSIS perl -MO=Deparse[,-d][,-fFILE][,-p][,-q][,-l] [,-sLETTERS][,-xLEVEL] prog.pl B::Deparse is a backend module for the Perl compiler that generates perl source code, based on the internal compiled structure that perl itself...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): B::Deparse Download

Added: September 08, 2010 | Visits: 879

The Revisionist The Revisionist is a tool for extracting and indexing hidden metadata (such as deleted or modified text) from large collections of MS Word files. It can operate whole Web sites or SMB or NFS directories. The Revisionist project is handy for pen-testing, or it can be used just to spot...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (97): The Revisionist Download

Added: June 04, 2010 | Visits: 739

rebot3.pl rebot3.pl renames MP3 files that you have grabbed from audio CDs with the track name, number, album, and/or artist. It does so by using either a remote CDDB server or a local CDDB created by cd (and other) players like xmcd, kscd or xmms. With rebot3.pl you can also add or remove ID3 (version 1)...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (100): rebot3.pl Download

Added: June 10, 2010 | Visits: 1.292

Bio::SeqIO::fastq Bio::SeqIO::fastq is a fastq sequence input/output stream. SYNOPSIS Do not use this module directly. Use it via the Bio::SeqIO class. This object can transform Bio::Seq and Bio::Seq::SeqWithQuality objects to and from fastq flat file databases. Fastq is a file format used frequently at...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (110): Bio::SeqIO::fastq Download

Added: March 20, 2010 | Visits: 1.603

Free eBook Search Free eBook Search allows you to search with the highlighted text/right click for your favorite Free ebooks in freebookzone site. Search with the highlighted text/right click for your favorite Free ebooks in www.freebookzone.com. You may search using the Book Title, ISBN (10 Digit),...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (154): Free eBook Search Download

Added: February 23, 2010 | Visits: 1.253

Mpc Mpc a command line tool to interface MPD. To install from source, do the following: 1) download mpc 2) untar and unzip 3) configure (type "./configure") 4) compile (type "make") 5) (Optional) as root: make install Configuration: For bash tab completion: $ cat mpc-bashrc >> ~/.bashrc...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (102): Mpc Download

Added: January 17, 2010 | Visits: 818

phpCounter phpCounter provides an Address Book Manager. phpCounter is a PHP3 application that allows you to easily include a counter system with your Web site. phpCounters features include digit style choices, refresh mode, restricted valid host, and yearly statistic. It provides script inclusion as...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (95): phpCounter Download

< 1 2 3 4 5