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

Bullet For My Valentine freeware
Filter: All | Freeware | Demo
 

Bullet For My Valentine

< 1 2 3 4 5 
Added: June 15, 2010 | Visits: 744

POE::Component::YahooMessenger POE::Component::YahooMessenger is a POE component for Yahoo! Messenger. SYNOPSIS use POE qw(Component::YahooMessenger); # spawn YM session POE::Component::YahooMessenger->spawn(Alias => ym); # register your session for callbacks $kernel->post(ym => register); # tell YM how to connect...



Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): POE::Component::YahooMessenger Download

Added: July 12, 2010 | Visits: 909

Mailvisa mailvisa is a bayesian spam filter, inspired by Paul Grahams A Plan For Spam. It is mainly intended for my own expirimentation, but provided here for those who are interested. It is competitive with other bayesian filters in terms of accuracy and speed. The system is written in Ruby. You can...





Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): Mailvisa Download

Added: May 04, 2010 | Visits: 937

Device::Cdio::ISO9660::FS Device::Cdio::ISO9660::FS is a Perl class for ISO 9660 CD reading. SYNOPSIS This encapsulates ISO 9660 Filesystem aspects of CD Tracks. As such this is a This library however needs to be used in conjunction with Device::Cdio::ISO9660. use Device::Cdio::ISO9660:FS; $cd =...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (100): Device::Cdio::ISO9660::FS Download

Added: June 03, 2010 | Visits: 696

mcplay mcplay is not just another fontend for mpg123. It is also just another frontend for many other players (ogg123, sox, drvmidi). It is able to adjust the soundmixers volume and it is able to read and write playlist files (*.m3u). And it can be controlled via lirc. The word mcplay stands for "my...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (87): mcplay Download

Added: February 01, 2010 | Visits: 1.378

Acovea Acovea implements a genetic algorithm for finding the "best" options for compiling programs with the GCC C and C++ compilers. ACOVEA (Analysis of Compiler Options via Evolutionary Algorithm) implements a genetic algorithm to find the "best" options for compiling programs with the GNU Compiler...


Platforms: *nix

License: Freeware Size: 399.36 KB Download (97): Acovea Download

Added: May 26, 2010 | Visits: 1.038

IBAM IBAM (Intelligent BAttery Monitor) is an advanced battery monitor for laptops, which uses statistical and adaptive linear methods to provide accurate estimations of minutes of battery left or of the time needed until full recharge. All currently available battery or apm monitors keep telling me...


Platforms: *nix

License: Freeware Size: 70.66 KB Download (114): IBAM Download

Added: October 06, 2010 | Visits: 949

mp3togo mp3togo is a linux tool for creating low bitrate subsets from a high quality music archive. mp3togo was born in the fall of 2004 when my housemate came home with a portable mp3 player and expected to be able to load it with music from our house archive which was mostly comprised of ogg vorbis...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (96): mp3togo Download

Added: October 27, 2010 | Visits: 1.208

Openwall Linux kernel patch Openwall Linux kernel patch is a collection of security-related features for the Linux kernel, all configurable via the new Security options configuration section. In addition to the new features, some versions of the patch contain various security fixes. The number of such fixes changes from...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (94): Openwall Linux kernel patch Download

Added: April 03, 2010 | Visits: 711

MRTG::Config MRTG::Config is a Perl module for parsing MRTG configuration files. WARNING This module, while reliable right now, is still in ALPHA stages of development... The API/methods may change. Behaviors of methods will almost certainly change. The internal structure of data will change, as will many...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (94): MRTG::Config Download

Added: April 25, 2010 | Visits: 714

Array::Iterator Array::Iterator is a simple class for iterating over Perl arrays. SYNOPSIS use Array::Iterator; # create an iterator with an array my $i = Array::Iterator->new(1 .. 100); # create an iterator with an array reference my $i = Array::Iterator->new(@array); # create an iterator with a...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (99): Array::Iterator Download

Added: March 02, 2010 | Visits: 824

