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

Hide Number App software
Filter: All | Freeware | Demo
 

Hide Number App

< 1 2 3 4 5 
Added: October 06, 2010 | Visits: 1.027

CGI::Ex::App CGI::Ex::App is a anti-framework application framework. Fill in the blanks and get a ready made web application. This module is somewhat similar in spirit to CGI::Application, CGI::Path, and CGI::Builder and any other "CGI framework." As with the others, CGI::Ex::App tries to do as much of the...



Platforms: *nix

License: Freeware Size: 215.04 KB Download (100): CGI::Ex::App Download

Added: April 19, 2010 | Visits: 819

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 (89): Number::WithError Download

Added: July 24, 2010 | Visits: 1.203

Apache::App::Gallery::Simple Apache::App::Gallery::Simple is an elegant and fast filesystem-based image galleries. SYNOPSIS < Location /photos > SetHandler perl-script PerlHandler Apache::App::Gallery::Simple; PerlSetVar GalleryRoot /vacation/images PerlSetVar GalleryName "My Vacation Photos" < /Location > <...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (97): Apache::App::Gallery::Simple Download

Added: July 27, 2010 | Visits: 961

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: April 11, 2010 | Visits: 1.095

App::Conf::File App::Conf::File is a Perl module to load and access configuration data. SYNOPSIS use App::Conf; $config = App::Conf->new(); $config = App::Conf->new(configFile => $file); print $config->dump(), "n"; # use Data::Dumper to spit out the Perl representation # accessors $property_value =...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::Conf::File Download

Added: October 08, 2010 | Visits: 832

App::Serializer::Properties App::Serializer::Properties is a Perl interface for serialization and deserialization. SYNOPSIS use App; $context = App->context(); $serializer = $context->service("Serializer"); # or ... $serializer = $context->serializer(); $data = { an => arbitrary, collection => [ of, data, ], of...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (96): App::Serializer::Properties Download

Added: August 20, 2010 | Visits: 1.024

App::installguide::hosted App::installguide::hosted is a Perl module to instructions on installing the App::Context framework in a web-hosting (non-root) environment. These are instructions on installing the App::Context framework in a web-hosting (non-root) environment. ASSUMPTIONS * You get command line access but...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (90): App::installguide::hosted Download

Added: May 01, 2010 | Visits: 1.190

App::Options App::Options is Perl module to combine command line options, environment vars, and option file values (for program configuration). SYNOPSIS #!/usr/local/bin/perl use App::Options; # reads option values into %App::options by default # do something with the options (in %App::options) use...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (96): App::Options Download

Added: March 09, 2010 | Visits: 1.106

App::Repository App::Repository is a logical data access layer for the App::Context Framework, providing a uniform API to access data in databases, file systems, remote web sites, etc. This is the App-Repository distribution, adding the data access layer service to App-Context. For more information, see the...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (89): App::Repository Download

Added: October 13, 2010 | Visits: 821

App::Context App::Context is an application framework for web applications, command-line programs, server programs, and web services. This is the App-Context distribution. For more information, see the web pages at http://www.officevision.com/pub/App-Context The mailing list is described at...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (96): App::Context Download

Added: September 07, 2010 | Visits: 950

JavaScript::App JavaScript::App is a Perl framework for building dynamic widgets or full applications in Javascript. SYNOPSIS see the documentation for "js-app" ("man js-app" or "perldoc js-app") "js-app" is a Javascript Application framework with which you can build rich web applications and widgets...


Platforms: *nix

License: Freeware Size: 41.98 KB Download (119): JavaScript::App Download

Added: March 03, 2010 | Visits: 858

SDL::App::FPS SDL::App::FPS is a framework for event-driven SDL games/applications. SYNOPSIS Subclass SDL::App::FPS and override some methods: package SDL::App::MyFPS; use strict; use SDL::App::FPS; use SDL; use base qw/SDL::App::FPS/; # override the method draw_frame with something to draw sub...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (100): SDL::App::FPS Download

Added: July 01, 2010 | Visits: 936

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

Added: November 07, 2010 | Visits: 950

SDL::OpenGL::App SDL::OpenGL::App is a Glut like wrapper for SDL OpenGL apps. SYNOPSIS use SDL::OpenGL::App; my $app=new SDL::OpenGL::App; $app->app_name("Gears"); $app->register_handler(init => &init, draw => &draw, events => &events, idle => &idle, reshape => &reshape, ); $app->run();...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (105): SDL::OpenGL::App Download

Added: September 25, 2010 | Visits: 737

App::SVNBinarySearch App::SVNBinarySearch is a container for functions in the svn_binary_search program. SYNOPSIS No user-serviceable parts inside. svn_binary_search is all that should use this. CONFIGURATION AND ENVIRONMENT App::SVNBinarySearch requires no configuration files or environment variables..


Platforms: *nix

License: Freeware Size: 5.12 KB Download (91): App::SVNBinarySearch Download

Added: October 14, 2010 | Visits: 1.540

Hide Menubar Hide Menubar is an extension used to hide your Mainmenu Toolbar automatically. Supports to hide your Mainmenu Toolbar automatically, you can press the ALT key to show it temporarily..


Platforms: *nix

License: Freeware Size: 4.1 KB Download (141): Hide Menubar Download

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

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

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

Released: June 06, 2010  |  Added: June 09, 2010 | Visits: 2.253

Drive Serial Number Editor Drive Serial Number Editor is a program that 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.43 MB Download (214): Drive Serial Number Editor Download

Released: May 20, 2015  |  Added: August 02, 2016 | Visits: 3.681

Mobile Number Generator The tool Mobile Number Generator has expertise in creating phone numbers in bulk. It is a tool that can generate numbers both in Sequential and Random formats. This tool can generate thousands of mobile numbers within minutes. The tool is very fast and precisely brings out the result in the...


Platforms: Windows, Windows 7

License: Shareware Cost: $29.95 USD Size: 875.35 KB Download (420): Mobile Number Generator Download

< 1 2 3 4 5