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

Number Extractor software
Filter: All | Freeware | Demo
 

Number Extractor

< 1 2 3 4 5 
Released: September 14, 2009  |  Added: September 17, 2009 | Visits: 3.355

Alon Audio Extractor Alon Audio Extractor provides you a handy tool to extract audio/sound or background music from video files. With Alon Audio Extractor, you can easily extract audio tracks from AVI, MPEG, MPG, DAT, WMV, ASF, FLV (Flash Video), MOV, MP4, 3GP video files and save them as MP3, WAV and AC3... Platforms: Windows

License: Freeware Size: 7.09 MB Download (748): Alon Audio Extractor Download

Released: May 14, 2008  |  Added: November 04, 2009 | Visits: 2.121

Random Number Pro Random Number Pro is a practical math tool to generate random numbers according to different distributions. Only three steps you need do.Download and try it. Including Distributions: -Beta distribution, -Bernoulli distribution, -Bernoulli-Gauss distribution, -Binomial distribution,... Platforms: Windows, *nix

License: Shareware Cost: $199.90 USD Size: 837.5 KB Download (150): Random Number Pro Download

Released: April 07, 2010  |  Added: April 16, 2010 | Visits: 4.270

Disk Serial Number Changer Disk Serial Number Changer helps you to modify your disk drive's Volume Serial Number (not hard disk's physical serial which you can find at back of your hard disk), the format of Volume Serial Number is: XXXX-XXXX (X - 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F). Platforms: Windows

License: Shareware Cost: $9.95 USD Size: 1.38 MB Download (567): Disk Serial Number Changer Download

Released: October 28, 2009  |  Added: November 25, 2009 | Visits: 2.202

Number Generator Number Generator v1.6 is the tool for generating numbers of 10 digits like a format (ie. 991-991-4756). it has capabilities of generating numbers in sequence or in random with in the given limit.It is very efficient tool for generating mobile numbers. it can generate mobile numbers in random... Platforms: Windows

License: Shareware Cost: $24.95 USD Size: 804.65 KB Download (284): Number Generator Download

Released: April 03, 2015  |  Added: April 10, 2015 | Visits: 2.299

Power Audio Extractor Power Audio Extractor can be used to extract audio from video and save the extracted sound in WMA, MP3, WMA, OGG, AAC, M4A, FLAC and MP2 formats. All you need to convert video of various formats to audio files - it is a user-friendly converter application that allows you to directly convert... Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $29.95 USD Size: 4.5 MB Download (5179): Power Audio Extractor Download

Released: July 09, 2014  |  Added: July 22, 2014 | Visits: 4.513

A-PDF Number Pro A-PDF Number Pro is a professional desktop utility program that lets you batch add page number to Acrobat PDF documents. With A-PDF Number Pro, you can customize your page numbers anywhere on the page, specify the style of page numbers, define the font name, size, color etc. Special features... Platforms: Windows

License: Shareware Cost: $27.00 USD Size: 2.17 MB Download (126): A-PDF Number Pro Download

Added: January 18, 2010 | Visits: 1.215

Number::Bytes::Human Number::Bytes::Human is a Perl module that can convert byte count to human readable format. SYNOPSIS use Number::Bytes::Human qw(format_bytes); $size = format_bytes(0); # 0 $size = format_bytes(2*1024); # 2.0K $size = format_bytes(1_234_890, bs => 1000); # 1.3M $size = format_bytes(1E9,... Platforms: *nix

License: Freeware Size: 9.22 KB Download (98): Number::Bytes::Human Download

Added: March 06, 2010 | Visits: 1.231

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: March 16, 2010 | Visits: 1.256

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 16, 2010 | Visits: 1.313

XML Extractor XML Extractor is a set of tools for transforming XML-like markup into entities or well-formed XML files. The sourcecode XML metadata extraction tools are intended to be used for extracting and transforming XML-like markup embedded in source code comments into syntactically correct external... Platforms: *nix

License: Freeware Size: 20.48 KB Download (96): XML Extractor Download

Added: February 27, 2010 | Visits: 883