XML::DOM XML::DOM is a perl module for building DOM Level 1 compliant document structures. SYNOPSIS use XML::DOM; my $parser = new XML::DOM::Parser; my $doc = $parser->parsefile ("file.xml"); # print all HREF attributes of all CODEBASE elements my $nodes = $doc->getElementsByTagName...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (97): XML::DOM Download

Added: July 20, 2010 | Visits: 1.564

Roster-in-a-Box Roster-in-a-Box project is a course management system designed to facilitate the use of autograded homework assignments, while also allowing for text-based questions to be submitted online and graded online by the instructor. I developed and currently use the system for my introductory statistics...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (126): Roster-in-a-Box Download

Added: September 24, 2010 | Visits: 1.109

Tk::Image::Calculation Tk::Image::Calculation is a Perl extension for graphic calculations. SYNOPSIS #------------------------------------------------- use Tk::Image::Calculation; my @points_oval = (10, 10, 30, 50); my @points_circle = (20, 20, 60, 60); my @points_polygon = (136, 23, 231, 55, 463, 390, 338, 448,...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Tk::Image::Calculation Download

Added: February 02, 2010 | Visits: 2.395

GD::Tab::Ukulele GD::Tab::Ukulele is a Perl module for Ukulele tab image generator. SYNOPSIS use GD::Tab::Ukulele; my $uk = GD::Tab::Ukulele->new; # print png image print $uk->chord(D#sus4)->png; # get GD::Image instance my $im = $uk->chord(C); print $im->png; # other tab generate...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (182): GD::Tab::Ukulele Download

Added: April 10, 2010 | Visits: 885

Text::Quote Text::Quote contains quotes strings as required for perl to eval them back correctly. SYNOPSIS use Text::Quote; my @quotes=map{$quoter->quote($_,indent=>6,col_width=>60)}( "The time has come" the walrus said, "to speak of many things..." ,"...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): Text::Quote Download

Added: January 25, 2010 | Visits: 762

Bambini I have written this program for my daughter Chantal. Since her first year of life she likes to sit on my lap and types on the keyboard of my Macintosh. She is always happy if something changes on the monitor or a tone appears.The first version of Bambini was developed by this situation. It...


Platforms: Mac

License: Freeware Download (91): Bambini Download

Added: January 25, 2010 | Visits: 552

MakeBot MakeBot is a simple IDE for Python. It is designed to allow students to start programming as quickly and easily as possible.For my Lunar Repair Yard course, I needed an IDE for students to use which was intuitive and quick to learn. The command line works well once you know how, but I wanted to...


Platforms: Mac

License: Freeware Download (100): MakeBot Download

Released: October 26, 2012  |  Added: October 26, 2012 | Visits: 446

Abe's Amazing Adventure!! A scrolling, platform-jumping, key-collecting, ancient pyramid exploring game, vaguely in the style of similar games for the Commodore+4. The game is intended to show young people (I'm writing it for my son's birthday) all the cool games they missed.


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 3.18 MB Download (48): Abe's Amazing Adventure!! Download

Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 381

SANE scanner frontend 1.1.1 I have written this program because my scanner is useless in OS X thanks to UMAX. Thankfully, the people working on SANE (Scanner Access Now Easy) have come up with drivers for my scanner. However, I have to use the terminal to use it. So, I have written a program to scan without all the hassle...


Platforms: Mac

License: Freeware Size: 880.64 KB Download (45): SANE scanner frontend 1.1.1 Download

Released: March 26, 2013  |  Added: April 15, 2013 | Visits: 1.010

Desktop photo frame Widget for your desktop. Photo of a loved one in a beautiful framed photo on your desktop. Choose your favorite photo frame, specify your photo, and you can also add text to the picture frame, for this, click the text, and type some text. Drag the widget to the Desktop. Every time you turn on...


Platforms: Windows, Windows CE

License: Freeware Size: 12.37 MB Download (67): Desktop photo frame Download

< 1 2 3 4 5