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

Rotten Apples freeware
Filter: All | Freeware | Demo
 

Rotten Apples

< 1 2 3 4 5 > 
Added: August 18, 2008 | Visits: 866

Rats&Spears (PalmOS) Welcome to the home of sporty rats gaming! ...They live not far from your house... Just over the fence from the last cottage on your street there's a dump. Not a romantic place, huh? But that's where they live. Exactly, dear Sirs and Madams... Anyway, MSNBroadcast.com has decided to sponsor their... Platforms: Palm OS

License: Freeware Size: 2.43 KB Download (93): Rats&Spears (PalmOS) Download

Added: June 17, 2010 | Visits: 1.264

PythonCard PythonCard is a GUI construction kit for building cross-platform desktop applications on Windows, Mac OS X, and Linux, using the Python language. The PythonCard motto is "Simple things should be simple and complex things should be possible." PythonCard is for you if you want to develop... Platforms: *nix

License: Freeware Size: 3.2 MB Download (99): PythonCard Download

Added: February 21, 2010 | Visits: 696

Video::OpenQuicktime Video::OpenQuicktime is an interface to the OpenQuicktime library. SYNOPSIS use Video::OpenQuicktime; my $qt = Video::OpenQuicktime->new(file=>"sample.mov"); $qt->get_video_height; $qt->get_audio_compression; $qt->get_audio_samplerate; From the OpenQuicktime site,... Platforms: *nix

License: Freeware Size: 99.33 KB Download (102): Video::OpenQuicktime Download

Added: January 06, 2010 | Visits: 1.762

Really Simple CalDAV Store Really Simple CalDAV Store project is a server implementation of the CalDAV protocol for storing calendaring resources (iCalendar format) on a remote shared server. An increasing number of calendar clients support the maintenance of shared remote calendars through CalDAV including Mozilla... Platforms: *nix

License: Freeware Size: 317.44 KB Download (106): Really Simple CalDAV Store Download

Added: May 17, 2010 | Visits: 789

