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

Splash Pattern freeware
Filter: All | Freeware | Demo
 

Splash Pattern

1 2 3 4 5 > 
Released: November 24, 2012  |  Added: November 24, 2012 | Visits: 897

MB Astrology Planetary Patterns MB Astrology Planetary Patterns Software finds the planetary patterns as they are displayed in your astrology natal chart and tells you the influences of the astrological planets considering their planetary patterns or planet positions. The interpretation of planetary patterns as delivered by MB...



Platforms: Windows

License: Freeware Size: 1.63 MB Download (545): MB Astrology Planetary Patterns Download

Added: January 18, 2010 | Visits: 1.012

Montys KDE Splash Montys KDE Splash is a splash screen theme for the KDE desktop.. software,internet,remontsw,grafika,tvorba,remont





Platforms: *nix

License: Freeware Size: 133.12 KB Download (101): Montys KDE Splash Download

Added: June 02, 2010 | Visits: 1.011

Template::Library::Splash Template::Library::Splash is a template library for building stylish HTML user interfaces. NOTE: This documentation is incomplete, incorrect and outdated. The Splash! library is still evolving and subject to change. See the examples for a much more recent and accurate demonstration of use....


Platforms: *nix

License: Freeware Size: 778.24 KB Download (102): Template::Library::Splash Download

Added: November 15, 2010 | Visits: 4.098

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

Added: July 25, 2010 | Visits: 2.108

GRUB Splash GRUB Splash Images package contains a collection of splashimages which can be used for GRUB. If youd like your splashimage in this package send them to mcgrof@ruslug.rutgers.edu. Quick tips for the impatient: convert -resize 640x480 -colors 14 image.png image.xpm && gzip image.xpm Quick...


Platforms: *nix

License: Freeware Download (386): GRUB Splash Download

Added: November 26, 2010 | Visits: 1.894

gentoo splash theme chooser gentoo splash theme chooser is a gentoo application to choose a gensplash theme. You can choose a theme and it it will make a symlink from this theme to default in /etc/splash. After that it mounts /boot and does the following command: splash_geninitramfs -v -g /boot/fbsplash -r resolution...


Platforms: *nix

License: Freeware Download (108): gentoo splash theme chooser Download

Added: May 10, 2010 | Visits: 906

Gnome Splash Properties Gnome Splash Properties lets you easily setup your splash on GNOME desktop. Written in Ruby and Ruby-Gnome2 "Gnome Splash Properties" aim to by easy too use. In near future Drag & Drop support is planed. Gentoo ebuild is available on the web site. Installation: run "ruby setup.rb" in the main...


Platforms: *nix

License: Freeware Download (91): Gnome Splash Properties Download

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

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

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: October 12, 2012  |  Added: October 12, 2012 | Visits: 580

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

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

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

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

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

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


Released: August 07, 2013  |  Added: September 09, 2013 | Visits: 1.154

Free Color Splash Maker for Window Free color splash effect maker for window, online splash effect creator , Add Beautiful Color Splash Effect To Your Photos . Save to JPEG file or custom file size . Support Zoom In, Zoom Out , Undo when photo editing. Support export to JPEG image. Support resize the image and adjust the...


Platforms: Windows

License: Freeware Size: 7.26 MB Download (83): Free Color Splash Maker for Window Download

1 2 3 4 5 >