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

Overrides freeware
Filter: All | Freeware | Demo
 

Overrides

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 753

zlibc Zlibc is a read-only compressed file-system emulation. It allows executables to uncompress their data files on the fly. No kernel patch, no re-compilation of the executables and the libraries is needed. Using gzip -9, a compression ratio of 1:3 can easily be achieved! (See examples below). This... Platforms: *nix

License: Freeware Size: 78.85 KB Download (92): zlibc Download

Added: August 13, 2010 | Visits: 1.076

libband LibBand is a simple library wrapper written in assembly and C (but I plan to rewrite everything in C) useful if you want to limit the bandwidth used by a program. It simply overrides some libc functions, using the LD_PRELOAD environment variable, and puts some pauses in the program to clamp the... Platforms: *nix

License: Freeware Size: 22.53 KB Download (92): libband Download

Added: July 01, 2010 | Visits: 1.413

g95 g95 projects goal is to create a free, open source Fortran 95 compiler. The code has been donated to the Free Software Foundation for inclusion in GCC, the Gnu Compiler Collection. G95 is still in a beta state. G95 can compile most fortran 90/95 programs just fine on a wide variety of... Platforms: *nix

License: Freeware Size: 3.2 MB Download (118): g95 Download

Added: April 01, 2010 | Visits: 1.058

sshutout sshutout is a daemon that periodically monitors log files, looking for multiple failed login attempts via the Secure Shell daemon. sshutout is meant to mitigate what are commonly known as "dictionary attacks," i.e. scripted brute force attacks that use lists of user IDs and passwords to effect... Platforms: *nix

License: Freeware Size: 30.72 KB Download (94): sshutout Download

Added: September 01, 2010 | Visits: 1.012

Samba::LDAP::Config Samba::LDAP::Config is a Perl module to config file related tasks for Samba::LDAP. SYNOPSIS use Samba::LDAP::Config; my $config = Samba::LDAP::Config->new() or die "Cant create objectn"; # Returns where smbldap.conf, smbldap_bind.conf and # smb.conf are located my $smbldap_conf =... Platforms: *nix

License: Freeware Size: 81.92 KB Download (105): Samba::LDAP::Config Download

Added: January 20, 2010 | Visits: 1.025

Test::Manifest Test::Manifest is a Perl module created to interact with a t/test_manifest file. SYNOPSIS # in Makefile.PL eval "use Test::Manifest"; # in the file t/test_manifest, list the tests you want # to run Test::Harness assumes that you want to run all of the .t files in the t/ directory in... Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): Test::Manifest Download

Added: October 17, 2010 | Visits: 1.099

File::Sort File::Sort is a Perl module to sort a file or merge sort multiple files. SYNOPSIS use File::Sort qw(sort_file); sort_file({ I => [qw(file_1 file_2)], o => file_new, k => 5.3,5.5rn, -t => | }); sort_file(file1, file1.sorted); This module sorts text files by lines (or records).... Platforms: *nix

License: Freeware Size: 32.77 KB Download (95): File::Sort Download

Added: April 04, 2010 | Visits: 1.145