Linux on So far, we have successfully ported a customized uClinux (http://www.uclinux.org) kernel to the iPod, and written a simple user interface for it dubbed podzilla. Many additional Applications have been written, adding many capabilities not found in Apples firmware. Our bootloader allows for you... Platforms: *nix

License: Freeware Size: 1.1 MB Download (91): Linux on Download

Added: March 09, 2010 | Visits: 999

Excalibur: Morganas Revenge Excalibur: Morganas Revenge (EMR) is a unique scenario based upon the Aleph One (Marathon) engine. It is a first-person action adventure game, featuring an epic and in-depth story line. As a Federation Marine resting after your last mission, you start aboard the exploration class Starship Kronos... Platforms: *nix

License: Freeware Size: 227.1 MB Download (98): Excalibur: Morganas Revenge Download

Added: September 08, 2010 | Visits: 771

AutoGen AutoGen is a tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text. AutoGen project is especially valuable in programs that have several blocks of text that must be kept synchronized. AutoGen can now accept XML files as definition... Platforms: *nix

License: Freeware Size: 1.2 MB Download (94): AutoGen Download

Added: March 04, 2010 | Visits: 1.585

PSA::Test::Builder PSA::Test::Builder is a backend for building test libraries. SYNOPSIS package My::Test::Module; use PSA::Test::Builder; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(ok); my $Test = Test::Builder->new; $Test->output(my_logfile); sub import { my($self) = shift; my $pack =... Platforms: *nix

License: Freeware Size: 112.64 KB Download (156): PSA::Test::Builder Download

Added: March 27, 2010 | Visits: 1.049

HTML::Template::Set HTML::Template::Set is a HTML::Template extension that adds set support. SYNOPSIS in your HTML: < TMPL_SET NAME="handler" >apples_to_oranges< /TMPL_SET > < TMPL_SET NAME="title" >Apples Are Green< /TMPL_SET > < HTML > < HEAD > < TITLE >< TMPL_VAR NAME="title" >< /TITLE > < /HEAD > <... Platforms: *nix

License: Freeware Size: 9.22 KB Download (94): HTML::Template::Set Download

Added: July 21, 2010 | Visits: 903

RetrospeKt RetrospeKt is my attempt to make working with backups easier and more intuitive. The project is inspired by Apples "Time machine" backup system and is based on rsnapshot backup script. With Retrospect you can easily browse your folders (in konqueror) as they were at any previous backup point. A... Platforms: *nix

License: Freeware Size: 17.41 KB Download (90): RetrospeKt Download

Added: May 03, 2010 | Visits: 1.125

GNU-Darwin The GNU-Darwin Distribution is an amalgamation of the Darwin and GNU operating systems and a large collection of free software compatible with Darwin and Mac OS X. We are commited to Darwin as a free OS, Mac OS X compatibility, and helping users attain the benefits of software freedom. Founded... Platforms: *nix

License: Freeware Size: 640 MB Download (189): GNU-Darwin Download

Added: April 08, 2010 | Visits: 1.054

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: May 24, 2010 | Visits: 825

MynahSA MynahSA is a cross-platform toolkit for connecting C++ objects to data streams. Developers using MynahSA can quickly and easily create client/server applications or encrypted files containing serialized object data. The toolkit uses OpenSSL for encryption and secure network communications.... Platforms: *nix

License: Freeware Size: 890.88 KB Download (97): MynahSA Download

Added: January 23, 2010 | Visits: 1.916

Net::DAAP::Client Net::DAAP::Client is a client for Apple iTunes DAAP service. SYNOPSIS my $daap; # see WARNING below $daap = Net::DAAP::Client->new(SERVER_HOST => $hostname, SERVER_PORT => $portnum, PASSWORD => $password); $dsn = $daap->connect; $dbs_hash = $daap->databases; $current_db = $daap->db;... Platforms: *nix

License: Freeware Size: 12.29 KB Download (106): Net::DAAP::Client Download

Added: July 13, 2010 | Visits: 1.008

iCal::Parser::SAX iCal::Parser::SAX is a Perl module to generate SAX events from an iCalendar. SYNOPSIS use iCal::Parser::SAX; my $parser=iCal::Parser::SAX->new(Handler=>SAXHandler,%args); $parser->parse_uri($file); $parser->parse_uris(@files); This module uses iCal::Parser to generates SAX events for the... Platforms: *nix

License: Freeware Size: 22.53 KB Download (93): iCal::Parser::SAX Download

Added: September 24, 2010 | Visits: 1.028

perlcdio perlcdio is a lower-level wrapper to libcdio, the CD Input and Control library. SYNOPSIS This is fairly straight-forward wrapper around the C library libcdio. Although this is perfectly usable on its own, it is expected that the Object-Oriented interface Device::Cdio is what most people will... Platforms: *nix

License: Freeware Size: 225.28 KB Download (96): perlcdio Download

Added: November 14, 2010 | Visits: 736

Tk::MultiMediaControls Tk::MultiMediaControls is a Perl module to create media player control buttons. SYNOPSIS $mmc = $parent->MultiMediaControls(-option => value, ... ); Create multimedia controls similar to that found on Apple applications like QuickTime, iMovie, iDVD, iTunes, etcetera. This mega-widget... Platforms: *nix

License: Freeware Size: 491.52 KB Download (87): Tk::MultiMediaControls Download

Added: March 24, 2010 | Visits: 711

SVGGraph SVGGraph is a Perl extension for creating SVG Graphs / Diagrams / Charts / Plots. SYNOPSIS use SVGGraph; my @a = (1, 2, 3, 4); my @b = (3, 4, 3.5, 6.33); print "Content-type: image/svg-xmlnn"; my $SVGGraph = new SVGGraph; print SVGGraph->CreateGraph( {title => Financial Results Q1... Platforms: *nix

License: Freeware Size: 7.17 KB Download (101): SVGGraph Download

Added: June 13, 2010 | Visits: 698

Baghira Baghira is a native style for QT/KDE. The name refers to the Panther of Kiplings famous Jungle Book (German spelling) You will probably rather know the Disney version... Basically its a perky imitation of Apples OSX look. Installation: tar -xjf baghira.tar.bz2 cd baghira/baghira... Platforms: *nix

License: Freeware Size: 911.36 KB Download (95): Baghira Download

Added: February 04, 2010 | Visits: 900

Net::iTMS Net::iTMS is a Perl interface to the information within the iTunes Music Store (iTMS). SYNOPSIS my $iTMS = Net::iTMS->new; my $artist = $iTMS->get_artist(2893902); print "Artist: ", $artist->name, "n"; for my $album ($artist->discography) { print $album->title, "n"; for my $track... Platforms: *nix

License: Freeware Size: 13.31 KB Download (109): Net::iTMS Download

< 1 2 3 4 5 >