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

Sonic X Amy Rose freeware
Filter: All | Freeware | Demo
 

Sonic X Amy Rose

< 1 2 3 4 5 > 
Added: June 07, 2010 | Visits: 1.072

PDL::Graphics::X PDL::Graphics::X is a PDL OO access to X windows. SYNOPSIS # example 1 use PDL; use PDL::Graphics::X; my $x_size = 255; my $y_size = 255; my $win1 = PDL::Graphics::X->new({SIZE_X => $x_size, SIZE_Y => $y_size}); my $a = xvals(zeroes(byte,$x_size,$y_size)); $win1->imag($a); # example...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (106): PDL::Graphics::X Download

Added: January 16, 2010 | Visits: 987

x-fontperf x-fontperf is a small utility to measure font rendering/loading time in an x11 environment. Originally intended to see if there is any notable performance difference between a separate font server and local font rendering. It actually does three different tests: 1) Loading the same font...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (103): x-fontperf Download

Added: September 13, 2010 | Visits: 1.557

Fusion X Metal Fusion X Metal is a KDE theme inspired by fusionxaqua appearance theme and reflection kbfxs theme. Im using xgl compiz quinstorm with compiz-themer and he works perfectly.(http://gentoo-wiki.com/HOWTO_XGL). I have modified the buttons in the vista style decoration (you find them inside the file)....


Platforms: *nix

License: Freeware Size: 184.32 KB Download (133): Fusion X Metal Download

Added: July 05, 2010 | Visits: 2.081

Sonic Action Beta Sonic Action is the first SRB2 Town related game. Anywhere, instead of the standard story that you read everyday, this time the viewpoint is more orientated to Sonic. But Im not saying that well not appear in the game, nothing of that kind. Im planning to get we appear in the game. So dont ask...


Platforms: *nix

License: Freeware Size: 788.48 KB Download (278): Sonic Action Beta Download

Added: February 16, 2010 | Visits: 1.850

X-Files KDM Theme X-Files KDM Theme is a login screen for KDE desktop manager with a nice X-Files background.. Content KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz Screensavers Splash Screens K-Jofol IceWM Kaiman News Forum GUI Polls Links Downloads GTK QT...


Platforms: *nix

License: Freeware Download (133): X-Files KDM Theme Download

Added: August 13, 2010 | Visits: 2.270

X-Launch X-Launch is a GTK-based skinnable run dialog. It has bash style autocompletion, skin support, and animations to let you know when a slow application is launching. It can function like other run dialogs, but you can also tell it to stay resident in memory and hide itself after it launches an...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (137): X-Launch Download

Added: June 04, 2010 | Visits: 1.474

Rose::DB::Object::Tutorial Rose::DB::Object::Tutorial is a guided tour of the basics of Rose::DB::Object. INTRODUCTION This document provides a step-by-step introduction to the Rose::DB::Object module distribution. It demonstrates all of the important features using a semi-realistic example database. This tutorial does...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (98): Rose::DB::Object::Tutorial Download

Added: March 18, 2010 | Visits: 909

Rose::DateTime::Util Rose::DateTime::Util Perl module contains some simple DateTime wrapper functions. SYNOPSIS use Rose::DateTime::Util qw(:all); $now = parse_date(now); $then = parse_date(12/25/2001 11pm); print $now->day_of_week; # e.g., "Monday" # "December 25th 2001 at 11:00:00 PM" $date_text =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (89): Rose::DateTime::Util Download

Added: July 05, 2010 | Visits: 1.353

Rose::DB::Object::Helpers Rose::DB::Object::Helpers is a mix-in class containing convenience methods for Rose::DB::Object. SYNOPSIS package MyDBObject; use Rose::DB::Object; our @ISA = qw(Rose::DB::Object); use Rose::DB::Object::Helpers clone, { load_or_insert => find_or_create }; ... $obj =...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (114): Rose::DB::Object::Helpers Download

Added: October 02, 2010 | Visits: 956

Rose::DB::Object::QueryBuilder Rose::DB::Object::QueryBuilder is a Perl module that can build SQL queries on behalf of Rose::DB::Object::Manager. SYNOPSIS use Rose::DB::Object::QueryBuilder qw(build_select); # Build simple query $sql = build_select ( dbh => $dbh, select => COUNT(*), tables => [ articles ], columns...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (95): Rose::DB::Object::QueryBuilder Download

Added: October 18, 2010 | Visits: 887

Rose::Object Rose::Object is a simple object base class. SYNOPSIS package MyObject; use Rose::Object; our @ISA = qw(Rose::Object); sub foo { ... } sub bar { ... } ... my $o = MyObject->new(foo => abc, bar => 5); ... Rose::Object is a generic object base class. It provides very little...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (87): Rose::Object Download

Added: February 15, 2010 | Visits: 915

Rose::DateTime Rose::DateTime is a Perl module with DateTime helper functions and objects. SYNOPSIS use Rose::DateTime::Util qw(:all); $now = parse_date(now); $then = parse_date(12/25/2001 6pm); $date_text = format_date($then, "%D at %T %p"); ... use Rose::DateTime::Parser; $parser =...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): Rose::DateTime Download

