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

Funny Faces App software
Filter: All | Freeware | Demo
 

Funny Faces App

1 2 3 4 5 > 
Added: January 25, 2010 | Visits: 770

Funny Faces Funny Faces is a colorful puzzle game where you pop balls, twist faces, make pairs and score points.It includes four different game modes to give both beginners and advanced players a challenging gameplay.Play the Classic, Timed or Relax modeClear a board with as few clicks as possible



Platforms: Mac

License: Shareware Cost: $0.00 USD Download (92): Funny Faces Download

Added: October 20, 2013 | Visits: 448

The Cat in the Hat This delightful "Living Books" adaptation, created by the award-winning design teams at Software MacKiev, is not just an eBook! It includes hidden clickable animated musical surprises on every page, funny faces to draw, puzzles to solve and a Cat in the Hat balancing game. Best of all, this...





Platforms: Mac

License: Commercial Cost: $8.99 USD Size: 116 MB Download (40): The Cat in the Hat Download

Added: August 03, 2008 | Visits: 1.094

MakeFaces (For PalmOS) MakeFaces was designed to allow children to have fun making faces on your PalmOS device. It's a handy way of keeping them entertained at restaurants, visits to the Doctor, trips in the car, just about anywhere. The interface is easy enough for very young children to learn quickly.How To...


Platforms: Palm OS

License: Shareware Cost: $9.95 USD Size: 291 KB Download (490): MakeFaces (For PalmOS) Download

Added: August 05, 2008 | Visits: 1.376

MakeFaces (For PocketPC) MakeFaces was designed to allow children to have fun making faces on your PocketPC. It's a handy way of keeping them entertained at restaurants, visits to the Doctor, trips in the car, just about anywhere. The interface is easy enough for very young children to learn quickly.How To Play:...


Platforms: Windows CE, Pocket PC

License: Shareware Cost: $9.95 USD Size: 554 KB Download (508): MakeFaces (For PocketPC) Download

Added: November 30, 2013 | Visits: 384

Dr. Seuss Collection The Dr. Seuss Collection is filled with games and clickable surprises from three wonderful Dr. Seuss classics that will have you laughing along with your kids as they help Sam-I-am match oddly colored foods, keep the Cat in the Hat balanced on that ball with a fish and a rake, and sing along with...


Platforms: Mac

License: Commercial Cost: $19.99 USD Size: 266 MB Download (36): Dr. Seuss Collection Download

Released: May 01, 2006  |  Added: April 08, 2009 | Visits: 2.903

Funny Creatures Help Funny Creatures to solve original puzzles in the maze. In this puzzle game you should move colored creatures in the maze. To win you should follow each creature to its home. But it is not very easy to control the creatures because they can move only in a straight line and can not stop until...


Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 1.29 MB Download (208): Funny Creatures Download

Released: April 28, 2009  |  Added: April 29, 2014 | Visits: 2.351

Funny Clock 3D Screensaver Shake off the blues with Funny Clock 3D Screensaver! Cheer up with a soft cute clock running along the road, taking short breaks to bask in the warm sun. Escape from the daily routine and plunge into the carefree world with eye-pleasing, emerald greenery, bright rays of joyful sun and dreamy...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 4.51 MB Download (283): Funny Clock 3D Screensaver Download

Added: March 21, 2010 | Visits: 1.221

App::datetime App::datetime is a date and time considerations. Most Enterprise development includes processing of dates and times. There are many date and time modules on CPAN, and choosing the right one can be confusing. There are no special perl data types for dates and times, so some direction is needed....


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::datetime Download

Added: February 13, 2010 | Visits: 1.354

App::faq App::faq is a Perl module witj App-Context Frequently Asked Questions. The App-Context is like a software backplane for many services required by an enterprise application. Into that backplane plug the App-Context Services. There may be many implementations of each of the App-Context Services,...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (91): App::faq Download

Added: October 26, 2010 | Visits: 1.403

