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

Crochet Hat Pattern software
Filter: All | Freeware | Demo
 

Crochet Hat Pattern

1 2 3 4 5 > 
Released: February 01, 2003  |  Added: January 14, 2006 | Visits: 8.494

Whizlabs RHCE (Red Hat Linux Certification) Exam Simulator Ensure your success in RHCE (Red Hat Linux Certification) with Whizlabs simulator, the most effective training software for the Linux certification. Developed by highly experienced and certified professionals, it offers 5 mock exams (250 questions) on the latest pattern in a simulated...



Platforms: Windows, *nix

License: Shareware Cost: $79.95 USD Size: 5 MB Download (1264): Whizlabs RHCE (Red Hat Linux Certification) Exam Simulator Download

Added: November 15, 2010 | Visits: 4.097

Knitting Pattern Generator Knitting Pattern Generator is a Python script to convert image files (PNG, GIF, BMP, etc.) into knitting patterns. Usage: python kpg.py myimage.png.





Platforms: *nix

License: Freeware Size: 8.19 KB Download (700): Knitting Pattern Generator Download

Released: November 13, 2012  |  Added: November 13, 2012 | Visits: 542

Armand and the Foppish Hat for Mac OS A silly story about a heroic, but slightly pompous, swashbuckler whose favorite hat was stolen from him on his way to a party. Since a gentleman obviously cannot be seen without his hat, Armand must track down the thief and bring him to justice. It features colorful retro-style graphics, amazing...


Platforms: Mac

License: Freeware Size: 22 MB Download (514): Armand and the Foppish Hat for Mac OS Download

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 861

Trend Micro Virus Pattern File for Linux The Official Pattern Release or OPR is Trend Micro's latest compilation of patterns for identified viruses. Trend Micro offers various types of Pattern Files to protect customers from Malware, Spyware/Grayware, and other threats... It is guaranteed to have passed a series of critical tests to...


Platforms: Linux

License: Freeware Size: 45.48 MB Download (49): Trend Micro Virus Pattern File for Linux Download

Released: October 05, 2012  |  Added: October 05, 2012 | Visits: 757

Trend Micro Virus Pattern File The Official Pattern Release or OPR is Trend Micro's latest compilation of patterns for identified viruses. Trend Micro offers various types of Pattern Files to protect customers from Malware, Spyware/Grayware, and other threats... It is guaranteed to have passed a series of critical tests to...


Platforms: Windows

License: Freeware Size: 45.48 MB Download (54): Trend Micro Virus Pattern File Download

Released: November 14, 2012  |  Added: November 14, 2012 | Visits: 869

Red Hat Enterprise Linux Red Hat Enterprise Linux is an enterprise platform well-suited for a broad range of applications across the IT infrastructure. The latest release, Red Hat Enterprise Linux 6, represents a new standard for Red Hat by offering greater flexibility, efficiency, and control. It works across a broad...


Platforms: Linux

License: Freeware Size: 1024 KB Download (424): Red Hat Enterprise Linux Download

Released: August 10, 2012  |  Added: August 10, 2012 | Visits: 657

Fullscreen Stage Align Pattern AS3.0 Fullscreen Stage Align Pattern AS3 Programing language used: ActionScript 3.0 [AS3] "Fullscreen Stage Align Pattern AS3" allows you to keep the movieclips aligned to where you want them to be aligned, with the confort and customizability of ActionScript 3.0. Features: Align on Resize: Whenever...


Platforms: Windows, Mac, Unix, Linux

License: Shareware Cost: $6.00 USD Size: 488 KB Download (47): Fullscreen Stage Align Pattern AS3.0 Download

Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 579

Pattern Memory In this game you will be given a grid of blocks, some of the grids will be highlighted for a moment, you need to memorise the pattern of the highlighted blocks and then reproduce the pattern. As the game progresses the grid will be larger and the number of highlighted blocks will also be larger,...


Platforms: Windows

License: Freeware Size: 262 KB Download (493): Pattern Memory Download

Released: December 04, 2012  |  Added: December 04, 2012 | Visits: 612

Surf Pattern Analyzer Surf Pattern Analyzer can be used to identify web navigation patterns of your website visitors; * Where (or which pages) they come from. * Where (or which pages) they go to. * Identification of most heavy incoming and outgoing pages. * Identification of most heavy navigation paths. * Search...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 399.36 KB Download (57): Surf Pattern Analyzer Download

Added: May 10, 2013 | Visits: 666

Observer Design Pattern This class implements the observer design pattern. Acting as a registration hub, it fires simple Events when requested.


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

License: Freeware Download (49): Observer Design Pattern Download

Added: May 10, 2013 | Visits: 547

Simple pattern-based string generator This script allows you to generate all the string described by a pattern passed on the command-line.


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

License: Freeware Download (58): Simple pattern-based string generator Download

Added: May 10, 2013 | Visits: 531

Null Object Design Pattern This script is a sample implementation of the 'Null Object' design pattern. Roughly, the goal with Null objects is to provide an 'intelligent' replacement for the often used primitive data type None in Python or Null (or Null pointers) in other languages. These are used for many purposes...


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

License: Freeware Download (51): Null Object Design Pattern Download

Added: May 10, 2013 | Visits: 472

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: 427

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 (50): Factory pattern Download

Added: May 10, 2013 | Visits: 518

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: 557

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: 542

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: 537

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: April 04, 2013 | Visits: 798

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 (62): Neural Network for pattern recognition- Tutorial Download

Added: October 23, 2006 | Visits: 5.353

Lotto Hat Lotto Hat is lottery program that attacks the lotteries from several directions at once. Lotto Hat lottery software makes the tough strategy decisions easy, based on probability comparisons to your actual lottery results game history. Lotto Hat reviews the past winning numbers, determines where...


Platforms: Windows

License: Shareware Cost: $59.95 USD Size: 2.34 MB Download (820): Lotto Hat Download

1 2 3 4 5 >