Added: November 09, 2010 | Visits: 926

Rose::HTML::Objects Rose::HTML::Objects is a Perl object-oriented interfaces for HTML. SYNOPSIS use Rose::HTML::Form; $form = Rose::HTML::Form->new(action => /foo, method => post); $form->add_fields ( name => { type => text, size => 20, required => 1 }, height => { type => text, size => 5, maxlength => 5...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (93): Rose::HTML::Objects Download

Added: June 22, 2010 | Visits: 1.257

Rose::HTML::Form Rose::HTML::Form is a HTML form base class. SYNOPSIS package PersonForm; use Rose::HTML::Form; our @ISA = qw(Rose::HTML::Form); use Person; sub build_form { my($self) = shift; $self->add_fields ( name => { type => text, size => 25, required => 1 }, email => { type => email, size...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (91): Rose::HTML::Form Download

Added: January 26, 2010 | Visits: 1.412

Jet Set Willy X Jet Set Willy X is a game for Sinclair ZX Spectrum computer, playable on emulators. Jet Set Willy X is heavily inspired by Jet Set Willy. There are no guardians and ropes, but the animation is twice as fast, absolutely smooth, and there is a 2-channel background tune. The rooms are 20...


Platforms: *nix

License: Freeware Download (152): Jet Set Willy X Download

Added: September 25, 2010 | Visits: 1.077

Open Simp-X 2002 Open Simp-X provides a scalable Internet management platform. Open Simp-X is a powerful Internet platform for everyone, attempting to change programming for the Internet with sharing database information. It strives for scalablility, reliability, and ease of use. The platform consists of a...


Platforms: *nix

License: Freeware Download (97): Open Simp-X 2002 Download

Added: May 26, 2010 | Visits: 1.371

Marathon: Rubicon X Marathon: Rubicon X is a first person shooter that continues the story of Bungies Marathon trilogy. Marathon: Rubicon X is a free, cross platform, first person shooter that continues the story of Bungie’s Marathon trilogy. First released as Marathon:Rubicon in 2001, Rubicon X is a complete...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (132): Marathon: Rubicon X Download

Added: October 06, 2010 | Visits: 834

X Starship Traders X Starship Traders project is a GTK+-based client for Starship Traders. Its really a client for connecting to StarShip Traders writt in c for X-Windows using the the GIMP ToolKit (GTK+). Starship Traders is a game server written by Ray Yeargin currently up on starshiptraders.com Its homepage...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (93): X Starship Traders Download

Added: March 05, 2010 | Visits: 2.376

X File Explorer X File Explorer (Xfe) is an MS-Explorer like file manager for X. X File Explorer is based on the popular, but discontinued, X Win Commander, originally developed by Maxim Baranov. Xfe aims to be the file manager of choice for all the Unix addicts! Why another file manager when the excellent...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (267): X File Explorer Download

Added: November 26, 2010 | Visits: 1.714

Gem Drop X Gem Drop X is a fast-paced puzzle game where its your job to clear the screen of gems before they squash you! (Youre at the bottom, theyre at the top, and they keep coming!) Gem Drop X was directly ported from the original GemDrop for the Atari 8-bit, which was based on "Magical Drop III" by...


Platforms: *nix

License: Freeware Size: 880.64 KB Download (143): Gem Drop X Download

< 1 2 3 4 5 >