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

Cross Stitch Pattern Wizard software
Filter: All | Freeware | Demo
 

Cross Stitch Pattern Wizard

< 1 2 3 4 5 
Released: November 11, 2012  |  Added: November 11, 2012 | Visits: 833

SharePoint Cross View Web Part Cross View Web Part aggregates data from multiple lists / sites / site-collections by user-defined query and displays it as standard SharePoint view. Display documents, tasks, list items, each type of SharePoint content from any place in SharePoint! Rich Query Builder, grouping, filtering,... Platforms: Windows

License: Shareware Cost: $699.00 USD Size: 1.73 MB Download (492): SharePoint Cross View Web Part Download

Released: July 04, 2012  |  Added: July 04, 2012 | Visits: 467

Equinoxes, Solstices and Cross-Quarter Days This software calculates accurate dates and times for equinoxes, solstices and the Celtic cross-quarter days (Imbolc, Beltane, Lughnassad and Samhain). The cross-quarter days are those midway between the equinoxes and solstices. For example, Imbolc is midway between the northern winter solstice... Platforms: Windows

License: Shareware Cost: $9.25 USD Size: 1.39 MB Download (466): Equinoxes, Solstices and Cross-Quarter Days Download

Released: November 01, 2012  |  Added: November 01, 2012 | Visits: 735

PC Wizard 2010 PC WIZARD is a powerful utility designed especially for detection of hardware, but also some more analysis. It's able to identify a large scale of system components and supports the latest technologies and standards. This tool is periodically updated (usually once per month) in order to provide... Platforms: Windows

License: Freeware Size: 5 MB Download (427): PC Wizard 2010 Download

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

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

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: July 12, 2012  |  Added: July 12, 2012 | Visits: 677

Wizard Balls In this game you need to control a wizard to cast magic spells and destroy bouncing balls. You can hit the ball with either the magic star directly or with the tail of the star indirectly, if you can hit the ball directly, you will get extra bonus. When you hit a ball, it will split into two... Platforms: Windows

License: Freeware Size: 262 KB Download (454): Wizard Balls Download

Released: November 04, 2012  |  Added: November 04, 2012 | Visits: 739

CROSS-DJ Based on the acclaimed pro DJ software Mixvibes CROSS® and Mixvibes 10 years DJ software technology, CROSS DJ is the new mixing software now available on Mac App Store at a great discount price! Whether you are a professional, mobile or beginner DJ, CROSS DJ will satisfy the needs of... Platforms: Mac

License: Commercial Cost: $49.99 USD Size: 19.5 MB Download (59): CROSS-DJ Download

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

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

Cross-Fade Anything This is a simple script that will reveal multiple elements one at a time with a cross-fade effect. To set it up all you need is an HTML block element. All immediate descendants become slides. To start the effect you simply have to give the parent element a class of 'crossfade'. If FastInit is... Platforms: Windows, Mac, *nix, JavaScript, BSD Solaris

License: Freeware Download (66): Cross-Fade Anything Download

Added: May 10, 2013 | Visits: 668

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

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

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

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

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

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

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

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

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


Released: June 04, 2013  |  Added: July 25, 2013 | Visits: 2.233

PHP EasyInstaller online wizard PHP EasyInstaller - PHP script for creating an user-friendly installation wizard. PHP EasyInstaller is an easy-to-setup PHP script for creating a user-friendly installation wizard. The script is suitable for existing and new web applications. If you plan to create an application in PHP and search... Platforms: Windows, *nix

License: Shareware Cost: $16.90 USD Size: 28.32 KB Download (62): PHP EasyInstaller online wizard Download

Circular Cross Correlation of the Columns of an Array - circ xcorr The program takes the columns of an input matrix and calculates the auto and cross correlation of these columns using an fft method. The result is very similar to the xcorr function. This method could be used to evaluate the cross correlation of repeating code sequences, and other similar... Platforms: Matlab


< 1 2 3 4 5