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

Offtitle Num Strn Fontsize freeware
Filter: All | Freeware | Demo
 

Offtitle Num Strn Fontsize

< 1 2 3 4 5 > 
Added: June 13, 2010 | Visits: 1.146

GD::Simple GD::Simple module is a simplified interface to GD library. SYNOPSIS use GD::Simple; # create a new image $img = GD::Simple->new(400,250); # draw a red rectangle with blue borders $img->bgcolor(red); $img->fgcolor(blue); $img->rectangle(10,10,50,50); # draw an empty rectangle with... Platforms: *nix

License: Freeware Size: 256 KB Download (100): GD::Simple Download

Added: October 13, 2010 | Visits: 958

qmail-rblchk qmail-rblchk filter all incoming mail and check if it comes from RBL listed IPs. It is for use in .qmail to check the IP address from the Received lines. qmail-rblchk has the same function as rblsmtpd, but the messages are checked at local delivery time. Compile it with: tar -xfz... Platforms: *nix

License: Freeware Size: 2.05 KB Download (98): qmail-rblchk Download

Added: October 19, 2010 | Visits: 877

B::C B::C is Perl compilers C backend. SYNOPSIS perl -MO=C[,OPTIONS] foo.pl This compiler backend takes Perl source and generates C source code corresponding to the internal structures that perl uses to run your program. When the generated C source is compiled and run, it cuts out the time which... Platforms: *nix

License: Freeware Size: 12.2 MB Download (101): B::C Download

Added: October 16, 2010 | Visits: 1.159

pwgen pwgen is a password generator which can generate a desired number of password of arbitrary length and optional special characters. pwgen was implemented in C just for educational purposes. Usage: pwgen [options] Options: -h display this text. -l < num > password length, defaults to 10.... Platforms: *nix

License: Freeware Size: 3.07 KB Download (144): pwgen Download

Added: November 26, 2010 | Visits: 1.421

Math::Logic Math::Logic is a Perl module that provides pure 2, 3 or multi-value logic. SYNOPSIS use Math::Logic qw( $TRUE $FALSE $UNDEF $STR_TRUE $STR_FALSE $STR_UNDEF ) ; # 1 0 -1 TRUE FALSE UNDEF use Math::Logic :NUM ; # $TRUE $FALSE $UNDEF -- what you normally want use Math::Logic :ALL ; # All... Platforms: *nix

License: Freeware Size: 12.29 KB Download (104): Math::Logic Download

Added: August 18, 2010 | Visits: 759

REST::Application REST::Application is a framework for building RESTful web-applications. SYNOPSIS # MyRESTApp L instance / mod_perl handler package MyRESTApp; use Apache; use Apache::Constants qw(:common); sub handler { __PACKAGE__->new(request => $r)->run(); return OK; } sub getMatchText { return... Platforms: *nix

License: Freeware Size: 15.36 KB Download (91): REST::Application Download

Added: July 14, 2010 | Visits: 1.226

