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

Powerball Numbers Sorted freeware
Filter: All | Freeware | Demo
 

Powerball Numbers Sorted

1 2 3 4 5 > 
Added: September 13, 2010 | Visits: 1.201

Math::Numbers Math::Numbers is a Perl module that contains methods for mathematical approaches of concepts of the number theory. SYNOPSIS use Math::Numbers; my $a = 123; my $b = 34; my $numbers = Math::Numbers->new($a, $b [, ...]); print "They are coprimes (relatively primes)!n" if...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (104): Math::Numbers Download

Added: November 15, 2010 | Visits: 856

Tie::Hash::Sorted Tie::Hash::Sorted Perl module presents hashes in sorted order. SYNOPSIS use Tie::Hash::Sorted; my %ages = ( John => 33, Jacob => 29, Jingle => 15, Heimer => 48, Smitz => 12, ); my $sort_by_numeric_value = sub { my $hash = shift; [ sort {$hash->{$b} <=> $hash->{$a}} keys %$hash ];...





Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Tie::Hash::Sorted Download

Added: July 07, 2010 | Visits: 1.284

Linux Letters and Numbers Linux Letters and Numbers project is an educational childrens game for linux. Linux Letters and Number is a fun and educational learning game intended for children 2 and up. It helps children learn or improve their letters, numbers, spelling, and vocabulary skills through the use of...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (100): Linux Letters and Numbers Download

Added: June 01, 2010 | Visits: 1.132

Class Library for Numbers Class Library for Numbers in short CLN is a library for computations with all kinds of numbers..


Platforms: *nix

License: Freeware Size: 1.62 MB Download (93): Class Library for Numbers Download

Added: January 22, 2010 | Visits: 745

Apache::MP3::Sorted Apache::MP3::Sorted is a Perl module to generate sorted streamable directories of MP3 files. SYNOPSIS # httpd.conf or srm.conf AddType audio/mpeg mp3 MP3 # httpd.conf or access.conf < Location /songs > SetHandler perl-script PerlHandler Apache::MP3::Sorted PerlSetVar SortFields...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (97): Apache::MP3::Sorted Download

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

Big Numbers Calculator Big Numbers Calculator is a small, simple, very easy to use application specially designed to offer you a tool for arithmetic, bitwise and base conversion operations over the big integers. for Windows2K, XP, Vista, 7


Platforms: Windows, XP, Windows Vista, 7

License: Freeware Download (446): Big Numbers Calculator Download

Released: November 11, 2012  |  Added: November 11, 2012 | Visits: 793

Advanced Exponents Numbers Informer Advanced Exponents Numbers Informer is a small, command prompt based application designed to help you create, automatically, a list of numbers exponentials. You just need to enter a limit and a exponent, the application will make the rest. for WindowsAll


Platforms: Windows

License: Freeware Download (475): Advanced Exponents Numbers Informer Download

Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 722

Advanced Exponent Numbers Calculator Advanced Exponent Numbers Calculator is a small, command prompt based application specially designed to help you calculate any number with exponent. for WindowsAll


Platforms: Windows

License: Freeware Download (442): Advanced Exponent Numbers Calculator Download

Released: October 08, 2012  |  Added: October 08, 2012 | Visits: 763

PATools Numbers to Words PATools Numbers to Words is an Excel spreadsheet designed to convert the numbers you enter in the designated fields to actual words. For instance, if you enter 1234 as the number, the application will return one thousand two hundred and thirty four as the word translation. for WindowsAll


Platforms: Windows

License: Freeware Download (46): PATools Numbers to Words Download

Released: July 07, 2012  |  Added: April 29, 2014 | Visits: 814

MB Angel Numbers MB Angel Numbers interprets the messages from your angels that you keep seeing in the form of repeated numbers. These number sequences hold special meaning in your life if you are able to interpret them. MB Angel Numbers offers you the scope to get an angel number oracle reading and find your...


Platforms: Windows

License: Freeware Size: 633 KB Download (57): MB Angel Numbers Download

Added: May 10, 2013 | Visits: 816

Build section numbers for a table of contents This script shows a way to generate section numbers for a nested document structure. It can be used within a recursive algorithm to build a table of contents.


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 684

Product Serial Numbers The serial numbers are then printed on the generated invoice and packing slips, as well as shown in the order details under account history in the customers account


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (54): Product Serial Numbers Download

Added: May 10, 2013 | Visits: 543

Add UPC numbers, SKUs, ISBN/ISSN, etc 1.1b This will give you the capabilty to add UPC numbers, ISBN/ISSN numbers, SKUs, or other product identifiers to you catalog.I have include the functionality of turning this feature on and off via the admin console.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (56): Add UPC numbers, SKUs, ISBN/ISSN, etc 1.1b Download

Added: May 10, 2013 | Visits: 341

Imaginary Numbers Imaginary Numbers class allows you to manipulates imaginary numbers. Example: $z = new Z("4i 3"); $i->Add(3,4); $i->Div("5e-j37"); ... etc


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (50): Imaginary Numbers Download

Added: May 10, 2013 | Visits: 529

Implementation of sets using sorted lists This script implements set operations using sorted lists as the underlying data structure. Advantages: - Space savings -- lists are much more compact than a dictionary based implementation. - Flexibility -- elements do not need to be hashable, only __cmp__ is required. - Fast operations...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Implementation of sets using sorted lists Download

Added: May 10, 2013 | Visits: 419

Merging two sorted iterators Merging two sorted iterators script provides a mergeiter() function that can merge two iterators into a single iterator. It uses generators, and guarantees constant memory use.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Merging two sorted iterators Download

Added: May 10, 2013 | Visits: 267

Merging sorted iterables This script helps you to merge sorted iterables, preserving ordering,without consuming iterables (and computing time) unnecessarily.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Merging sorted iterables Download

Added: July 07, 2013 | Visits: 633

THE FASTEST WAY TO SORT N NUMBERS: sortN library Have you ever thought about the fastest way to sort N numbers?Last week I wrote a post about the fastest way to sort 3 numbers, this week I show you a tricky way to optimize the sort of N numbers.The problem of sorting an array of numbers is probably the most studied in computer science. The...


Platforms: Matlab

License: Freeware Size: 10 KB Download (51): THE FASTEST WAY TO SORT N NUMBERS: sortN library Download

Added: August 28, 2013 | Visits: 624

Bangla Numbers in Date and Time This plugin helps to display the Date and Time of post publishing in Bangla Numbers. But doesn't show date according to Bangla calender, it follows Georgian calender . The plugin doesn't need Bangla language pack installation, it can work by itself.


Platforms: PHP

License: Freeware Size: 10 KB Download (54): Bangla Numbers in Date and Time Download

Added: August 14, 2008 | Visits: 1.500

Contact Numbers Contact Numbers, an easy to use way to store the contact details of friends, colleagues etc. There are plenty of brilliant personal information managers available, if you need what they have then this probably isn't for you ;)


Platforms: Windows

License: Freeware Size: 295 KB Download (128): Contact Numbers Download

1 2 3 4 5 >