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

Indicating freeware
Filter: All | Freeware | Demo
 

Indicating

< 1 2 3 4 5 > 
Added: August 11, 2010 | Visits: 714

Devel::Depend::Cl Devel::Depend::Cl is a Perl module that can extract dependency trees from c files. Extract dependency trees from c files. See Devel::Depend::Cpp for more an example. MEMBER FUNCTIONS Returns - Success flag - A reference to a hash where the included files are sorted perl level. A file can...



Platforms: *nix

License: Freeware Size: 3.07 KB Download (89): Devel::Depend::Cl Download

Added: June 13, 2010 | Visits: 1.140

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: November 26, 2010 | Visits: 766

Data::Inherited Data::Inherited is a Perl module with hierarchy-wide accumulation of list and hash results. SYNOPSIS package Foo; use base Data::Inherited; use constant PROPERTIES => (qw/name address/); package Bar; use base Foo; use constant PROPERTIES => (qw/age/); package main; my $bar =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (102): Data::Inherited Download

Added: June 22, 2010 | Visits: 992

KDELirc Improved (patch) KDELirc Improved (patch) adds some different new features to improve kdelirc usability. Above all i added On Screen Display, using Konversation and Amarok codebase. When some key is pressed on the remote, its shown through OSD on your desktop, and mode changing is advertised too. I also added...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): KDELirc Improved (patch) Download

Added: September 26, 2010 | Visits: 1.394