Data::Type Data::Type is a Perl module with versatile data and value types. SYNOPSIS use Data::Type qw(:all); use Error qw(:try); try { verify $email , EMAIL; verify $homepage , URI(http); verify $cc , CREDITCARD( MASTERCARD, VISA ); verify $answer_a , YESNO; verify $gender , GENDER; verify... Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Data::Type Download

Added: February 18, 2010 | Visits: 552

Net::Z3950::AsyncZ Net::Z3950::AsyncZ is a Perl extension for the Z3950 module. SYNOPSIS Overview use Net::Z3950::AsyncZ; use Net::Z3950::AsyncZ qw(:record :headers :errors); use Net::Z3950::AsyncZ qw(asyncZOptions isZ_MARC isZ_GRS isZ_RAW isZ_DEFAULT noZ_Response isZ_Header isZ_ServerName Z_serverName);... Platforms: *nix

License: Freeware Size: 133.12 KB Download (92): Net::Z3950::AsyncZ Download

Added: January 02, 2010 | Visits: 1.751

Kernel Socks Bouncer ksb26 [Kernel Socks Bouncer] is a Linux Kernel 2.6.x Loadable Kernel Module that that redirects tcp connection (to user-defined target hosts) through socks 4/5 chains. Kernel Socks Bouncer is subdivided into a lkm [Linux Loadable Kernel Module] and a userspace manager. ksb26 lkm intercepts... Platforms: *nix

License: Freeware Size: 19.46 KB Download (97): Kernel Socks Bouncer Download

Added: May 22, 2010 | Visits: 1.057

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 (90): Math::BigInt Download

Added: January 22, 2010 | Visits: 899

Apache Users Apache Users project is an Apache username enumerator, via /~username requests. This script uses a list of common system names like root, admin etc ... You should manually check the issue to establish the http return code, ie: 403 as this is needed for the command line. No native SSL support.... Platforms: *nix

License: Freeware Size: 23.55 KB Download (92): Apache Users Download

Added: January 10, 2010 | Visits: 1.389

CGIParse CGIParse project is a C++ class library for parsing the input of a cgi program. Starting To start using CGIParse you first have to include the cgiparse.h header: #include < cgiparse.h > Thereafter you have to define the CGIParse object: CGIParse cgi; The CGIParse object then... Platforms: *nix

License: Freeware Size: 3.07 KB Download (116): CGIParse Download

Added: September 09, 2010 | Visits: 1.026

fbdump fbdump is a simple tool that captures the contents of the visible portion of the Linux framebuffer device and writes it to the standard output as a PPM file. In other words, it takes a screenshot of anything running on the framebuffer. The project currently has fairly complete support for... Platforms: *nix

License: Freeware Size: 10.24 KB Download (107): fbdump Download

Added: August 24, 2010 | Visits: 916

X500::DN X500::DN is a Perl module that can handle X.500 DNs (Distinguished Names), parse and format them. SYNOPSIS use X500::DN; my $dn = X500::DN->ParseRFC2253 (cn=John Doe, o=Acme, Inc., c=US) or die; print $dn->getRFC2253String(), "n"; $dn = new X500::DN (new X500::RDN (c=>US), new X500::RDN... Platforms: *nix

License: Freeware Size: 5.12 KB Download (91): X500::DN Download

Added: January 14, 2010 | Visits: 1.738

Sort::Key Sort::Key is the fastest way to sort anything in Perl. SYNOPSIS use Sort::Key qw(keysort nkeysort ikeysort); @by_name = keysort { "$_->{surname} $_->{name}" } @people; # sorting by a numeric key: @by_age = nkeysort { $_->{age} } @people; # sorting by a numeric integer key: @by_sons =... Platforms: *nix

License: Freeware Size: 56.32 KB Download (94): Sort::Key Download

Added: August 12, 2010 | Visits: 988

Icecream/icecc Icecream project is created by SUSE and is based on ideas and code by distcc. Like distcc it takes compile jobs from your (KDE) build and distributes it to remote machines allowing a parallel build on several machines youve got. But unlike distcc Icecream uses a central server that schedules... Platforms: *nix

License: Freeware Size: 143.36 KB Download (94): Icecream/icecc Download

Added: September 10, 2010 | Visits: 686

Tk::Getopt Tk::Getopt is a user configuration window for Tk with interface to Getopt::Long. SYNOPSIS use Tk::Getopt; @opttable = ([opt1, =s, default], [opt2, !, 1], ...); $opt = new Tk::Getopt(-opttable => @opttable, -options => %options, -filename => "$ENV{HOME}/.options"); $opt->set_defaults; #... Platforms: *nix

License: Freeware Size: 22.53 KB Download (89): Tk::Getopt Download

Added: April 25, 2010 | Visits: 1.029

Image::MetaData::JPEG::TagLists Image::MetaData::JPEG::TagLists contains a collection of tag tables for JPEG segments. Image::MetaData::JPEG::TagLists is an appendix to the main manual page of the Image::MetaData::JPEG module, which the reader should refer to for further details and the general scope. Valid tags for Exif APP1... Platforms: *nix

License: Freeware Size: 286.72 KB Download (94): Image::MetaData::JPEG::TagLists Download

Added: July 08, 2010 | Visits: 1.322

Sarien Sarien project is a Sierra AGI interpreter for games like Kings Quest and Space Quest. Sarien is a portable Sierra AGI resource interpreter engine that allows you to play Sierra On-Line AGI version 2 and version 3 games (such as Space Quest 1 and 2, and Leisure Suit Larry in the Land of the... Platforms: *nix

License: Freeware Size: 27.65 KB Download (98): Sarien Download

Added: October 26, 2010 | Visits: 1.472

Traffic Control - Next Generation Traffic Control - Next Generation (tcng) is a revision of the Linux network traffic control infrastructure that aims to make the configuration language less cryptic, and provide better interfaces for software and hardware accelerators. The goal of this project is to revise the network traffic... Platforms: *nix

License: Freeware Size: 512 KB Download (115): Traffic Control - Next Generation Download

< 1 2 3 4 5 >