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

Which Indicates That freeware
Filter: All | Freeware | Demo
 

Which Indicates That

< 1 2 3 4 5 > 
Added: September 13, 2010 | Visits: 1.208

Math::Numbers Math::Numbers is a Perl module that contains methods for mathematical approaches of concepts of the number theory. SYNOPSIS use Math::Numbers; my $a = 123; my $b = 34; my $numbers = Math::Numbers->new($a, $b [, ...]); print "They are coprimes (relatively primes)!n" if... Platforms: *nix

License: Freeware Size: 4.1 KB Download (104): Math::Numbers Download

Added: January 26, 2010 | Visits: 1.084

DBD::ODBC DBD::ODBC Perl module contains a ODBC Driver for DBI. SYNOPSIS use DBI; $dbh = DBI->connect(dbi:ODBC:DSN, user, password); Private DBD::ODBC Attributes odbc_more_results (applies to statement handle only!) Use this attribute to determine if there are more result sets available. SQL... Platforms: *nix

License: Freeware Size: 122.88 KB Download (104): DBD::ODBC Download

Added: April 22, 2010 | Visits: 845

Audio::TagLib::ID3v2::RelativeVolumeFrame Audio::TagLib::ID3v2::RelativeVolumeFrame is an ID3v2 relative volume adjustment frame implementation. SYNOPSIS use Audio::TagLib::ID3v2::RelativeVolumeFrame; my $i = Audio::TagLib::ID3v2::RelativeVolumeFrame->new( Audio::TagLib::ByteVector->new("")); $i->setChannelType("MasterVolume");... Platforms: *nix

License: Freeware Size: 1.4 MB Download (92): Audio::TagLib::ID3v2::RelativeVolumeFrame Download

Added: April 16, 2010 | Visits: 1.019

POE::Component::Enc::Mp3 POE::Component::Enc::Mp3 is a mp3 encoder wrapper. SYNOPSIS use POE qw(Component::Enc::Mp3); $mp3 = POE::Component::Enc::Mp3->new($bitrate => 160); $mp3->enc("/tmp/tst.wav"); POE::Kernel->run(); This POE component encodes raw audio files into mp3 format. It is merely a wrapper for the... Platforms: *nix

License: Freeware Size: 3.07 KB Download (122): POE::Component::Enc::Mp3 Download

Added: November 14, 2010 | Visits: 1.170

Net::FTP Net::FTP is a FTP Client class. Net::FTP is a class implementing a simple FTP client in Perl as described in RFC959. It provides wrappers for a subset of the RFC959 commands. FTP stands for File Transfer Protocol. It is a way of transferring files between networked machines. The protocol... Platforms: *nix

License: Freeware Size: 64.51 KB Download (99): Net::FTP Download

Added: May 26, 2010 | Visits: 1.094

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: January 22, 2010 | Visits: 875