Number::Encode Number::Encode is a Perl module to encode bit strings into digit strings. SYNOPSIS use Number::Encode qw(nonuniform uniform); Provides a mechanism to convert arbitrary bit-strings into numeric digit strings. The transformation can be uniform or non-uniform depending on the type of... Platforms: *nix

License: Freeware Size: 2.05 KB Download (107): Number::Encode 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: June 11, 2010 | Visits: 1.183

Obscure-Extractor-GTK Obscure-Extractor-GTK can extract data from simple and unusual archives as used by games, e.g. Neverwinter Nights, Homeworld 2, BloodRayne. Mostly a framework where I can easily add new modules when I want to have a look at the inner workings of games, though the Delphi version has some more... Platforms: *nix

License: Freeware Size: 12.29 KB Download (109): Obscure-Extractor-GTK Download

Added: July 27, 2010 | Visits: 968

Number::Latin Number::Latin is a Perl module that can convert to/from the number system "a,b,...z,aa,ab..." SYNOPSIS use Number::Latin; print join( , map int2latin($_), 1 .. 30), "n"; # # Prints: # a b c d e f g h i j k l m n o p q r s t u v w x y z aa ab ac ad Some applications, notably the... Platforms: *nix

License: Freeware Size: 5.12 KB Download (103): Number::Latin Download

Added: July 01, 2010 | Visits: 943

Number::Interval Number::Interval is a Perl module that can implement a representation of a numeric interval. SYNOPSIS use Number::Interval; $i = new Number::Interval( Min => -4, Max => 20); $i = new Number::Interval( Min => 0 ); $is = $i->contains( $value ); $status = $i->intersection( $i2 ); print... Platforms: *nix

License: Freeware Size: 6.14 KB Download (108): Number::Interval Download

Released: January 20, 2010  |  Added: January 20, 2010 | Visits: 1.407

BKF Extractor When there is a need to extract BKF file from corrupted NTBackup, BKF Extractor software of SysTools can help you out. NTBackup is an integral MS backup utility tool present in Windows. It is used for the safety of important data. But, it is also subject to corruption and damage. This corruption... Platforms: Windows, Windows Vista

License: Shareware Cost: $89.00 USD Size: 1.04 MB Download (121): BKF Extractor Download

Released: May 11, 2011  |  Added: May 19, 2011 | Visits: 2.240

A-PDF Form Data Extractor A-PDF Form Data Extractor is a simple utility program that lets you batch export PDF form data to CSV or XML file format. It provide a visual form fields extraction rule editor to verify and define what form fields to be gathered conveniently and automatically. A-PDF Form Data Extractor does... Platforms: Windows

License: Shareware Cost: $27.00 USD Size: 2.42 MB Download (454): A-PDF Form Data Extractor Download

Released: July 27, 2010  |  Added: August 09, 2010 | Visits: 4.338

JiJi Self Extractor Self Extractor Includes RAR File Extractor Win32 Cabinet Self Extractor RAR File Extractor 7z Extractor Cab Extractor TAR Extractor Archive Extractor 7z Extractor ZIP Extractor ISO Extractor ARJ Extractor lZMA Extractor Z Extractor BZ2 Extractor GZ Extractor JAR Extractor NSIS Extractor CPIO... Platforms: Windows

License: Freeware Size: 3.4 MB Download (3826): JiJi Self Extractor Download

Released: February 16, 2010  |  Added: April 03, 2010 | Visits: 3.278

Roulette Lucky Number Generator Get Roulette Lucky Number Generator by RouletteDoc.com to make your roulette gameplay more systematic! Roulette LNG is a special tool for online roulette players which generates personal lucky numbers recommended for player to bet on in the gameplay. To get your lucky numbers you must follow... Platforms: Windows

License: Freeware Size: 19.47 KB Download (330): Roulette Lucky Number Generator Download

Released: March 22, 2010  |  Added: April 05, 2010 | Visits: 1.647

SL Random Number Generator SL Random Number Generator is a program designed to generate random numbers. Program can exclude specific digits from random numbers. Output can be decimal, binary, hexadecimal, octal. Numbers can be sorted. Program can print or save all generated numbers. Platforms: Windows, Other

License: Shareware Cost: $19.95 USD Size: 171.02 KB Download (210): SL Random Number Generator Download

< 1 2 3 4 5