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

Rarely software
Filter: All | Freeware | Demo
 

Rarely

< 1 2 3 4 5 > 
Added: August 18, 2010 | Visits: 1.041

Cmenu Cmenu is a Perl extension for menuing and data entry in perl scripts. SYNOPSIS use Cmenu; use Curses; use Text::Wrap; &menu_initialise($main_title,$advice); &menu_init($title,$sub-title,$topest,$menu_help); &menu_item($item_text,$item_label,$item_style,$item_data,$item_pos)... Platforms: *nix

License: Freeware Size: 78.85 KB Download (113): Cmenu Download

Added: September 11, 2010 | Visits: 1.354

App::UserAgent App::UserAgent - the browser this session is connected to. SYNOPSIS # ... official way to get a UserAgent object ... use App; $context = App->context(); $user_agent = $context->user_agent(); # get the user_agent if ($user_agent->supports("html.input.style")) { # do something } A... Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): App::UserAgent Download

Added: May 18, 2010 | Visits: 1.271

CGI::Kwiki::New CGI::Kwiki::New is the default new wiki generator for CGI::Kwiki. A Wiki is a website that allows its users to add pages, and edit any existing pages. It is one of the most popular forms of web collaboration. If you are new to wiki, visit http://c2.com/cgi/wiki?WelcomeVisitors which is possibly... Platforms: *nix

License: Freeware Size: 76.8 KB Download (98): CGI::Kwiki::New Download

Added: August 06, 2010 | Visits: 962

OpenInteract::UI::Main OpenInteract::UI::Main is the primary user interface assembly conductor. SYNOPSIS my $page = OpenInteract::UI::Main->handler(); send_http_headers(); print $page; # Subclass to define a new method for looking up template names: package OpenInteract::UI::LanguageChoice; use base qw(... Platforms: *nix

License: Freeware Size: 655.36 KB Download (89): OpenInteract::UI::Main Download

Added: May 13, 2010 | Visits: 1.680

List::Maker List::Maker is a Perl module that can generate more sophisticated lists than just $a..$b. SYNOPSIS use List::Maker; @list = < 1..10 >; # (1,2,3,4,5,6,7,8,9,10) @list = < 10..1 >; # (10,9,8,7,6,5,4,3,2,1) @list = < 1,3,..10 > # (1,3,5,7,9) @list = < 1..10 x 2 > # (1,3,5,7,9) @list = <... Platforms: *nix

License: Freeware Size: 7.17 KB Download (159): List::Maker Download

Added: July 25, 2010 | Visits: 961

jBCrypt jBCrypt is project a Java implementation of OpenBSDs Blowfish password hashing code, as described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazières. This system hashes passwords using a version of Bruce Schneiers Blowfish block cipher with modifications designed to... Platforms: *nix

License: Freeware Size: 20.48 KB Download (109): jBCrypt Download

Added: June 08, 2010 | Visits: 1.285

