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

Adding Hexadecimal Numbers freeware
Filter: All | Freeware | Demo
 

Adding Hexadecimal Numbers

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 917

Pho Pho project is a lightweight program for viewing large numbers of images quickly, rotating or deleting some, and making notes about what to do with each image -- for instance, for going through hundreds of images after uploading them from a digital camera. Why another image viewer? Surely there... Platforms: *nix

License: Freeware Size: 66.56 KB Download (97): Pho Download

Added: March 23, 2010 | Visits: 979

paptcha paptcha is a PHP function that produces random numbers and results for a CAPTCHA program. paptcha project takes 3 arguments: the number of digits to produce, the number of choices to produce, and a flag to indicate whether the results should be images or not. Platforms: *nix

License: Freeware Download (103): paptcha Download

Added: June 05, 2010 | Visits: 1.136

Callintegrator Callintegrator project uses the phone numbers in your address book to initiate a call via services like peterzahlt.de or freecall.com. Just click on the phone number and your phone rings. Setup is very easy. Currently, only freecall.com and peterzahlt.de are supported. Usage: The package... Platforms: *nix

License: Freeware Size: 55.3 KB Download (96): Callintegrator Download

Added: August 17, 2010 | Visits: 932

Lingua::ZH::Currency::UpperCase Lingua::ZH::Currency::UpperCase is a Perl module to convert Currency Numbers to Chinese UpperCase Format. SYNOPSIS use Lingua::ZH::Currency::UpperCase; print chinese_currency_uc( 2504.39 ); The main subroutine get a number and give a chinese string which has been converted as currency... Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): Lingua::ZH::Currency::UpperCase Download

Added: March 16, 2010 | Visits: 1.255

Test::Number::Delta Test::Number::Delta is a Perl module to compare the difference between numbers against a given tolerance. SYNOPSIS # Import test functions use Test::Number::Delta; # Equality test with default tolerance delta_ok( 1e-5, 2e-5, values within 1e-6); # Inequality test with default tolerance... Platforms: *nix

License: Freeware Size: 18.43 KB Download (103): Test::Number::Delta Download

Added: June 09, 2010 | Visits: 1.758

SVG-cards SVG-cards is a set of playing cards made from pure SVG with all kings, queens, jacks, numbers, jokers, and backs of cards. You can use SVG-cards everywhere you like : Web pages, games, the GNOME desktop, the KDE desktop, and so on... You can print them on your color printer and make real... Platforms: *nix

License: Freeware Size: 348.16 KB Download (200): SVG-cards Download

Released: July 01, 2012  |  Added: July 01, 2012 | Visits: 1.274

Strings edit Strings edit is a library that provides I/O facilities for integer, floating-point, Roman numbers, and strings. Both input and output subroutines support string pointers for consequent stream processing. The output can be aligned in a fixed size field with padding. Numeric input can be checked... Platforms: *nix

License: Freeware Size: 54.27 KB Download (99): Strings edit Download

Added: April 24, 2010 | Visits: 774

Math::BaseCalc Math::BaseCalc is a Perl module that can convert numbers between various bases. SYNOPSIS use Math::BaseCalc; my $calc = new Math::BaseCalc(digits => [0,1]); #Binary my $bin_string = $calc->to_base(465); # Convert 465 to binary $calc->digits(oct); # Octal my $number =... Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): Math::BaseCalc Download

Added: September 21, 2013 | Visits: 764

Gjrand gjrand is a programmer's library for pseudo-random numbers. gjrand library includes random number generator testing code and is intended for simulation, games, and "Monte-Carlo" algorithms. It produces pseudo-random numbers of the types: uniform integers, uniform reals, normally distributed... Platforms: Mac

License: Freeware Size: 122.88 KB Download (101): Gjrand Download

Added: August 12, 2013 | Visits: 872

Mnemisis Mnemisis is a tool for learning and using what is called the 'major' system of mnemonic for remembering numbers. It involves /learning/ (sigh) a phonetic system, but after that it's time to start cramming those 20+ digit numbers into your head. Free Platforms: *nix

License: Freeware Size: 102.4 KB Download (105): Mnemisis Download

Added: November 11, 2010 | Visits: 831

