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

Robin Hood Costume Pattern software
Filter: All | Freeware | Demo
 

Robin Hood Costume Pattern

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 468

The Singleton Pattern implemented with Python This script contains a class that shows how to implement the singleton pattern in Python. A singleton is a class that makes sure only one instance of it is ever created. Typically such classes are used to manage resources that by their very nature can only exist once.



Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 420

Factory pattern In the factory pattern script you have an object that creates other objects.Factory is useful to separate implementation from interface. It adds a new indirection layer. When you want to instanciate an object you call its factory and the factory creates the instance.





Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (49): Factory pattern Download

Added: May 10, 2013 | Visits: 511

Prototype pattern This script is an implementation of the prototype pattern. In the prototype pattern you create a new instance cloning from other.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Prototype pattern Download

Added: May 10, 2013 | Visits: 548

Memento design pattern in python Memento design pattern in python script allows you to cache instances based on what arguments are passed to them.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Memento design pattern in python Download

Added: May 10, 2013 | Visits: 537

Observer Pattern This is a Python implementation of the observer pattern. It defines a one-to many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Observer Pattern Download

Added: May 10, 2013 | Visits: 531

Separating Pattern Implementation from Your Code This script separates pattern implementation from your code so that you can reuse the implementation elsewhere. It is an example that shows a reusable implementation of the Observer pattern.


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 477

Round-Robin Pairings Generator This script is an implementation of a round-robin algorithm for "fair" pairing of items from a list. The function produces a schedule of the pairings that can occur simultaneously.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Round-Robin Pairings Generator Download

Added: April 04, 2013 | Visits: 791

Neural Network for pattern recognition- Tutorial Simple tutorial on pattern recognition using back propagation neural networks. the program has 3 classes with 3 images per class.


Platforms: Matlab

License: Freeware Size: 10 KB Download (58): Neural Network for pattern recognition- Tutorial Download

Added: August 27, 2008 | Visits: 1.332

Metal Ornamental Pattern Screensaver This screensaver lets you observe a live ornamental pattern of metal in your display. The pattern shows a current time and he is never repeated. The moving lightes supplement this mysterious picture. The screensaver uses 3D graphics, but he requires only a version 1 of OpenGL. Dark design...


Platforms: Windows

License: Shareware Cost: $10.00 USD Size: 118 KB Download (119): Metal Ornamental Pattern Screensaver Download

Added: August 25, 2008 | Visits: 1.013

Robin & Marian It's Robin's wedding day, unfortunately, he's lost the ring AND his green uniform, without which the fair maid Marian doesn't even recognize him! Help Robin get to the altar. Characters to interact with. Simple cartoony graphics.


Platforms: Windows

License: Freeware Size: 1.1 MB Download (490): Robin & Marian Download

Added: January 25, 2010 | Visits: 1.625

Graphic Styles Pack 3 -- Pattern Styles Graphic Styles Pack 3 has 900 pattern themed graphic styles, many mixed style designs from square pattern designs to circular pattern designs to weird surreal designsThe symbols download here are merely a small sampling of the graphic styles set - the demo contains 5 symbolsAccess the graphic...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 44 KB Download (158): Graphic Styles Pack 3 -- Pattern Styles Download

Released: June 24, 2012  |  Added: June 24, 2012 | Visits: 483

PM3 Jungle Costume Puzzle Solve a very fun and challenging Circus Costume Puzzle. Complete the puzzle to win!


Platforms: Windows

License: Freeware Size: 364 KB Download (46): PM3 Jungle Costume Puzzle Download

Released: September 04, 2012  |  Added: September 04, 2012 | Visits: 583

Costume Vision Costume Vision is a POS system that has everything you need to control your Tuxedo / Fancy Dress / Costume rental business. It has an intuitive windows interface that is extremely simple to learn and use. Special features of the program include integrated reservations, password protected...


Platforms: Windows, Pro

License: Demo Cost: $499.00 USD Size: 8.79 MB Download (51): Costume Vision Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 387

Pattern Memory II In this game there will be a grid of blocks. Some of the blocks will be coloured for a few seconds for you to memorize the pattern, the colours will then disappear and you will need to put the colours into the grid to reproduce the original pattern of colours. As the game progresses the grid will...


Platforms: Windows

License: Freeware Size: 261 KB Download (512): Pattern Memory II Download

Released: September 13, 2012  |  Added: September 13, 2012 | Visits: 723

Grimm's Red Riding Hood ~ 3D Interactive Pop-up Book Free for a limited time to mark the release of Grimm's Hansel and Gretel Selected by Apple in “iTunes Rewind 2011” as a top 5 Paid Book app on the App Store in France (iPhone) & Germany (iPad) Featured by Apple in “New and Noteworthy” in the US, UK, France and others! Featured by Apple...


Platforms: Mac

License: Freeware Size: 32.3 MB Download (50): Grimm's Red Riding Hood ~ 3D Interactive Pop-up Book Download

Released: November 22, 2012  |  Added: November 22, 2012 | Visits: 500

Pattern Minder Whether you are into knitting, cross stitch, quilting or woodworking, Pattern Minder is for you. It is the easy to use app to keep track of all your patterns. You can attach a scanned copy of the pattern, as well as a picture of the finished product. You can categorize your patterns in any way...


Platforms: Mac

License: Commercial Cost: $4.99 USD Size: 64.5 MB Download (48): Pattern Minder Download

Released: October 01, 2012  |  Added: October 01, 2012 | Visits: 441

Costume Chaos Get into the groove of the costume rental biz! Manage your time and hire assistants through the busy Halloween, Mardi Gras and Rodeo seasons as you place wigs, mustaches, hats and silly noses for cash. Try this fun, exciting and outlandish costume rental


Platforms: Mac

License: Shareware Cost: $4.99 USD Size: 36.4 MB Download (51): Costume Chaos Download

Added: May 10, 2013 | Visits: 472

Composite design-pattern using dictionaries The script illustrates the composite design pattern by using hierarchical dictionaries. It can be used to process hierarchical, tree-based data structures using Python dictionaries.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Composite design-pattern using dictionaries Download

Added: May 11, 2013 | Visits: 578

Pattern formation and KPP equation This 15-line matlab program solves the nonlinear reactiondiffusion equation, called Kolmogorov-Petrovskii-Piskunov(KPP) equation to generate patterns (ribbons and rings).The numerical method is simple and program is easy tounderstand, and it can be extended to simulatedmore complex systems. The...


Platforms: Matlab

License: Freeware Size: 10 KB Download (51): Pattern formation and KPP equation Download

Pattern search method: deterministic iterative zero order algorithm It's a deterministic iterative zero order algorithm that can be used to solve unconstrained optimization problem. It finds the relative minimum of a two variables function with a deterministic iterative zero order algorithm. Pattern search method It finds the relative minimum of a two variables...


Platforms: Matlab


< 1 2 3 4 5 >