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

Justice League Action Figure Set software
Filter: All | Freeware | Demo
 

Justice League Action Figure Set

< 1 2 3 4 5 > 
Added: March 03, 2010 | Visits: 1.182

Set::CrossProduct Set::CrossProduct is a Perl module that allows you to work with the cross product of two or more sets. SYNOPSIS my $iterator = Set::CrossProduct->new( ARRAY_OF_ARRAYS ); # get the next tuple my $number_of_tuples = $iterator->cardinality; # get the next tuple my $tuple = $iterator->get;...



Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): Set::CrossProduct Download

Added: August 07, 2010 | Visits: 881

Set::Hash Set::Hash is a Perl module with hashes as objects with lots of handy methods (including set comparisons) and support for method chaining. SYNOPSIS use Set::Hash; my $sh1 = Set::Hash->new(name=>"dan",age=>33); my $sh2 = Set::Hash->new(qw/weight 185 height 72/); $sh1->length->print; # 2...





Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): Set::Hash Download

Added: March 27, 2010 | Visits: 1.042

HTML::Template::Set HTML::Template::Set is a HTML::Template extension that adds set support. SYNOPSIS in your HTML: < TMPL_SET NAME="handler" >apples_to_oranges< /TMPL_SET > < TMPL_SET NAME="title" >Apples Are Green< /TMPL_SET > < HTML > < HEAD > < TITLE >< TMPL_VAR NAME="title" >< /TITLE > < /HEAD > <...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (88): HTML::Template::Set Download

Added: May 15, 2010 | Visits: 1.183

Set::Partition Set::Partition is a Perl module that can enumerate all arrangements of a set in fixed subsets. SYNOPSIS use Set::Partition; my $s = Set::Partition->new( list => [qw(a b c d e)], partition => [2, 3], ); while (my $p = $s->next) { print join( , map { "(@$_)" } @$p ), $/; } # produces...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (133): Set::Partition Download

Added: October 14, 2010 | Visits: 1.018

Set::Infinite Set::Infinite Perl module contains sets of intervals. SYNOPSIS use Set::Infinite; $set = Set::Infinite->new(1,2); # [1..2] print $set->union(5,6); # [1..2],[5..6] Set::Infinite is a Set Theory module for infinite sets. A set is a collection of objects. The objects that belong to a set...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (92): Set::Infinite Download

Added: October 17, 2010 | Visits: 2.109

Set::Infinite::Basic Set::Infinite::Basic is a Perl module with sets of intervals. SYNOPSIS use Set::Infinite::Basic; $set = Set::Infinite::Basic->new(1,2); # [1..2] print $set->union(5,6); # [1..2],[5..6] Set::Infinite::Basic is a Set Theory module for infinite sets. It works on reals, integers, and...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (91): Set::Infinite::Basic Download

Added: October 07, 2010 | Visits: 1.246

Packet Construction Set 0.5 Packet Construction Set is a set of Python modules and objects that make building network protocol code easier for the protocol developer. The core of the system is the pcs module itself which provides the necessary functionality to create classes that implement packets. Installation...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (101): Packet Construction Set 0.5 Download

Added: August 02, 2010 | Visits: 1.277

Mail::Salsa::Action::Help Mail::Salsa::Action::Help is a Perl extension for a lot of functions. SYNOPSIS use Mail::Salsa::Action::Help; Stub documentation for Mail::Salsa, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited..


Platforms: *nix

License: Freeware Size: 26.62 KB Download (97): Mail::Salsa::Action::Help Download

Added: November 10, 2010 | Visits: 1.084

Set::Integer::Gapfillers Set::Integer::Gapfillers is a Perl module that can fill in the gaps between integer ranges. SYNOPSIS use Set::Integer::Gapfillers; $gf = Set::Integer::Gapfillers->new( lower => -12, upper => 62, sets => [ [ 1, 17 ], # Note: Use comma, not [ 25, 42 ], # range operator (..) [ 44, 50 ],...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (101): Set::Integer::Gapfillers Download

Added: July 05, 2010 | Visits: 2.082

Sonic Action Beta Sonic Action is the first SRB2 Town related game. Anywhere, instead of the standard story that you read everyday, this time the viewpoint is more orientated to Sonic. But Im not saying that well not appear in the game, nothing of that kind. Im planning to get we appear in the game. So dont ask...


Platforms: *nix

License: Freeware Size: 788.48 KB Download (278): Sonic Action Beta Download

Added: August 27, 2010 | Visits: 1.126

Rose::Class::MakeMethods::Set Rose::Class::MakeMethods::Set is a Perl module to create class methods to manage sets. SYNOPSIS package MyClass; use Rose::Class::MakeMethods::Set ( inheritable_set => [ required_name => { add_implies => add_valid_name, test_method => name_is_required, }, ], inherited_set => [...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (95): Rose::Class::MakeMethods::Set Download

Added: January 26, 2010 | Visits: 1.412

Jet Set Willy X Jet Set Willy X is a game for Sinclair ZX Spectrum computer, playable on emulators. Jet Set Willy X is heavily inspired by Jet Set Willy. There are no guardians and ropes, but the animation is twice as fast, absolutely smooth, and there is a 2-channel background tune. The rooms are 20...


Platforms: *nix

License: Freeware Download (152): Jet Set Willy X 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: January 12, 2010 | Visits: 1.169

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: May 13, 2010 | Visits: 1.343

Timos Rescue CD Set Timos rescue CD set provides an easy way to generate bootable CDROMs with a ready-to-use rescue system on them. The system is designed to be fully customizable and easy to build. The rescue system includes reiserfs, parted, partimage, nmap, w3m, bash, sshd, telnetd, ftpd, and nfsd. It is based...


Platforms: *nix

License: Freeware Size: 80 MB Download (126): Timos Rescue CD Set Download

Added: January 25, 2010 | Visits: 1.767

Preview Automator Action Pack Preview Automator Action Pack contains an Automator action for use with image files. The following action is included with this product: Filter ICC Profile Images


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 111 KB Download (112): Preview Automator Action Pack 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: March 07, 2010  |  Added: June 08, 2010 | Visits: 1.056

Action in time KS Action in time KS-01(turning the pc off, showing massages, starting files). is a shareware product ( 15 days free use ). It will run with any version: Windows 98,98SE, Me, XP and Vista. Action in time KS allows you 3 actions: (1) turning the computer off at any time,(turning off...


Platforms: Windows

License: Shareware Cost: $10.00 USD Size: 1.3 MB Download (433): Action in time KS Download

Released: June 14, 2010  |  Added: June 16, 2010 | Visits: 1.355

Action(s) Introducing Action(s), your Personal Automation Assistant Action(s) lets you build workflows that accomplish manual chores quickly, efficiently, and effortlessly. You don™t have to know any scripting languages or write any code. Instead, you create and execute automation...


Platforms: Windows, Mac, Java

License: Freeware Size: 6.84 KB Download (123): Action(s) Download

Released: May 13, 2011  |  Added: May 25, 2011 | Visits: 1.339

Classic Hardware Icon Set Hardware Icon Set is a collection of high quality stock icons representing various hardware items: computer, laptop, monitor, floppy drive, sound card, USB flash drive and others. All pictures share the same consistent classic style with prevalence of blue colors. The collection is...


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: $59.00 USD Size: 1.94 MB Download (124): Classic Hardware Icon Set Download

< 1 2 3 4 5 >