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

Smiling Pasta Synopsis freeware
Filter: All | Freeware | Demo
 

Smiling Pasta Synopsis

< 1 2 3 4 5 > 
Added: April 07, 2006 | Visits: 2.908

7art Snow Clock ScreenSaver 7art Snow Clock is a stylish decoration for the coming Christmas. Snow is falling from the sky. Happy Snowman is smiling. Christmas tree is radiating festive moods. Platforms: Windows

License: Freeware Size: 792 KB Download (119): 7art Snow Clock ScreenSaver Download

Added: June 11, 2006 | Visits: 5.571

Winter and Christmas Smiley Collection for PostSmile Be creative! Add emotions and excitement to your email messages and web-forum postings. The Winter and Christmas Smiley Collection extremely expand default image collection of the Masterra PostSmile program. Winter and Christmas Smiley Collection for PostSmile includes a variety of different sets... Platforms: Windows

License: Freeware Size: 1.21 MB Download (232): Winter and Christmas Smiley Collection for PostSmile Download

Added: January 03, 2006 | Visits: 3.974

Holiday Smiley Collection for PostSmile Be creative! Decorate and animate your holiday greetings with this smileys collection for PostSmile! The Holiday Smiley Collection extremely expands default image collection of the Masterra PostSmile program. Categories include a variety of different sets of animated holiday smiling characters:... Platforms: Windows

License: Freeware Size: 1.15 MB Download (169): Holiday Smiley Collection for PostSmile Download

Added: February 16, 2006 | Visits: 3.689

Paleolithic Slots Paleolithic Slots is a fun game, which takes you into the past. You find yourselves in prehistoric jungle staring at a real mammoth and this gray giant is looking at you too and smiling! You have a chance to win money only by pulling a handle of a slot machine, but be careful, Fortune is a very... Platforms: Windows

License: Freeware Size: 1.6 MB Download (470): Paleolithic Slots Download

Added: March 31, 2006 | Visits: 2.893

Animated Easter Bunny Screensaver A bunny in a basket, smiling mischievously, butterflies carrying on conversations with flowers, and wishes for Easter. Install this screensaver now for a refreshing and delightful Easter while the bunny smiles at you from your desktop. Platforms: Windows

License: Freeware Size: 3.14 MB Download (101): Animated Easter Bunny Screensaver Download

Added: April 01, 2006 | Visits: 6.876

Animated Easter Bunny Wallpaper A Bunny in a basket, smiling mischievously, butterflies carrying on conversations with flowers, and wishes for Easter. Get this free wallpaper to feel the spirit of Easter enter your soul. Platforms: Windows

License: Freeware Size: 2.74 MB Download (126): Animated Easter Bunny Wallpaper Download

Added: August 22, 2008 | Visits: 854

ClipCollect ClipCollect is a Clipboard Manager, formatting Editor, Note Database and Website Builder. It can extract, auto format, edit, assemble and save plain text notes in the easiest possible way to build your personal database and export it as HTML. Gathering data with ClipCollect means creating a... Platforms: Windows

License: Freeware Size: 1.05 MB Download (98): ClipCollect Download

Added: August 27, 2008 | Visits: 1.119

Desktop Dot From the far reaches of India comes the ultimate desktop companion! The Desktop Dot is more than just a stupid dot that rests atop your desktop and babbles anything it damn well pleases. It's a companion, a friend, and probably the only creature on this godforsaken planet that truly loves you.... Platforms: Windows

License: Freeware Size: 1.7 MB Download (541): Desktop Dot Download

Added: August 23, 2008 | Visits: 1.054

Navidad Simpsons If you are one of the millions of fans that follow the family adventures of The Simpsons, then who better than them to wish you a Merry Christmas? And this is what is offered to you here in Simpsons Christmas.In Simpsons Christmas you can find the five members of the popular cartoon family,... Platforms: Windows

License: Freeware Size: 1024 B Download (120): Navidad Simpsons Download

Added: January 18, 2010 | Visits: 973

