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

Animated Set Cursors freeware
Filter: All | Freeware | Demo
 

Animated Set Cursors

< 1 2 3 4 5 > 
Added: May 05, 2010 | Visits: 1.171

Set::IntSpan::Fast Set::IntSpan::Fast is a Perl module for fast handling of sets containing integer spans. SYNOPSIS use Set::IntSpan::Fast; my $set = Set::IntSpan::Fast->new(); $set->add(1, 3, 5, 7, 9); $set->add_range(100, 1_000_000); print $set->as_string(), "n"; # prints 1,3,5,7,9,100-1000000 The...



Platforms: *nix

License: Freeware Size: 102.4 KB Download (104): Set::IntSpan::Fast Download

Added: March 03, 2010 | Visits: 1.188

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: March 09, 2010 | Visits: 1.988

Animated Counter Animated Counter provides a nice animated counter. Each time when a page is reloaded the counter increases the digits "live".. Free perl and php scripts for your homepage. Counter, guestbook, poll, download systems, link indexing and more.


Platforms: *nix

License: Freeware Size: 31.74 KB Download (315): Animated Counter Download

Added: August 07, 2010 | Visits: 889

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.047

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 (94): HTML::Template::Set Download

Added: May 15, 2010 | Visits: 1.187

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.022

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.115

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 (92): Set::Infinite::Basic Download

Added: October 07, 2010 | Visits: 1.251

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 (105): Packet Construction Set 0.5 Download

Added: November 10, 2010 | Visits: 1.088

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: August 27, 2010 | Visits: 1.130

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 (101): Rose::Class::MakeMethods::Set Download

Added: January 26, 2010 | Visits: 1.417

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.110

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 (91): Set photo in Kopete Download

Added: January 12, 2010 | Visits: 1.177

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.349

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 (132): Timos Rescue CD Set Download

Released: April 25, 2010  |  Added: May 20, 2010 | Visits: 2.611

Animated Weather Free Animated Weather Forecast For Windows: Realistic Weather Forecast on Your Windows Desktop MobilityFlow announces the release of Animated Weather, a weather forecast desktop widget app for Windows XP/Vista/7. The exquisitely realistic video effects of cloudiness, rain and snow provide the vivid...


Platforms: Windows

License: Freeware Size: 4.29 MB Download (352): Animated Weather Free Download

Released: October 02, 2009  |  Added: October 09, 2010 | Visits: 4.562

Animated Snow Wallpaper Free download and install Animated Snow Wallpaer, your desktop will be snow. Yes, it makes you feel cold, Merry Christmas!


Platforms: Windows

License: Freeware Size: 1.24 MB Download (666): Animated Snow Wallpaper Download

Released: July 08, 2010  |  Added: April 19, 2011 | Visits: 1.297

Free Animated Screensaver Screensaver is another small program for computer user. Now this not for only computer but also available for mobile. Screensaver is not only images slideshow. This is learnable also. Many people use this program for entertainment. This is help us for keeping our mind fresh and clean in our...


Platforms: Windows

License: Freeware Size: 951.15 KB Download (107): Free Animated Screensaver Download

Released: July 20, 2011  |  Added: August 14, 2011 | Visits: 1.511

Free Retina Icon Set Here is a Free Retina Icon Set, which will help each iPhone or iPad application developer make high resolution GUI for Retina displays. The icons from this set can be used in navigation, tab bars and toolbars, as they specifically meet the icon guidelines for iOS application design. A wide...


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: Freeware Size: 16 MB Download (121): Free Retina Icon Set Download

Released: January 03, 2012  |  Added: January 09, 2012 | Visits: 1.634

Disney Animated Wallpaper Enjoy this fantastic Disney Animated Wallpaper, with Mickey, Minnie Mouse and friends, full of happiness and joy. Come play with them! * 2 Beautiful Scenes. * High Quality Image and Effects. * Realistic Butterfly animation. * The Disney Afternoon Theme Sound. * Full install/uninstall...


Platforms: Windows

License: Freeware Size: 6.75 MB Download (150): Disney Animated Wallpaper Download

< 1 2 3 4 5 >