App::perlstyle App::perlstyle is a App::Context Perl Style Guide. The following document describes some of the coding standards used in writing the App::Context framework (App-Options, App-Context, App-Repository, App-Widget, and other minor distributions). This document exists for two purposes: 1. To...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): App::perlstyle Download

Added: March 05, 2010 | Visits: 1.357

App::quickstart App::quickstart is App::Context Developers Quick-Start Guide. This is the Developers Quickstart Guide to the App::Context Framework. Its focus is to give a minimum amount of theoretical or explanatory background and get right into learning by example. That having been said, it is also...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (92): App::quickstart Download

Added: March 13, 2010 | Visits: 1.267

App::Session App::Session can represents a sequence of multiple events perhaps executed in separate processes. SYNOPSIS # ... official way to get a Session object ... use App; $session = App->context(); $context = $session->session(); # get the session # any of the following named parameters may be...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): App::Session Download

Added: September 11, 2010 | Visits: 1.347

App::UserAgent App::UserAgent - the browser this session is connected to. SYNOPSIS # ... official way to get a UserAgent object ... use App; $context = App->context(); $user_agent = $context->user_agent(); # get the user_agent if ($user_agent->supports("html.input.style")) { # do something } A...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): App::UserAgent Download

Added: February 19, 2010 | Visits: 1.422

App::Modular::Module::Events App::Modular::Module::Events is a Perl module with event handling for App::Modular compatible applications. SYNOPSIS #################################################################### package App::Modular::Module::Me; use base qw(App::Modular::Module); sub depends { return Events; }...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (106): App::Modular::Module::Events Download

Added: November 19, 2010 | Visits: 1.247

App::Modular App::Modular is a Perl module with modularization framework for perl programs. SYNOPSIS package App::Modular::Module::Test; use base qw(App::Modular::Module); sub say_hello { print "Hello, dear user!"; }; package main; use App::Modular; my $modul = instance App::Modular;...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (102): App::Modular Download

Added: April 09, 2010 | Visits: 1.570

Trip on the Funny Boat Trip on the Funny Boat is a side scrolling shooter game starring a steamboat on the sea. Trip on the Funny Boat is side scrolling arcade shooter game on a steamboat equipped with a cannon and the ability to jump. The player will need to take advantage of waves to defeat the enemies and dodge...


Platforms: *nix

License: Freeware Size: 3.8 MB Download (112): Trip on the Funny Boat Download

Released: December 06, 2012  |  Added: December 06, 2012 | Visits: 2.575

App::SimpleScan::Substitution::Line App::SimpleScan::Substitution::Line is a line with optional fixed variable values. SYNOPSIS my $line = App::SimpleScan::Substitution::Line->new(" this "); # Use only this value when substituting " ". $line->fix(substituite => change); # what vars are fixed? my @fixed_ones =...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (252): App::SimpleScan::Substitution::Line Download

Added: February 19, 2010 | Visits: 1.272

App::SimpleScan App::SimpleScan is a simple_scans core code. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; App::SimpleScan allows us to package the core of simple_scan as a class; most importantly, this allows us to use Module::Pluggable to write extensions to this application...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (115): App::SimpleScan Download

Added: June 06, 2010 | Visits: 1.034

App::SimpleScan::Plugin::Snapshot App::SimpleScan::Plugin::Snapshot is a Perl module to allow tests to snapshot results. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; # plugin loaded automatically here Supports the %%snapshot_dir and %%snapshot pragmas plus the --snapshot_dir and --snap_all and...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): App::SimpleScan::Plugin::Snapshot Download

Added: May 07, 2010 | Visits: 1.039

App::SimpleScan::Plugin::Plaintext App::SimpleScan::Plugin::Plaintext is a Perl module that can check a pages text without markup. SYNOPSIS # Normal test specs use the entire HTML text http://perl.org/ /books n | / Y Sites list HTML # If we want to match just the text, not the HTML: %%plaintext on http://perl.org/...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): App::SimpleScan::Plugin::Plaintext Download

1 2 3 4 5 >