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

Brown Squirrel freeware
Filter: All | Freeware | Demo
 

Brown Squirrel

< 1 2 3 4 5 > 
Added: August 21, 2008 | Visits: 851

Tribal Jump Rumble in the jungle with another wild and wacky Mr. Squirrel adventure brought to you by 2DPlay. That adorable squirrel is back again and on another mission. Send him flying from one skull to another, but avoid those horrible totem poles.



Platforms: Windows

License: Freeware Size: 2.71 MB Download (502): Tribal Jump Download

Added: August 11, 2008 | Visits: 1.369

A Tree for all Seasons A beautiful tree grows up from the green, green grass towards the sky, sprouting leaves in spring. As the season passes to autumn the leaves turn brown and fall to the ground, leaving a bare tree in winter, only for it to fade way and be replaced by a new year tree for a new year. The leaf and...





Platforms: Windows

License: Freeware Size: 1.1 MB Download (131): A Tree for all Seasons Download

Added: August 22, 2008 | Visits: 944

Autumn Sunset Don`t you think that this quiet part of the park will help you relax, forget your problems and think of something abstract? Sit down on the bench under the tree and enjoy the autumn season contemplating how the brown leaves start to fall from the branches.In the background, the sunset on the sea...


Platforms: Windows

License: Freeware Size: 3 KB Download (100): Autumn Sunset Download

Added: August 03, 2008 | Visits: 629

Potro Americano If you like animals, and above all horses, surely you+ll love to decorate your Windows desktop with this lovely image of a brown colt in the countryside.This American Colt wallpaper is 1024x768 pixel sized. However, if you prefer a different size for your system, others are available to download,...


Platforms: Windows

License: Freeware Size: 2 KB Download (91): Potro Americano Download

Added: August 12, 2008 | Visits: 1.216

EIPC Autumn Leaves Screensaver Decorate your desktop with the falling leaves of Autumn. Green, yellow and brown leaves dropping smoothly down the screen reflecting the quietness of the season. Adjust the options of the screensaver to Control the speed and density of the leaves and to play your favorite sound track (supports mp3).


Platforms: Windows

License: Freeware Size: 1.88 KB Download (131): EIPC Autumn Leaves Screensaver Download

Added: July 10, 2010 | Visits: 2.013

jTDS jTDS is an open source 100% pure Java (type 4) JDBC 3.0 driver for Microsoft SQL Server (6.5, 7, 2000 and 2005) and Sybase (10, 11, 12, 15). jTDS is based on FreeTDS and is currently the fastest production-ready JDBC driver for SQL Server and Sybase. jTDS is 100% JDBC 3.0 compatible, supporting...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (110): jTDS Download

Added: September 19, 2010 | Visits: 1.008

CamSketchpad dev CamSketchpad is a modern recreation of Ivan Sutherlands seminal Sketchpad program. CamSketchpad is a 2D drawing / CAD program with support for geometrical constraints and the inclusion of instances referencing other drawings. It was written as a group project for the Cambridge University...


Platforms: *nix

License: Freeware Size: 860.16 KB Download (96): CamSketchpad dev Download

Added: November 07, 2010 | Visits: 1.922

PostScript::Graph::Bar PostScript::Graph::Bar Perl module can draw a bar chart on a postscript file. SYNOPSIS Simplest Take labels and values from a csv file and output as a bar chart on a postscript file. use PostScript::Graph::Bar; my $bar = new PostScript::Graph::Bar(); $bar->build_chart("survey.csv");...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (125): PostScript::Graph::Bar Download

Added: January 26, 2010 | Visits: 1.079

DBD::ODBC DBD::ODBC Perl module contains a ODBC Driver for DBI. SYNOPSIS use DBI; $dbh = DBI->connect(dbi:ODBC:DSN, user, password); Private DBD::ODBC Attributes odbc_more_results (applies to statement handle only!) Use this attribute to determine if there are more result sets available. SQL...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (104): DBD::ODBC Download

Added: August 17, 2010 | Visits: 767

Windstille Windstille project is a classic jump and shoot action game. Windstille is an old-school 2D site-scrolling shootem up game, similar to Turrican or Metroid with some influence from Another World and Flashback. In Windstille the player will be placed in a foreign alien world and has to find its...


Platforms: *nix

License: Freeware Size: 9.5 MB Download (95): Windstille Download

Added: May 24, 2010 | Visits: 956

Zen Zen is a Gnome theme that aims to be clear, soft and configurable in colours Colours for selected text, progress bar and Metacity borders can be changed running ./configure at the root of the theme directory (usually ~/.themes/Zen/). Default is purple, other ones are blue, grey, brown,...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (97): Zen Download

Added: February 04, 2010 | Visits: 660

Brownstone Brownstone is a KDE theme with a pale imitation of nature... Inspired by Green Leaf http://www.kde-look.org/content/show.php/Green+Leaf?content=54875 The JPEGs I have posted doesnt really do justice..a decent png was >300 kb so couldnt upload it.. My part is basically a config file for...


Platforms: *nix

License: Freeware Download (93): Brownstone Download

Added: June 18, 2010 | Visits: 1.033

Search::Tools::RegExp Search::Tools::RegExp is a Perl module to build regular expressions from search queries. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); # the word itself printf("the word is %sn",...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (102): Search::Tools::RegExp Download

Added: October 11, 2010 | Visits: 1.170

Search::Tools::RegExp::Keywords Search::Tools::RegExp::Keywords is a Perl module to access regular expressions for keywords. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); } Search::Tools::RegExp::Keywords provides...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (98): Search::Tools::RegExp::Keywords Download

Added: April 17, 2010 | Visits: 1.424

Search::Tools::Keywords Search::Tools::Keywords is a Perl module to extract keywords from a search query. SYNOPSIS use Search::Tools::Keywords; use Search::Tools::RegExp; my $query = the quick fox color:brown and "lazy dog" not jumped; my $kw = Search::Tools::Keywords->new( stopwords => the, and_word => and,...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (94): Search::Tools::Keywords Download

Added: November 14, 2010 | Visits: 667

mod_virgule mod_virgule is the Apache C module that powers the Advogato web site. XML Virgule Language is an XML data-driven scripting language. Conceptually similar to Lisp and Scheme, at its simplest it is just an HTML parser. Anything that does not have a plug-in module to activate on a tagname in the...


Platforms: *nix

License: Freeware Size: 276.48 KB Download (91): mod_virgule Download

Added: September 24, 2010 | Visits: 1.436

Blinkensisters - Hunt for the Lost Pixels Blinkensisters - Hunt for the Lost Pixels is a Parallax-style 2D scrolling game. Blinkensisters is a new 2D scrolling gaming system for Linux, MacOSX, Windows and POSIX-compatible Unix-Systems (every platform that can run SDL). You can even make your own levels with a simple text-editor....


Platforms: *nix

License: Freeware Size: 17.8 MB Download (93): Blinkensisters - Hunt for the Lost Pixels Download

Added: May 14, 2010 | Visits: 1.474

Simple Multi User Out-Of-Office-Responder Simple Multi User Out-Of-Office-Responder project is a vacation email responder that can be easily plugged into simple SMTP servers with procmail. We have a small e-mail server running on Debian GNU/Linux. All users are local (in /etc/passwd), have mail delivered via procmail to mailboxes in...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (108): Simple Multi User Out-Of-Office-Responder Download

Added: June 17, 2010 | Visits: 899

jackEQ jackEQ is a tool for routing and manipulating audio from/to multiple input/output sources. jackEQ project runs in the JACK Audio Connection Kit, and uses LADSPA for its backend DSP work, specifically the DJ EQ swh plugin created by Steve Harris, one of jackEQs main authors. jackEQ is intended...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (102): jackEQ Download

Added: March 24, 2010 | Visits: 708

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

< 1 2 3 4 5 >