Device::ISDN::OCLM Device::ISDN::OCLM is a perl module to control the 3com OfficeConnect LanModem. SYNOPSIS $sp = 1; $pw = secret; $lanmodem = Device::ISDN::OCLM->new (); $lanmodem->password ($pw); $command = manualConnect; $status = $lanmodem->$command ($sp); while (($status eq CLOCK) || ($status eq...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (96): Device::ISDN::OCLM Download

Added: May 06, 2010 | Visits: 1.398

Palm::Progect::Converter::CSV Palm::Progect::Converter::CSV is a Perl module to convert between Progect databases and CSV files. SYNOPSIS my $converter = Palm::Progect::Converter->new( format => CSV, # ... other args ... ); $converter->load_records(); # ... do stuff with records $converter->save_records(); This...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (129): Palm::Progect::Converter::CSV Download

Added: November 07, 2010 | Visits: 906

SVK::Log::Filter::Babelfish SVK::Log::Filter::Babelfish is a Perl module to translate logs to various natural languages. SYNOPSIS > svk log --filter babelfish de //mirror/project/trunk ---------------------------------------------------------------------- r1234 (orig r456): author | 2006-05-15 09:28:52 -0600 Dieses...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (89): SVK::Log::Filter::Babelfish Download

Added: April 05, 2010 | Visits: 1.005

Egressor MITRE has released a freeware tool that allows a company to check the configuration of their Internet point-of-presence router. Egressor will help companies determine whether their routers are configured to the Help Defeat Denial of Service Attacks guidelines. This configuration of egress...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (92): Egressor Download

Added: February 19, 2010 | Visits: 1.825

SNIPS 1.1 / 1.2 Beta SNIPS (System & Network Integrated Polling Software) is a system and network monitoring software that runs on Unix systems and can monitor network and system devices. SNIPS application is capable of monitoring DNS, NTP, TCP or web ports, host performance, syslogs, radius servers, BGP peers, etc....


Platforms: *nix

License: Freeware Size: 1.2 MB Download (104): SNIPS 1.1 / 1.2 Beta Download

Added: June 19, 2010 | Visits: 1.616

QuickFIX QuickFIX is a full-featured open source FIX engine, currently compatible with the FIX 4.0-4.4 spec. QuickFIX program runs on Windows, Linux, Solaris, FreeBSD and Mac OS X. APIs are available for C++, Java, .NET, and Python. The Financial Information eXchange (FIX) Protocol is a "language" which...


Platforms: *nix

License: Freeware Size: 6.94 MB Download (109): QuickFIX Download

Added: August 18, 2010 | Visits: 1.055

Xmenu-xlayer 3.0 Xmenu-xlayer is a versatile, javascript driven DHTML menu that works on: - Internet Explorer Windows 5 and later (5, 5.5, 6) - Gecko (Mozilla, Mozilla-Firebird, Galeon, Netscape 6, 7, etc.) - Opera 6, 7 - Internet Explorer Macintosh 5 and later (5, 5.1, 5.2) - Safari - Konqueror 3.x -...


Platforms: *nix

License: Freeware Download (92): Xmenu-xlayer 3.0 Download

Added: August 13, 2010 | Visits: 1.012

PGAPy PGAPy is a wrapper for pgapack, the parallel genetic algorithm library, a powerfull genetic algorithm library by D. Levine, Mathematics and Computer Science Division Argonne National Laboratory. The library is written in C. PGAPy wraps this library for use with Python. The original pgapack...


Platforms: *nix

License: Freeware Size: 69.63 KB Download (93): PGAPy Download

Added: November 27, 2010 | Visits: 1.007

File::Path File::Path is a Perl module to create or remove directory trees. SYNOPSIS use File::Path; mkpath([/foo/bar/baz, blurfl/quux], 1, 0711); rmtree([foo/bar/baz, blurfl/quux], 1, 1); The mkpath function provides a convenient way to create directories, even if your mkdir kernel call wont...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): File::Path Download

Added: September 24, 2010 | Visits: 700

Config::IniFiles Config::IniFiles is a module for reading .ini-style configuration files. SYNOPSIS use Config::IniFiles; my $cfg = new Config::IniFiles( -file => "/path/configfile.ini" ); print "The value is " . $cfg->val( Section, Parameter ) . "." if $cfg->val( Section, Parameter ); Config::IniFiles...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (103): Config::IniFiles Download

Added: May 10, 2013 | Visits: 1.247

WIKINDX WIKINDX is a free bibliographic and quotations/notes management and article authoring system designed either for single use (on a variety of operating sytems) or multi-user collaborative use across the internet. Features:User: - 37 resource types. - Multi-user mode - create and manage your own...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (110): WIKINDX Download

Added: February 13, 2010 | Visits: 894

Apache::TestUtil Apache::TestUtil Perl module contains utility functions for writing tests. SYNOPSIS use Apache::Test; use Apache::TestUtil; ok t_cmp("foo", "foo", "sanity check"); t_write_file("filename", @content); my $fh = t_open_file($filename); t_mkdir("/foo/bar"); t_rmtree("/foo/bar");...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (89): Apache::TestUtil Download

Added: February 12, 2010 | Visits: 980

Honeytrap Honeytrap project trap attacks against tcp services. Honeytrap is a network security tool written to observe attacks against TCP services. As a low-interactive honeypot, it collects information regarding known or unknown network-based attacks and thus can provide early-warning information. The...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (100): Honeytrap Download

Added: May 15, 2010 | Visits: 769

Tk::Canvas Tk::Canvas Perl module can create and manipulate Canvas widgets. SYNOPSIS $canvas = $parent->Canvas(?options?); STANDARD OPTIONS -background -highlightthickness -insertwidth -state -borderwidth -insertbackground -relief -tile -cursor -insertborderwidth -selectbackground -takefocus...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (105): Tk::Canvas Download

Added: August 14, 2010 | Visits: 870

WAIT WAIT Perl module is a rewrite of the freeWAIS-sf engine in Perl and XS. The central idea of the system is to provide a framework and the building blocks for any indexing and search system the users might want to build. Obviously the framework limits the class of system which can be build....


Platforms: *nix

License: Freeware Size: 98.3 KB Download (88): WAIT Download

Added: January 25, 2010 | Visits: 533

EntourageNotes X EntourageNotes takes all of your Entourage Notes and exports them into vCard files for copying to your iPod. They are placed in a folder called "iPodNotes" on your desktop. Notes that exceed the maximum amount of text that can be placed in one vCard are split into multiple vCards and show up as...


Platforms: Mac

License: Freeware Size: 24 KB Download (105): EntourageNotes X Download

< 1 2 3 4 5 >