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

Repeatedly freeware
Filter: All | Freeware | Demo
 

Repeatedly

< 1 2 3 4 5 > 
Added: May 24, 2010 | Visits: 970

AI::Menu AI::Menu is a Perl object that generates Tree::Nary objects from directed graphs or a description of the function set. The algorithm is not very efficient (approximately O(F^6), F being the number of functions). It is also not quite as intelligent as it should be. You should cache the results... Platforms: *nix

License: Freeware Size: 6.14 KB Download (92): AI::Menu Download

Added: June 03, 2010 | Visits: 637

Hpodder Hpodder is a tool to scan and download podcasts. Such tools are often called podcatchers. Hpodder is a command-line tool for Linux. The project has quite a few features. A few highlights are that it is easy to learn and use, has automatic discovery of feed metadata, and can import iPodder... Platforms: *nix

License: Freeware Size: 194.56 KB Download (98): Hpodder Download

Added: October 22, 2010 | Visits: 1.101

Sort::Fields Sort::Fields is a Perl module that can sort lines containing delimited fields. SYNOPSIS use Sort::Fields; @sorted = fieldsort [3, 2n], @lines; @sorted = fieldsort +, [-1, -3, 0], @lines; $sort_3_2n = make_fieldsort [3, 2n], @lines; @sorted = $sort_3_2n->(@lines); Sort::Fields provides... Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Sort::Fields Download

Added: July 10, 2010 | Visits: 1.120

Convert::ASCIInames Convert::ASCIInames is a Perl module that includes ASCII names for control characters. SYNOPSIS use Convert::ASCIInames; Convert::ASCIInames::Configure(fallthrough => 1); $name = ASCIIname($character_ordinal); $name = ASCIIaltname($character_ordinal); $name =... Platforms: *nix

License: Freeware Size: 11.26 KB Download (88): Convert::ASCIInames Download

Added: January 09, 2010 | Visits: 769

KMemAid KMemAid is like a traditional flash-card program to help you memorise question/answer pairs, but with an important twist: it uses a neural network to schedule the best time for an item to come up for review. Difficult items that you tend to forget quickly will be scheduled more often, while... Platforms: *nix

License: Freeware Size: 163.84 KB Download (92): KMemAid Download

Added: August 03, 2010 | Visits: 702

libtrash libtrash project is a shared library which implements a trash can on GNU/Linux. When preloaded, it intercepts calls to a series of GNU libc functions and, instead of permanently destroying files, moves them to a "trash can". Whats New in This Release: - This version includes a performance... Platforms: *nix

License: Freeware Size: 91.14 KB Download (88): libtrash Download

Added: November 05, 2010 | Visits: 1.132

Crypt::UnixCrypt Crypt::UnixCrypt is a perl-only implementation of the crypt function. SYNOPSIS use Crypt::UnixCrypt; $hashed = crypt($plaintext,$salt); # always use this modules crypt BEGIN { $Crypt::UnixCrpyt::OVERRIDE_BUILTIN = 1 } use Crypt::UnixCrypt; This module is for all those poor souls whose... Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): Crypt::UnixCrypt Download

Added: March 18, 2010 | Visits: 874

Text::MicroMason::Functions Text::MicroMason::Functions Perl module contains Function Exporter for Simple Mason Templates. SYNOPSIS Use the execute function to parse and evalute a template: use Text::MicroMason::Functions qw( execute ); print execute($template, name=>Dave); Or compile it into a subroutine, and... Platforms: *nix

License: Freeware Size: 69.63 KB Download (91): Text::MicroMason::Functions Download

Added: July 09, 2010 | Visits: 1.144

Boomerang alpha A decompiler takes as input an executable file, and attempts to create a high level, compilable, possibly even maintainable source file that does the same thing. It is therefore the opposite of a compiler, which takes a source file and makes an executable. However, a general decompiler does not... Platforms: *nix

License: Freeware Size: 2.6 MB Download (169): Boomerang alpha Download

Added: November 01, 2010 | Visits: 1.729