Scalar::Properties Scalar::Properties is a Perl module package that contains run-time properties on scalar variables. SYNOPSIS use Scalar::Properties; my $val = 0->true; if ($val && $val == 0) { print "yup, its true alright...n"; } my @text = ( hello world->greeting(1), forget it, hi... Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Scalar::Properties Download

Added: September 02, 2010 | Visits: 884

Worm Warner WormWarner is a tool designed to warn hosts that are probably infected by worms. This is done by scanning the Apache log files and sending email to the host or the ISP when an worm or attack is detected. Wormwarner started in September 2002 as a small project written in Perl. Wormwarner has a... Platforms: *nix

License: Freeware Size: 28.67 KB Download (90): Worm Warner Download

Added: July 24, 2010 | Visits: 847

Method::Declarative Method::Declarative is a Perl module to create methods with declarative syntax. SYNOPSIS use Method::Declarative ( --defaults => { precheck => [ [ qw(precheck1 arg1 arg2) ], # ... ], postcheck => [ [ qw(postcheck1 arg3 arg4) ], # ... ], init => [ [ initcheck1 ], # ... ],... Platforms: *nix

License: Freeware Size: 8.19 KB Download (92): Method::Declarative Download

Added: July 27, 2010 | Visits: 736

jdresolve jdresolve is a software that resolves IP addresses to hostnames. Any file format is supported, including those where the line does not begin with the IP address. One of the strongest features of the program is the support for recursion, which can drastically reduce the number of unresolved hosts... Platforms: *nix

License: Freeware Size: 51.2 KB Download (94): jdresolve Download

Added: April 08, 2010 | Visits: 1.055

xboxproxy In an effort to be able to play Halo 2 with some out of state friends, I wrote an xbox system link proxy that would essentially bridge only xbox network traffic across across layer 3 networks using UDP. Written in C and uses libpcap and libnet. A later update added multicast support so Apples... Platforms: *nix

License: Freeware Size: 112.64 KB Download (109): xboxproxy Download

Added: February 06, 2010 | Visits: 744

mod_idcheck mod_idcheck is a cookie based authorisation for apache. Cookie based web authentication and single sign on system designed for largish intranets under a single domain where many people run their own webservers (and you dont trust them all much). On first connection, an untrusted webserver... Platforms: *nix

License: Freeware Size: 266.24 KB Download (87): mod_idcheck Download

Added: February 04, 2010 | Visits: 832

NamespaceSim NamespaceSim project can be used to emulate class namespaces under PHP 5. It parses PHP code to extract namespace definition statements. The code is rewritten to emulate the namespace support in a way similar to the Java language namespace support. This package implements new commands named... Platforms: *nix

License: Freeware Download (88): NamespaceSim Download

Added: July 25, 2010 | Visits: 838

AxKit::XSP::ESQL AxKit::XSP::ESQL is an Extended SQL taglib for AxKit eXtensible Server Pages. SYNOPSIS Add the esql: namespace to your XSP < xsp:page > tag: < xsp:page language="Perl" xmlns:xsp="http://apache.org/xsp/core/v1" xmlns:esql="http://apache.org/xsp/SQL/v2" > And add this taglib to AxKit... Platforms: *nix

License: Freeware Size: 6.14 KB Download (88): AxKit::XSP::ESQL Download

Added: March 22, 2010 | Visits: 1.315

The Analysis & Reconstruction Sound Engine The Analysis & Reconstruction Sound Engine also known as ARSE, is a program that analyses a sound file into a spectrogram and is able to synthetise this spectrogram, or any other user-created image, back into a sound. The ARSE consists in two main parts, a spectrographer with a base-2... Platforms: *nix

License: Freeware Size: 696.32 KB Download (94): The Analysis & Reconstruction Sound Engine Download

Added: September 23, 2010 | Visits: 1.084

VideoGuide VideoGuide is content management system for video libraries. It allows you organize your video files, added film descriptions from IMDB.com or manually, assing genres, persons etc. There is a new feature in the module IMDB::Film. Now you can retrieve a list of official sites of specified movie.... Platforms: *nix

License: Freeware Size: 47.1 KB Download (112): VideoGuide Download

Added: July 02, 2010 | Visits: 1.383

Ochiba Ochiba is a web-based image gallery written in PHP and uses sqlite. Ochiba is a hybrid of traditional "photo album" software, such as Gallery or Coppermine, and "image board" software, such as futaba, futallaby, and wakaba. In addition, it borrows concepts found in sources such as gmail and... Platforms: *nix

License: Freeware Size: 61.44 KB Download (102): Ochiba Download

Added: August 18, 2010 | Visits: 839

openMSX openMSX is the MSX home computer system emulator that aims for perfection. Almost all MSX machines are emulated: MSX1, MSX2, MSX2+, Turbo-R... And also quite some extra hardware is emulated: SCC, SCC+, FM-PAC, Music Module, PSG, Moonsound, Sunrise IDE, Disk Controllers, MIDI, almost all memory... Platforms: *nix

License: Freeware Size: 1.5 MB Download (91): openMSX Download

Added: April 22, 2010 | Visits: 1.009

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 09, 2010 | Visits: 726

Devel::TraceLoad Devel::TraceLoad is a Perl module to trace loadings of Perl Programs. # with perldb perl -d:TraceLoad script.pl # without perldb perl -MDevel::TraceLoad script.pl # without perldb and with options perl -MDevel::TraceLoad=after,path script.pl # with perldb and options perl -d:TraceLoad... Platforms: *nix

License: Freeware Size: 12.29 KB Download (88): Devel::TraceLoad Download

< 1 2 3 4 5 >