RDFStore::Parser::SiRPAC RDFStore::Parser::SiRPAC is a Perl module that implements a streaming RDF Parser as a direct implementation of XML::Parser::Expat. SYNOPSIS use RDFStore::Parser::SiRPAC; use RDFStore::NodeFactory; my $p=new RDFStore::Parser::SiRPAC( ErrorContext => 2, Handlers => { Init => sub { print... Platforms: *nix

License: Freeware Size: 481.28 KB Download (102): RDFStore::Parser::SiRPAC Download

Added: January 18, 2010 | Visits: 988

Benchmark::Forking Benchmark::Forking is a Perl module to run benchmarks in separate processes. SYNOPSIS use Benchmark::Forking qw( timethis timethese cmpthese ); timethis ($count, "code"); timethese($count, { Name1 => sub { ...code1... }, Name2 => sub { ...code2... }, }); cmpthese($count, { Name1 =>... Platforms: *nix

License: Freeware Size: 6.14 KB Download (98): Benchmark::Forking Download

Added: January 18, 2010 | Visits: 830

ReleaseAction ReleaseAction - call actions upon release. SYNOPSIS use ReleaseAction on_release; { # OO style my $handle = ReleaseAction->new( sub {print "Exiting scopen"} ); print "In scopen"; } { # Functional style my $handle = on_release {print "Exiting scopen"}; print "In scopen"; } { my... Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): ReleaseAction Download

Added: January 18, 2010 | Visits: 1.173

Circa::Indexer Circa::Indexer is a Perl module that provides functions to administrate Circa, a www search engine running with Mysql. SYNOPSIS use Circa::Indexer; my $indexor = new Circa::Indexer; die "Erreur à la connection MySQL:$DBI::errstrn" if (!$indexor->connect); $indexor->create_table_circa;... Platforms: *nix

License: Freeware Size: 64.51 KB Download (96): Circa::Indexer Download

Added: January 18, 2010 | Visits: 1.368

Filesys::SmbClient Filesys::SmbClient is a Perl interface for access Samba filesystem with libsmclient.so SYNOPSIS use POSIX; use Filesys::SmbClient; my $smb = new Filesys::SmbClient(username => "alian", password => "speed", workgroup => "alian", debug => 10); # Read a file my $fd =... Platforms: *nix

License: Freeware Size: 51.2 KB Download (109): Filesys::SmbClient Download

Added: January 18, 2010 | Visits: 1.443

Test::Smoke::Patcher Test::Smoke::Patcher is a OO interface to help patching the source-tree. SYNOPSIS use Test::Smoke::Patcher; my $patcher = Test::Smoke::Patcher->new( single => { ddir => $build_dir, pfile => $patch, popts => -p1, v => 1, # 0..2 }); $patcher->patch; or my $patcher =... Platforms: *nix

License: Freeware Size: 153.6 KB Download (110): Test::Smoke::Patcher Download

Added: January 18, 2010 | Visits: 1.149

Test::Stochastic Test::Stochastic is a Perl module to check probabilities of randomized methods. SYNOPSIS use Test::Stochastic qw(stochastic_ok); stochastic_ok sub { ...random sub...}, {a => 0.4, b => 0.6}; stochastic_ok {a => 0.4, b => 0.6}, sub { ...random sub...}; Test::Stochastic::setup(times => 100,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (105): Test::Stochastic Download

Added: January 18, 2010 | Visits: 1.978

Games::SGF::Tournament Games::SGF::Tournament is a Perl module for tournament statistics generator. SYNOPSIS use CGI qw / :html /; use Games::SGF::Tournament; my $t = Games::SGF::Tournament->new(); print html(body($t->score())); Smart Go Format (SGF) is a file format used to store game records of two player... Platforms: *nix

License: Freeware Size: 12.29 KB Download (135): Games::SGF::Tournament Download

Added: January 18, 2010 | Visits: 904

Tk::ToolBar Tk::ToolBar is a toolbar widget for Perl/Tk. SYNOPSIS use Tk; use Tk::ToolBar; my $mw = new MainWindow; my $tb = $mw->ToolBar(qw/-movable 1 -side top -indicatorcolor blue/); $tb->ToolButton (-text => Button, -tip => tool tip, -command => sub { print "hin" }); $tb->ToolLabel (-text... Platforms: *nix

License: Freeware Size: 56.32 KB Download (92): Tk::ToolBar Download

Added: January 18, 2010 | Visits: 1.190

Geography::Countries Geography::Countries is a Perl module with 2-letter, 3-letter, and numerical codes for countries. SYNOPSIS use Geography::Countries; $country = country DE; # Germany @list = country 666; # (PM, SPM, 666, # Saint Pierre and Miquelon, 1) This module maps country names, and their 2-letter,... Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Geography::Countries Download

Added: January 18, 2010 | Visits: 938

RFC::RFC822::Address RFC::RFC822::Address is a Perl module for RFC 822 style address validation. SYNOPSIS use RFC::RFC822::Address qw /valid/; print "Validn" if valid abigail@example.com; This module checks strings to see whether they are have the valid syntax, as defined in RFC 822 [1]. One subroutine,... Platforms: *nix

License: Freeware Size: 1.5 MB Download (111): RFC::RFC822::Address Download

< 1 2 3 4 5 >