ex::override ex::override is a Perl pragma to override core functions. SYNOPSIS use ex::override ucfirst => sub { # make sure only the first # letter is uppercased ucfirst( lc( shift ) ); }; ucfirst( MAKE THIS RIGHT ); # Make this right no ex::override ucfirst; ucfirst( MAKE THIS RIGHT ); #... Platforms: *nix

License: Freeware Size: 4.1 KB Download (121): ex::override Download

Added: July 16, 2010 | Visits: 1.408

Test::Tester::Capture Test::Tester::Capture is a help testing test modules built with Test::Builder. This is a subclass of Test::Builder that overrides many of the methods so that they dont output anything. It also keeps track of its own set of test results so that you can use Test::Builder based modules to... Platforms: *nix

License: Freeware Size: 14.34 KB Download (105): Test::Tester::Capture Download

Added: May 02, 2010 | Visits: 829

FileCache FileCache is a Perl module to keep more files open than the system permits. SYNOPSIS use FileCache; # or use FileCache maxopen => 16; cacheout $mode, $path; # or cacheout $path; print $path @data; $fh = cacheout $mode, $path; # or $fh = cacheout $path; print $fh @data; The... Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): FileCache Download

Added: July 27, 2010 | Visits: 1.347

Cons Cons is a Software Construction System. Cons is a system for constructing, primarily, software, but is quite different from previous software construction systems. Cons was designed from the ground up to deal easily with the construction of software spread over multiple source directories. Cons... Platforms: *nix

License: Freeware Size: 235.52 KB Download (98): Cons Download

Added: February 15, 2010 | Visits: 871

Gtk2::Ex::MindMapView::Border::RoundedRect Gtk2::Ex::MindMapView::Border::RoundedRect is a Perl module to create a rounded rectangle border. SYNOPSIS use Gtk2::Ex::MindMapView::Border::RoundedRect; This module is internal to Gtk2::Ex::MindMapView. It draws a rounded rectangle border for a Gtk2::Ex::MindMapView::Item. This rectangle... Platforms: *nix

License: Freeware Size: 50.18 KB Download (90): Gtk2::Ex::MindMapView::Border::RoundedRect Download

Added: February 08, 2010 | Visits: 1.046

Gtk2::Ex::MindMapView::ItemHotSpot Gtk2::Ex::MindMapView::ItemHotSpot is a Perl module to manage a "hot spot" on a view item. SYNOPSIS use Gtk2::Ex::MindMapView::ItemHotSpot; Four Gtk2::Ex::MindMapView::ItemHotSpots are created for each Gtk2::Ex::MindMapView::Item. The hotspots are areas on the mind map, that when clicked,... Platforms: *nix

License: Freeware Size: 50.18 KB Download (90): Gtk2::Ex::MindMapView::ItemHotSpot Download

Added: July 26, 2010 | Visits: 898

Gtk2::Ex::MindMapView::Border::Rectangle Gtk2::Ex::MindMapView::Border::Rectangle si a Perl module to create a rectangular border. HEIRARCHY Gtk2::Ex::MindMapView::Border +----Gtk2::Ex::MindMapView::Border::Rectangle SYNOPSIS use Gtk2::Ex::MindMapView::Border::Rectangle; This module is internal to Gtk2::Ex::MindMapView. It... Platforms: *nix

License: Freeware Size: 50.18 KB Download (96): Gtk2::Ex::MindMapView::Border::Rectangle Download

Added: February 03, 2010 | Visits: 1.133

Gtk2::Ex::MindMapView::HotSpot::Grip Gtk2::Ex::MindMapView::HotSpot::Grip is a Perl module to manage a grip type "hot spot" on a view item. SYNOPSIS use base Gtk2::Ex::MindMapView::HotSpot::Grip; The Gtk2::Ex::MindMapView::HotSpot::Grip defined grip type hotspots. This kind of hot spot is used to resize... Platforms: *nix

License: Freeware Size: 50.18 KB Download (115): Gtk2::Ex::MindMapView::HotSpot::Grip Download

Added: March 09, 2010 | Visits: 691

phptelemeter phptelemeter script can read the webpages for the webbased quota monitor for the Belgian ISP Telenet. These pages contain both the actual status (which is refreshed nightly), and a 30-day shifting window history. This history is what makes up the used quota. Usage First off, to actually run... Platforms: *nix

License: Freeware Size: 88.06 KB Download (91): phptelemeter Download

Added: January 27, 2010 | Visits: 796

TeX::Hyphen TeX::Hyphen is a Perl module to hyphenate words using TeXs patterns. SYNOPSIS use TeX::Hyphen; my $hyp = new TeX::Hyphen file => hyphen.tex, style => czech, leftmin => 2, rightmin => 2; # my $hyp = new TeX::Hyphen "hyphen.tex"; my $word = "representation"; my @points =... Platforms: *nix

License: Freeware Size: 22.53 KB Download (87): TeX::Hyphen Download

Added: September 15, 2010 | Visits: 768

Class::DBI::Template::Stash Class::DBI::Template::Stash is a Perl module with Template::Stash subclass for Class::DBI::Template. SYNOPSIS package Music::DBI; use base Class::DBI; use Class::DBI::Template; There is nothing you need to do for this module, it is setup for you when you use Class::DBI::Template. It... Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): Class::DBI::Template::Stash Download

Added: September 14, 2010 | Visits: 913

Perl::Critic::Config Perl::Critic::Config is a Perl module to find and load Perl::Critic user-preferences. Perl::Critic::Config takes care of finding and processing user-preferences for Perl::Critic. The Config object defines which Policy modules will be loaded into the Perl::Critic engine and how they should be... Platforms: *nix

License: Freeware Size: 245.76 KB Download (90): Perl::Critic::Config Download

Added: September 13, 2010 | Visits: 599

Jifty::Client Jifty::Client is a subclass of WWW::Mechanize with extra Jifty features. This module is a base for building robots to interact with Jifty applications. It currently contains much overlapping code with Jifty::Test::WWW::Mechanize, except that it does not inherit from Test::WWW::Mechanize.... Platforms: *nix

License: Freeware Size: 532.48 KB Download (87): Jifty::Client Download

< 1 2 3 4 5 >