DateTime::Format::Builder DateTime::Format::Builder is a Perl module to create datetime parser classes and objects. SYNOPSIS package DateTime::Format::Brief; our $VERSION = 0.07; use DateTime::Format::Builder ( parsers => { parse_datetime => [ { regex => qr/^(d{4})(dd)(dd)(dd)(dd)(dd)$/, params => [qw( year... Platforms: *nix

License: Freeware Size: 48.13 KB Download (100): DateTime::Format::Builder Download

Added: May 27, 2010 | Visits: 1.289

Lingua::ZH::HanConvert Lingua::ZH::HanConvert is a Perl module to convert between Traditional and Simplified Chinese characters. SYNOPSIS #!perl -lw use Lingua::ZH::HanConvert qw(simple trad); use utf8; my $t = "國"; # Traditional symbol for "country", unicode 22283 # or: my $t = v22283; print... Platforms: *nix

License: Freeware Size: 30.72 KB Download (111): Lingua::ZH::HanConvert Download

Added: November 02, 2010 | Visits: 933

R2cl R2cl compiler is a minimal, proof of concept translator from the R or S language into Common Lisp. An increase in speed of over 1000 times can then be achieved using the free CMU Common Lisp native code compiler on the resulting code, making it comparable to FORTRAN, Ada or C. Installation:... Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): R2cl Download

Added: January 09, 2010 | Visits: 741

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: August 24, 2010 | Visits: 1.507

DOSBox DOSBox is a DOS-emulator that uses the SDL-library which makes DOSBox very easy to port to different platforms. DOSBox has already been ported to many different platforms, such as Windows, BeOS, Linux, MacOS X... DOSBox also emulates CPU:286/386 realmode/protected mode, Directory... Platforms: *nix

License: Freeware Size: 645.12 KB Download (154): DOSBox Download

Added: July 17, 2010 | Visits: 1.207

Glib::CodeGen Glib::CodeGen is a code generation utilities for Glib-based bindings. SYNOPSIS # usually in Makefile.PL use Glib::CodeGen; # most common, use all defaults Glib::CodeGen->parse_maps (myprefix); Glib::CodeGen->write_boot; # more exotic, change everything Glib::CodeGen->parse_maps (foo,... Platforms: *nix

License: Freeware Size: 225.28 KB Download (118): Glib::CodeGen Download

Added: September 20, 2010 | Visits: 1.320

VAMP 2.0 VAMP is a web-mail client written entirely in the PHP scripting language which can access POP3 mailboxes. VAMP project features an interface not entirely dissimilar to other web-mail clients like Microsofts Hotmail or IMP. The main goal of this project is to deliver a solid web-based E-Mail... Platforms: *nix

License: Freeware Size: 47.1 KB Download (108): VAMP 2.0 Download

Added: May 26, 2010 | Visits: 1.092

File::Wildcard File::Wildcard is a Perl module for enhanced glob processing. SYNOPSIS use File::Wildcard; my $foo = File::Wildcard->new(path => "/home/me///core"); while (my $file = $foo->next) { unlink $file; } When looking at how various operating systems do filename wildcard expansion (globbing),... Platforms: *nix

License: Freeware Size: 23.55 KB Download (96): File::Wildcard Download

Added: April 12, 2010 | Visits: 833

QuickRip 0.9 QuickRip is a basic DVD ripper for GNU/Linux (and other UNIX variants, though none have been tested) written in Python and PyQt. Whilst it lacks options to fine-tune how you want to rip your DVD, it makes ripping quick and easy, and so is ideal for those who arent bothered about framerates,... Platforms: *nix

License: Freeware Size: 21.5 KB Download (94): QuickRip 0.9 Download

Added: February 19, 2010 | Visits: 1.112

Basset::DB::Table Basset::DB::Table is used to define database tables, ways to load that data into memory and build queries based upon the table information. SYNOPSIS For example, my $table = Basset::DB::Table->new( name => user, primary_column => id, autogenerated => 1, definition => { id =>... Platforms: *nix

License: Freeware Size: 143.36 KB Download (98): Basset::DB::Table Download

Added: February 01, 2010 | Visits: 957

DBD::mysql DBD::mysql is a Perl module with MySQL driver for the Perl5 Database Interface (DBI). SYNOPSIS use DBI; $dsn = "DBI:mysql:database=$database;host=$hostname;port=$port"; $dbh = DBI->connect($dsn, $user, $password); $drh = DBI->install_driver("mysql"); @databases =... Platforms: *nix

License: Freeware Size: 112.64 KB Download (99): DBD::mysql Download

Added: August 13, 2010 | Visits: 855

DBD::mSQL DBD::mSQL / DBD::mysql is a Perl module with mSQL and mysql drivers for the Perl5 Database Interface (DBI). SYNOPSIS use DBI; $driver = "mSQL"; # or "mSQL1"; $dsn = "DBI:$driver:database=$database;host=$hostname"; $dbh = DBI->connect($dsn, undef, undef); or $driver = "mysql"; $dsn =... Platforms: *nix

License: Freeware Size: 194.56 KB Download (99): DBD::mSQL Download

Added: September 04, 2010 | Visits: 1.102

otto otto is a web based mp3 database and jukebox which can gracefully organize a very large number of albums. it is suitable for home or office workgroup use, or as an interface to a streaming internet radio station. otto is written in perl. it requires perl5, mysql, the DBI and DBD::mysql perl... Platforms: *nix

License: Freeware Size: 83.97 KB Download (99): otto Download

Added: November 01, 2010 | Visits: 1.813

Statistical Traffic Analysis Kit Statistical Traffic Analysis Kit is a set of command-line traffic analysis tools, designed to help a network administrator to see what is happening at a router at the moment. Unlike tcpdump (1), the stak set uses statistical and stream-oriented methods, and will rarely produce an output stream... Platforms: *nix

License: Freeware Size: 69.63 KB Download (167): Statistical Traffic Analysis Kit Download

< 1 2 3 4 5 >