KonsoleLock KonsoleLock simple asks for three pin numbers, verifies them as you enter them, and if correct, lets you in. Installation: Move PIN command to /usr/bin (or wherever your shell gets its commands). Config: Use konsolelock.c as your configger. Change the variable test-for numbers on the... Platforms: *nix

License: Freeware Size: 10.24 KB Download (104): KonsoleLock Download

Added: January 01, 2010 | Visits: 1.261

Personal Weblog Personal Weblog is a PHP include file for adding a weblog to a home page. Personal Weblog is highly configurable and can be changed to fit any web page style.. Platforms: *nix

License: Freeware Size: 40.96 KB Download (95): Personal Weblog Download

Added: October 16, 2010 | Visits: 945

MyJSQLView MyJSQLView provides an easy to use Java based user interface frontend for viewing, adding, editing, or deleting entries in a MySQL database. MyJSQLView is the result of a condensed version of a larger project that was needed to access an inventory database. The project from inception was to be... Platforms: *nix

License: Freeware Size: 1.4 MB Download (91): MyJSQLView Download

Added: August 18, 2010 | Visits: 1.019

Text::Roman Text::Roman is a Perl module that converts roman algarism in integer numbers and the contrary, recognize algarisms. SYNOPSIS use Text::Roman; print roman(123); Text::Roman::roman() is a very simple algarism converter. It converts a single integer (in arabic algarisms) at a time to its... Platforms: *nix

License: Freeware Size: 3.07 KB Download (108): Text::Roman Download

Added: April 19, 2010 | Visits: 828

Number::WithError Number::WithError is a Perl module that contains numbers with error propagation and scientific rounding. SYNOPSIS use Number::WithError; my $num = Number::WithError->new(5.647, 0.31); print $num . "n"; # prints 5.65e+00 +/- 3.1e-01 # (I.e. it automatically does scientific rounding) my... Platforms: *nix

License: Freeware Size: 27.65 KB Download (90): Number::WithError Download

Added: February 25, 2010 | Visits: 1.097

Math::Roman Math::Roman contains arbitrary sized Roman numbers and conversion from and to Arabic. SYNOPSIS use Math::Roman qw(roman); $a = new Math::Roman MCMLXXIII; # 1973 $b = roman(MCMLXI); # 1961 print $a - $b,"n"; # prints XII $d = Math::Roman->bzero(); # $d++; # I $d += 1998; # MCMXCIX $d... Platforms: *nix

License: Freeware Size: 10.24 KB Download (151): Math::Roman Download

Added: April 13, 2010 | Visits: 857

Data::SecsPack Data::SecsPack is a Perl module pack and unpack numbers in accordance with SEMI E5-94. SYNOPSIS ##### # Subroutine interface # use Data::SecsPack qw(bytes2int config float2binary ifloat2binary int2bytes pack_float pack_int pack_num str2float str2int unpack_float unpack_int unpack_num);... Platforms: *nix

License: Freeware Size: 102.4 KB Download (91): Data::SecsPack Download

Added: March 20, 2010 | Visits: 1.042

Perso Perso can handle different types of identity card numbers (e. g. german/ austrian ID-card and passport). It check the numbers for correctness using the "7-3-1"-checksum algorithm. Also it can extract information from the numbers (e. g. birthday) or generate example numbers using custum values.... Platforms: *nix

License: Freeware Size: 17.41 KB Download (114): Perso Download

Added: October 31, 2013 | Visits: 687

KmusicdB KmusicdB is a music information manager. KmusicdB enables you to take your collection of music (CDs, vinyl, whatever) and organize it for browsing and searching. There are a variety of reports (see below) available and there is CDDB support (with searching) which makes adding CDs a breeze. Its... Platforms: *nix

License: Freeware Size: 233 MB Download (107): KmusicdB Download

Added: January 25, 2010 | Visits: 410

PodType the iPod allows adding of songs on the go, called playlists-on-the-go (POTG). A song is added by hilighting it in a list, and pressing and holding the middle circle button. The song will flash twice and be added to the POTG. Wirus podType is simply a collection of files titled by all the letters... Platforms: Mac

License: Freeware Size: 51 KB Download (91): PodType Download

< 1 2 3 4 5 >