XML::LibXML::Reader XML::LibXML::Reader is a Perl interface to libxml2 pull parser. SYNOPSIS use XML::LibXML::Reader; $reader = new XML::LibXML::Reader("file.xml") or die "cannot read file.xmln"; while ($reader->read) { processNode($reader); } sub processNode { $reader = shift; printf "%d %d %s %dn",... Platforms: *nix

License: Freeware Size: 256 KB Download (108): XML::LibXML::Reader Download

Added: September 19, 2010 | Visits: 916

Bigtop::Docs::TentTut Bigtop::Docs::TentTut is Perl module for tentmaker Tutorial (best viewed in html). If you dont know what Bigtop is, you might want to start by reading Bigtop::Docs::About. Bigtop is a language of simple structure, but with many keywords. In an effort to make it easier to use, I have written... Platforms: *nix

License: Freeware Size: 307.2 KB Download (87): Bigtop::Docs::TentTut Download

Added: April 13, 2010 | Visits: 1.944

BigInteger BigInteger is an arbitrary length integer extension module for Perl. SYNOPSIS use Math::BigInteger; The BigInteger extension module gives access to Eric Youngs bignum library. This provides a faster alternative to the Math::BigInt library. The basic object in this library is a BigInteger.... Platforms: *nix

License: Freeware Size: 20.48 KB Download (105): BigInteger Download

Added: September 16, 2010 | Visits: 807

StatRelief StatRelief downloads and displays a digest of your SourceForge and freshmeat project statistics. It is ideal if you spend way too much time watching and repeatedly refreshing those pages when you have something better to do. Whats New in This Release: - A number of retries may now be... Platforms: *nix

License: Freeware Size: 18.43 KB Download (87): StatRelief Download

Added: July 03, 2010 | Visits: 1.330

File::Spec::Link File::Spec::Link is a Perl extension for reading and resolving symbolic links. SYNOPSIS use File::Spec::Link; my $file = File::Spec::Link->linked($link); my $file = File::Spec::Link->resolve($link); my $dirname = File::Spec::Link->chopfile($file); my $newname =... Platforms: *nix

License: Freeware Size: 7.17 KB Download (103): File::Spec::Link Download

Added: August 21, 2010 | Visits: 1.573

Pen Pen is a load balancer for "simple" TCP-based protocols such as HTTP or SMTP. Pen project allows several servers to appear as one to the outside. It automatically detects servers that are down and distributes clients among the available servers. This gives high availability and scalable... Platforms: *nix

License: Freeware Size: 112.64 KB Download (123): Pen Download

Added: January 25, 2010 | Visits: 581

Overwritten X Overwritten uses 'srm' to rename and overwrite files repeatedly in order to ensure they cannot be recovered, even through extensive examination. It can easily be used to delete text files that may contain sensitive information such as credit card numbers. Overwritten will not, however, remove the... Platforms: Mac

License: Freeware Download (90): Overwritten X Download

Added: January 25, 2010 | Visits: 523

KeychainCache KeychainCache is a module for Unsanity's Application Enhancer utility that prevents applications that repeatedly access the Keychain from keeping the Keychain from locking automatically. Platforms: Mac

License: Freeware Size: 120 KB Download (97): KeychainCache Download

Added: January 25, 2010 | Visits: 517

RuleBox Synchronize your Address Book and your Mail rules.Are you bored of fine-tuning your Mail rules every time one of your friends changes their email address? Are you bored of having to repeatedly create new Mailboxes and Rules for each of your friends/contacts? Then let RuleBox take care of that for... Platforms: Mac

License: Freeware Download (88): RuleBox Download

Added: January 25, 2010 | Visits: 924

BB A simple webcam viewer for Mac OS X... I've gone through three different Mac OS programs to watch the webcam on my front door. All of them had varying stability problems, and I got sick of rebooting my PowerMac just to bring my pasteboard server back to life after one of the cam apps killed it... Platforms: Mac

License: Freeware Download (108): BB Download

Released: March 02, 2011  |  Added: March 24, 2011 | Visits: 2.672

Panda Batch File Renamer Panda Batch File Renamer is an easy to use utility for changing the names of multiple files. The intuitive interface provides a flexible way to quickly alter file names. The current and final file names are shown side-by-side on the screen and any changes are displayed on screen immediately.... Platforms: Windows

License: Freeware Size: 505.35 KB Download (178): Panda Batch File Renamer Download

< 1 2 3 4 5 >