butterflies michael jackson
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 459
BattleDuel 1.7.110
BattleDuel is a game for the Amiga. more>>
BattleDuel is a game for the Amiga. BattleDuel project was developed by Michael David, Marco Seine and me. Michael did all of the graphics, while Marco created all sound effects and the music.
My task was to take all these ingredients and to put them together to create a nice game (often called programming.
The game got some very good reviews in magazines and working on it was much fun!
It became Freeware on 01.03.2001. On 08.01.2006 an update to the Amiga version and a Java port of the game were released.
<<lessMy task was to take all these ingredients and to put them together to create a nice game (often called programming.
The game got some very good reviews in magazines and working on it was much fun!
It became Freeware on 01.03.2001. On 08.01.2006 an update to the Amiga version and a Java port of the game were released.
Download (12.2MB)
Added: 2007-05-02 License: Freeware Price:
905 downloads
Nietzsche 1.0
Nietzsche provides an easy to learn language. more>>
Nietzsche provides an easy to learn language.
It is an interpreted language, written with an hexadecimal editor such as plexedit, hexedit and so on.
You just have to supply the filename and the number of empty characters
to be inserted.
The null character for Nietzsche is hex 00.
Using labels in this language is fundamental. SO its a good thing to take confidence with them and to use them at best.
Labels must begin and end with 5 (05) 5 (05).
<<lessIt is an interpreted language, written with an hexadecimal editor such as plexedit, hexedit and so on.
You just have to supply the filename and the number of empty characters
to be inserted.
The null character for Nietzsche is hex 00.
Using labels in this language is fundamental. SO its a good thing to take confidence with them and to use them at best.
Labels must begin and end with 5 (05) 5 (05).
Download (0.093MB)
Added: 2007-02-05 License: GPL (GNU General Public License) Price:
993 downloads
Underworld Adventures 0.9-mojito
Underworld Adventures is a project that tries to recreate Ultima Underworld 1. more>>
Underworld Adventures is a project that tries to recreate Ultima Underworld 1.
Underworld Adventures is a project to recreate Ultima Underworld 1 on modern operating systems (e.g., Win32, Linux, or MacOS), using the original game files. It uses OpenGL for 3D graphics, the SDL library for platform specific tasks, and Lua for scripting.
<<lessUnderworld Adventures is a project to recreate Ultima Underworld 1 on modern operating systems (e.g., Win32, Linux, or MacOS), using the original game files. It uses OpenGL for 3D graphics, the SDL library for platform specific tasks, and Lua for scripting.
Download (0.74MB)
Added: 2007-01-03 License: GPL (GNU General Public License) Price:
1028 downloads
Razer DeathAdder mouse configuration 004
Razer DeathAdder mouse configuration is a configuration utility for the Razer DeathAdder on Linux systems. more>>
Razer DeathAdder mouse configuration is a configuration utility for the Razer DeathAdder on Linux systems.
You can control the LEDs, scanning resolution and frequency and profiles with this tool. In future things like firmware upload are also planned.
Enhancements:
- This adds support for the Razer Krait mouse.
<<lessYou can control the LEDs, scanning resolution and frequency and profiles with this tool. In future things like firmware upload are also planned.
Enhancements:
- This adds support for the Razer Krait mouse.
Download (0.015MB)
Added: 2007-04-23 License: GPL (GNU General Public License) Price:
952 downloads
bilateral filter 0.1.2
bilateral filter is a denoising filter using the same technique as the selective gaussian blur. more>>
bilateral filter is a denoising filter using the same technique as the selective gaussian blur, but with speedups and other enhancements.
The filter is slow when the blur radius is small but speeds up when the radius gets larger, which is the opposite behavior of the selective gaussian blur. Theres also an option for improved denoising of image gradients.
<<lessThe filter is slow when the blur radius is small but speeds up when the radius gets larger, which is the opposite behavior of the selective gaussian blur. Theres also an option for improved denoising of image gradients.
Download (0.13MB)
Added: 2006-08-16 License: GPL (GNU General Public License) Price:
1182 downloads
Simple Timetracker 1.1.4
Simple Timetracker provides an application for keeping a record of time vs tasks. more>>
Simple Timetracker provides an application for keeping a record of time vs tasks.
Timetracker is a Java application for recording time spent on projects and activities.
<<lessTimetracker is a Java application for recording time spent on projects and activities.
Download (0.96MB)
Added: 2007-06-05 License: MIT/X Consortium License Price:
872 downloads
Text::Templar 2.43
Text::Templar is a document-generation object class. more>>
Text::Templar is a document-generation object class.
SYNOPSIS
use Text::Templar;
my $template = < title >This is the title: < % METHOD title % >< /title >< /head >
< body >
< % METHOD body % >
< address >
< % METHOD footer % >
< /address >
< /body >
< /html >
EOF
my $templateObject = new Text::Templar
[ $template ];
$templateObject->title( "The Rest of the Story" );
$templateObject->body( @content );
$templateObject->footer( "Page 1" );
print $templateObject->render;
<<lessSYNOPSIS
use Text::Templar;
my $template = < title >This is the title: < % METHOD title % >< /title >< /head >
< body >
< % METHOD body % >
< address >
< % METHOD footer % >
< /address >
< /body >
< /html >
EOF
my $templateObject = new Text::Templar
[ $template ];
$templateObject->title( "The Rest of the Story" );
$templateObject->body( @content );
$templateObject->footer( "Page 1" );
print $templateObject->render;
Download (0.072MB)
Added: 2007-01-05 License: Perl Artistic License Price:
1023 downloads
USB Server for Linux 1.9.5
Simply and powerful software solution for sharing and accessing USB devices over local network or Internet! USB Server for Linux allows to work with the remote USB devices as if they are physically plugged into your computer! more>> <<less
Download (93.75KB)
Added: 2009-04-09 License: Freeware Price:
203 downloads
mChess 0.11
mChess is a simple cross-platform email chess program. more>>
mChess is a simple cross-platform email chess program.
The aim is to be able to play chess with your friends via email using a nice user interface without having a chess board standing in your living room for weeks.
<<lessThe aim is to be able to play chess with your friends via email using a nice user interface without having a chess board standing in your living room for weeks.
Download (0.44MB)
Added: 2007-05-27 License: Perl Artistic License Price:
884 downloads
Blame 1.3.1
Blame displays the last modification for each line in an RCS file. more>>
Blame displays the last modification for each line in an RCS file. Blame is the RCS equivalent of CVSs annotate command.
An annotated RCS file describes the revision and date in which each line was added to the file, and the author of each line.
<<lessAn annotated RCS file describes the revision and date in which each line was added to the file, and the author of each line.
Download (0.069MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
1066 downloads
Graphics Muse Tools 3.0.0B2
Graphics Muse Tools are plug-ins for use with the GIMP. more>>
The Graphics Muse Tools are a collection of plug-ins and scripts for use with GIMP. The package now includes a set of C plugins (GFXArrows, GFXCards, GFXTrans, GFXLayers, GFXMerge, and GFXShapes) and a set of Perl scripts (GFXDodge, GFXGallery, GFXLayerSave, and GFXLayerOffsets).
<<less Download (1.4MB)
Added: 2005-05-03 License: Free To Use But Restricted Price:
1640 downloads
RemindMe 0.1
RemindMe is a tool to help you keep track of important dates and manage your calendar. more>>
RemindMe is a tool to help you keep track of important dates and manage your calendar.
RemindMe is extensible using Tiny Scheme.
This is the initial release.
<<lessRemindMe is extensible using Tiny Scheme.
This is the initial release.
Download (0.027MB)
Added: 2005-07-08 License: GPL (GNU General Public License) Price:
1568 downloads
Archive Search 0.9.2
Archive Search is an extension which displays an archived versions of the webpage. more>>
Archive Search is an extension which displays an archived versions of the webpage.
Displays an archived versions of the webpage.
First click: Internet Archive
Second click: Google cache
Third click: Yahoo
Fourth click: MSN
<<lessDisplays an archived versions of the webpage.
First click: Internet Archive
Second click: Google cache
Third click: Yahoo
Fourth click: MSN
Download (0.005MB)
Added: 2007-04-12 License: MPL (Mozilla Public License) Price:
931 downloads
Sidebar on Right 0.3
Sidebar on Right is an extension which moves the sidebar to the right side of the browser. more>>
Sidebar on Right is an extension which moves the sidebar to the right side of the browser.
<<less Download (0.003MB)
Added: 2007-04-18 License: MPL (Mozilla Public License) Price:
923 downloads
AxKit::XSP::BasicSession 0.22
AxKit::XSP::BasicSession is a session wrapper tag library for AxKit eXtesible Server Pages. more>>
AxKit::XSP::BasicSession is a session wrapper tag library for AxKit eXtesible Server Pages.
SYNOPSIS
Add the session: namespace to your XSP tag:
pnotes() table for passing the session object around.
Special thanks go out to Kip Hampton for creating AxKit::XSP::Sendmail, from which I created AxKit::XSP::BasicSession.
<<lessSYNOPSIS
Add the session: namespace to your XSP tag:
pnotes() table for passing the session object around.
Special thanks go out to Kip Hampton for creating AxKit::XSP::Sendmail, from which I created AxKit::XSP::BasicSession.
Download (0.014MB)
Added: 2007-03-20 License: Perl Artistic License Price:
949 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above butterflies michael jackson search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed