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

Prom Jewelry Sets software
Filter: All | Freeware | Demo
 

Prom Jewelry Sets

< 1 2 3 4 5 > 
Added: March 02, 2010 | Visits: 742

mod_umask mod_umask sets the Unix umask of the Apache HTTPd process after it has started. This is useful when accessing Subversion from both mod_dav_svn and via a local client with a file:// url. Without setting a proper umask the file permissions can create a repository that is not easily accessable from...



Platforms: *nix

License: Freeware Size: 174.08 KB Download (89): mod_umask Download

Added: October 07, 2010 | Visits: 1.106

Set photo in Kopete Set photo in Kopete is a really simple service menu that just sets the current photo as your photo in Kopete, nothing more, nothing less. It doesnt handle directories containing space yet, if someone have a workaround so that KURL dont escapes all characters that would be nice=) Just put this...





Platforms: *nix

License: Freeware Download (90): Set photo in Kopete Download

Added: November 06, 2010 | Visits: 1.328

Ghost Diagrams Ghost Diagrams is a project that takes sets of tiles and tries to find patterns into which they may be formed. The patterns it finds when given randomly chosen tiles are often surprising. It turns out that tiling patterns are a form of computation of equal power to Turing machines, lambda...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (106): Ghost Diagrams Download

Added: May 08, 2010 | Visits: 845

JPasswordGenerator JPasswordGenerator is a Java application for creating safe and strong passwords from predefined character sets in a random way. For this, a strong random number generator is used. JPasswordGenerator has six sets of characters that can be individually enabled and edited. All the characters from...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (98): JPasswordGenerator Download

Added: November 08, 2010 | Visits: 730

Math::TotalBuilder::Common Math::TotalBuilder::Common is a Perl module with common unit sets for building totals. SYNOPSIS use Math::TotalBuilder; use Math::TotalBuilder::Common; # units for 952 pence my %tender = build($Math::TotalBuilder::Common::uk_money_old, 952); This package is just a set of common sets of...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Math::TotalBuilder::Common Download

Added: January 12, 2010 | Visits: 1.168

Unicode::Regex::Set Unicode::Regex::Set is a subtraction and intersection of Character Sets in Unicode Regular Expressions. SYNOPSIS use Unicode::Regex::Set qw(parse); $regex = parse([p{Latin} & p{L&} - A-Z]); Perl 5.8.0 misses subtraction and intersection of characters, which is described in Unicode Regular...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Unicode::Regex::Set Download

Added: August 23, 2010 | Visits: 788

Ctcompare Ctcompares project purpose is to allow you to compare several sets of C code trees on a token basis, rather than on a line by line basis. The programs help to identify similarities between snippets of code in both trees. Whats New in This Release: - The comparison method has been completely...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (90): Ctcompare Download

Added: July 05, 2010 | Visits: 874

MPCA MPCA is a comprehensive suite of tools for doing discrete principal components analysis on data sets of size 100Mb or more. Scaling is done using sparse vectors, multi-threading, memory mapping, and other POSIX tricks. Reports, file dumping utilities and other utilities are included. The...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (115): MPCA Download

Added: October 24, 2010 | Visits: 1.601

Global Javadoc Viewer Global Javadoc Viewer is a tiny application that allows you to conveniently browse multiple Javadoc sets simultaneously, using a single packages/classes hierarchy tree. Global Javadoc Viewer pre-alfa version is not configurable, but useful, it allows to browse the next javadoc API sets: -...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (120): Global Javadoc Viewer Download

Added: January 25, 2010 | Visits: 578

Work Sets [ Via MacInTouch ] Work Sets is an innovative application that allows you to capture and restore the state of your Macintosh. Work Sets will remember which applications you have running and for enhanced applications it will remember which documents those applications have open, their position on...


Platforms: Mac

License: Shareware Cost: $0.00 USD Download (92): Work Sets Download

Released: March 13, 2011  |  Added: April 07, 2011 | Visits: 1.342

Folder Icon Set Folder Icon Set is a collection of royalty-free stock icons for use in commercial and personal products, including software applications, websites, blogs, and presentations. Icons are carefully created pixel by pixel by the hand of a professional artist. They shine with a bright palette of...


Platforms: OS/2, Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Handheld/Mobile Other,Java

License: Demo Cost: $49.00 USD Size: 1.09 MB Download (109): Folder Icon Set Download

Released: August 26, 2012  |  Added: September 15, 2012 | Visits: 676

ICONS ICONS is the most economical way of getting a huge lot of stock icons. Assembling more than 200 icon collections dedicated to different topics, this mega-set offers a great opportunity to save. With more than 25,000 taskbar, application bar icons, menu and toolbar icons, graphics for ribbon UI...


Platforms: Windows, Windows CE

License: Demo Cost: $399.00 USD Size: 43.68 MB Download (90): ICONS Download

Released: September 09, 2012  |  Added: September 09, 2012 | Visits: 412

Eclat Eclat is a small, simple application specially designed to help you find frequent item sets (also closed and maximal) with the eclat algorithm, which carries out a depth first search on the subset lattice and determines the support of item sets by intersecting transaction lists. The current...


Platforms: Windows

License: Freeware Download (447): Eclat Download

Released: November 21, 2012  |  Added: November 21, 2012 | Visits: 586

RElim A program to find frequent item sets (also closed and maximal) with the relim algorithm (recursive elimination), which is inspired by the FP-growth algorithm, but does its work without prefix trees or any other complicated data structures. The main strength of this algorithm is not its speed...


Platforms: Windows

License: Freeware Download (494): RElim Download

Released: June 01, 2012  |  Added: June 01, 2012 | Visits: 512

IsTa IsTa is a small, simple application that will help you find closed frequent item sets by intersecting transactions, which is based on the insight that an item set is closed if it is the intersection of all transactions that contain it. Such an approach can be highly competitive in special...


Platforms: Windows

License: Freeware Download (426): IsTa Download

Released: November 15, 2012  |  Added: November 15, 2012 | Visits: 487

FPgrowth FPgrowth is a simple, tiny application that will help you find frequent item sets (also closed and maximal) with the fpgrowth algorithm (frequent pattern growth, Han et al 2000), which represents the transaction database as a prefix tree which is enhanced with pointers that organize the nodes...


Platforms: Windows

License: Freeware Download (470): FPgrowth Download

Released: July 12, 2012  |  Added: July 12, 2012 | Visits: 941

Colors Builder Program "Colors Builder" is intended for creation of harmonious color circuits for web-site and formation of sets of palettes for web-design. Opportunities of a choice of primary colour from a palette of colors are included in the program: using Windows dialogue, from scale of the colors...


Platforms: Windows

License: Freeware Size: 184.32 KB Download (409): Colors Builder Download

Released: September 12, 2012  |  Added: September 12, 2012 | Visits: 480

Globaldocs Globaldocs is a simple, small, easy to use application specially designed to enables you to conveniently browse, over the Internet and local filesystem, multiple javadoc sets, using a single packages/classes hierarchy tree and a searchable index. The viewer supports local and remote docsets...


Platforms: Windows

License: Freeware Download (54): Globaldocs Download

Released: June 17, 2012  |  Added: June 17, 2012 | Visits: 615

The God's Treasury: The Bewitched Mask The God's Treasury is a fabulous, luxurious puzzle game, which amazes you with gorgeous jewelry. Your task is to put the amazing jewelry in the long lines or big squares correctly. This allows you to gather necessary points and to free the magic power, which is buried deep in the jewels. In that...


Platforms: Windows

License: Shareware Cost: $1.95 USD Size: 41.86 MB Download (45): The God's Treasury: The Bewitched Mask Download

Released: June 19, 2012  |  Added: June 19, 2012 | Visits: 606

Jewelry Accounting with Billing Software Karigar Accounts and Production: This software give you facility to prepare Karigar Stock Summary. Karigar Goods issue register, Karigar Receipt (Simple and Jadau) Register, Refining Production, Mixing Entry. Bill / VAT INVOICE Printing: Bill printing as you design, Purchase Invoice Printing,...


Platforms: Windows, MS-DOS

License: Shareware Cost: $120.00 USD Size: 1.08 MB Download (525): Jewelry Accounting with Billing Software Download

< 1 2 3 4 5 >