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

Digits Between freeware
Filter: All | Freeware | Demo
 

Digits Between

1 2 3 4 5 > 
Added: March 06, 2010 | Visits: 1.226

Convert::Number::Digits Convert::Number::Digits is a Perl module that convert Digits Between the Scripts of Unicode. SYNOPSIS use utf8; require Convert::Number::Digits; my $number = 12345; my $d = new Convert::Number::Digits ( $number ); print "$number => ", $d->toArabic, "n"; my $gujarti = $d->toGujarti; my...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (105): Convert::Number::Digits Download

Added: May 10, 2013 | Visits: 297

Finding significant digits This script shows you a method to find significant digits for any given number. It accounts for scientific notation and returns a numeric string.





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

License: Freeware Download (58): Finding significant digits Download

FIND ALL THE POSSIBLE PATHS BETWEEN A START AND AN END NODE OF A GRAPH In Graph Theory it is often required to find out all the possible paths, which can exist between a source node and a sink node.So this function returns a all such possible paths, in a matrix format.INPUTS:1. 'X' Matrix: Form a Nx2 matrix, where N is the total number of 'Edges'. This Matrix will...


Platforms: Matlab


Added: April 24, 2010 | Visits: 772

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

Released: June 25, 2012  |  Added: June 25, 2012 | Visits: 292

Between Between is an open source graphical RPG/MMORPG, written in Java.


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.56 MB Download (46): Between Download

Added: May 10, 2013 | Visits: 454

Converting Between Different Naming Convetions These short functions convert identifier names between the most common naming conventions: CapitalizedWords, mixedCase and under_scores.


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


Function to Convert between DCM, Euler angles, Quaternions, and Euler vectors SpinCalc is a consolidated matlab function that will convert any rotation data between the 4 types included. Will also convert between 2 different Euler angle set types.Multiple orientations can be input. For N orientations:DCM ===> 3x3xN multidimensional arrayEA### ===> Nx3 matrixEuler Vectors...


Platforms: Matlab


Relationship between wavelength, wave period and water depth This function gets the nomograph which shows the relationship between the wavelength, wave period and water depth using the dispersion equation.0. Syntax:>> wavelenvsth1. Inputs: None.2. Outputs: Nomograph.3. Example: >> run(wavelenvsth) 4. Notes:- It's only necessary to run the function.- In the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Relationship between wavelength, wave period and water depth Download

Caculate the intsection between 2 discs or disc with polygon discintersect: to caculate the intsection between 2 discpolydiscint: to caculate the intsection between disc and polygonplotdisc: to plot the disc in 3D


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Caculate the intsection between 2 discs or disc with polygon Download

Added: May 04, 2013 | Visits: 480

Time Between Comments Time Between Comments - WordPress plugin that allows you to set time interval between comments. This is a perfect plugin to keep your blog spam free and make each comment more valuable. You can set time interval in seconds from the admin panel and when user adds comment he/she should wait till...


Platforms: PHP

License: Freeware Size: 102.4 KB Download (39): Time Between Comments Download

Added: July 20, 2006 | Visits: 2.909

Digi]|[Trans Digi]|[Trans v1.0 is used to convert between diffrent number systems with a maximum base of 36. One feature of Digi]|[Trans v1.0 is that you can also convert to number systems with rational bases. You can also convert from a latin number system. Rational bases : Rational bases are...


Platforms: OS/2, Windows, *nix

License: Freeware Size: 600 KB Download (184): Digi]|[Trans Download

Released: January 05, 2005  |  Added: November 13, 2006 | Visits: 2.504

DigitHunt Each row, column, and mini-grid contains the digits 1-9 only once. Some of the squares are already set for you. It is up to you to determine the values of the remaining squares. DigitHunt is a fun and challenging puzzle game that lets you use your mind, not just your reflexes. Learning to play is...


Platforms: Windows

License: Freeware Size: 2.16 MB Download (514): DigitHunt Download

Added: August 18, 2008 | Visits: 1.115

Digits chains Try memorize and improve memory. Try to memorize the digits chain and improve your memory.


Platforms: Windows

License: Freeware Size: 10 KB Download (99): Digits chains Download

Added: August 27, 2008 | Visits: 852

MiniCalcEuro MiniCalcEuro is a small, multilingual, program in Visual C + that allows you to perform conversions (to and from) between Euros and all 12 currencies of the Euro zone. All calculations are made according to the official rules of number of significant digits, rounding etc.


Platforms: Windows

License: Freeware Size: 187 KB Download (102): MiniCalcEuro Download

Added: August 24, 2010 | Visits: 1.182

Convert::Braille Convert::Braille is a Perl module that can convert Between Braille Encodings. SYNOPSIS use Convert::Braille; print brailleAsciiToUnicode ( "HELLO" ), "n"; print brailleDotsToAscii ( "12515123123135" ), "n"; EXPORTS brailleDotsToUnicode brailleUnicodeToDots brailleUnicodeToAscii...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (120): Convert::Braille Download

Added: February 04, 2010 | Visits: 1.168

Convert::Braille::English Convert::Braille::English is a Perl module that can convert Between Braille Encodings. SYNOPSIS use Convert::Braille; print brailleAsciiToEnglish ( "HELLO" ), "n"; print brailleDotsToEnglish ( "12515123123135" ), "n"; EXPORTS englishToBrailleUnicode englishToBrailleAscii...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (137): Convert::Braille::English Download

Added: April 01, 2010 | Visits: 919

Convert::Braille::Ethiopic Convert::Braille::Ethiopic is a Perl module that can convert Between Braille Encodings. SYNOPSIS use Convert::Braille::Ethiopic; print brailleAsciiToEthiopic ( "S5LAM" ), "n"; print brailleDotsToEthiopic ( "234261231134" ), "n"; EXPORTS ethiopicToBrailleUnicode ethiopicToBrailleAscii...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Convert::Braille::Ethiopic Download

Added: July 24, 2010 | Visits: 1.017

Xsnow Xsnow application is the X-windows application that will let it snow on the root, in between and on windows. Santa and his reindeer will complete your festive-season feeling. How to compile: To build: xmkmf make depend make To run: ./xsnow or: ./xsnow& (in the background) To...


Platforms: *nix

License: Freeware Size: 56.32 KB Download (113): Xsnow Download

Added: July 13, 2010 | Visits: 845

THREDDS THREDDS (short from Thematic Realtime Environmental Distributed Data Services) project is developing middleware to bridge the gap between data providers and data users. The goal is to simplify the discovery and use of scientific data and to allow scientific publications and educational materials...


Platforms: *nix

License: Freeware Size: 9.6 MB Download (98): THREDDS Download

Released: November 20, 2012  |  Added: December 08, 2012 | Visits: 2.134

4Videosoft iPod Photo Transfer 4Videosoft iPod Photo Transfer, a free iPod Photo Transfer software, helps a lot in transfering photos and camera roll between iPod and computer freely. You can also transfer iPod photos to iTunes directly with it. Moreover, you can use it to transfer photos for different versions of iPod, like...


Platforms: Windows, Other

License: Freeware Size: 30.5 MB Download (162): 4Videosoft iPod Photo Transfer Download

1 2 3 4 5 >