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

Telephone Number Blocking freeware
Filter: All | Freeware | Demo
 

Telephone Number Blocking

< 1 2 3 4 5 > 
Released: August 25, 2012  |  Added: August 25, 2012 | Visits: 358

AddressUpdate AddressUpdate is a free utility that monitors your Mac OS X Address Book database for changes. Whenever such a change occurs, for example when editing or creating a contact, it will try to retrieve additional information about that contact from the Internet – based on any given telephone number... Platforms: Mac

License: Freeware Size: 1.4 MB Download (58): AddressUpdate Download

Added: May 10, 2013 | Visits: 557

Bank of America eStores Module Apparently, credit cards would AUTOMATICALLY be charged with this feature enabled, even with INVALID CVV numbers, expiration dates, etc. I have changed the default setting to FALSE (disabled). After carefully reading the documentation, this should only be enabled if you are performing digital... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (65): Bank of America eStores Module Download

Added: June 08, 2013 | Visits: 510

EasyQR This widget allow you to display your contact information (or other such as sms to, email to, note, MEcard and etc) in qr code form.This widget works by displaying a qrcode which was defined by blogger to put contact information. Get qr contact information format from... Platforms: PHP

License: Freeware Size: 10 KB Download (46): EasyQR Download

Added: July 14, 2013 | Visits: 484

Net::SDP Net::SDP is an SDP (Session Description Protocol) parser and generator. Net::SDP is object oriented and a single instance of Net::SDP represents a single SDP session description. There are methods to easily get, set and create each of the fields in the session description. The classes... Platforms: *nix

License: Freeware Size: 20.48 KB Download (37): Net::SDP Download

Added: September 03, 2013 | Visits: 468

WDM Network Blocking Computation Toolbox The aim of this toolbox is to compute blocking probabilities in WDM networks. This work was based on [1], [2], [3], [4] and user is referred to those papers for deeper study.Because WDM networks are circuit switched loss networks blocking may occur because of lack of resources. Also in circuit... Platforms: Matlab

License: Freeware Size: 40.96 KB Download (46): WDM Network Blocking Computation Toolbox Download

Released: November 22, 2012  |  Added: November 22, 2012 | Visits: 1.035

Mobile Number Tracer Mobile Number Tracer traces the information about any mobile number code like Service Provider, State, or Reference City. It is useful for tracing out from where a user got a missed call. Mobile Number Tracer is valid for India only. It also includes, STD Code Finder Country Code Finder Search... Platforms: Handheld/Mobile Other, Java, Other

License: Freeware Download (87): Mobile Number Tracer Download

Released: November 01, 2001  |  Added: March 04, 2006 | Visits: 6.657

Callserve Internet Telephone Callserve’s free software enables low cost high quality PC to phone calls to any telephone in the World. Because calls are sent through the Internet, prices are a fraction of those charged by traditional telephone companies, starting at 3 p per minute to the UK and USA, regardless of where you...

License: Freeware Size: 3 KB Download (885): Callserve Internet Telephone Download

Released: February 15, 2006  |  Added: March 18, 2007 | Visits: 6.601

Form Spam Blocking Script The Form Spam Blocking Script will block form submissions that include user defined blocked words, effectively stopping all form spam including automated scripts and user submitted data. It is designed to run with any Form1 based form processing code including Form1 Builder Software, Form1... Platforms: Windows, Mac

License: Freeware Size: 1005 B Download (260): Form Spam Blocking Script Download

Released: February 16, 2008  |  Added: February 22, 2008 | Visits: 2.253

MB Free Personal Month Number MB Free Personal Month Number Software is an user-friendly yet simple software that basically predicts what lies ahead of you in the calendar month ahead. This software helps you to realize that every particular month has a specific energy, which should be effectively harnessed for your own... Platforms: Windows

License: Freeware Size: 651.71 KB Download (525): MB Free Personal Month Number Download

Released: July 01, 2009  |  Added: September 16, 2009 | Visits: 2.644

Random Number Software Random number Software is an powerful & easy to operate program to generate a list of random numbers. Random number Software is cultivated on windows platform, software supported on all the Windows OS versions. Software also provides you the feature to create list of sequential numbers and... Platforms: Windows

License: Freeware Size: 960.41 KB Download (242): Random Number Software Download

Added: January 18, 2010 | Visits: 1.213

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: August 04, 2010 | Visits: 1.148

Voicent Voicent is a Perl interface for making telephone calls using Voicent Gateway. You can use this interface module to make telephone calls from your perl program, provided that the Voicent Gateway is installed and can be accessed through HTTP. There is a FREE version of Voicent Gateway program... Platforms: *nix

License: Freeware Size: 4.1 KB Download (107): Voicent Download

Added: March 06, 2010 | Visits: 1.227

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

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: February 27, 2010 | Visits: 880

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: 825

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: July 27, 2010 | Visits: 966

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: 941

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: February 16, 2010  |  Added: April 03, 2010 | Visits: 3.275

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: June 12, 2011  |  Added: June 27, 2011 | Visits: 1.778

Phone number location lookup 2011 Phone Number Location Lookup 2011 is a free software which helps you to determine the geographical location of any US phone number. You can enter any US phone number and the application will search and find its location. The location is neatly displayed on the Google maps included inside the... Platforms: Windows

License: Freeware Size: 7.26 MB Download (1207): Phone number location lookup 2011 Download

< 1 2 3 4 5 >