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

Argument Pass software
Filter: All | Freeware | Demo
 

Argument Pass

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 424

Autosuper to the limit This script returns a tuple (cls,self,method), where:  -  cls is the class in wich you can find the definition of the method from which this function is called;  -  self is the instance passed as first argument to the method from which this function is called;  -  method is the unbound... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Autosuper to the limit Download

Added: August 28, 2013 | Visits: 182

dreque dreque is a persistent job queueing library using Redis and inspired by Resque. Usage: Submitting jobs: from dreque import Dreque def some_job(argument): pass dreque = Dreque("127.0.0.1") dreque.enqueue("queue", some_job, argument="foo") Worker: from dreque import DrequeWorker worker =... Platforms: *nix

License: Freeware Size: 10.24 KB Download (42): dreque Download

Released: November 28, 2013  |  Added: July 19, 2014 | Visits: 1.136

MobileWitch Pass Safe MobileWitch Pass Safe is a strong, innovative password manager software that also extends its utility over Pocket PCs or mobile phones providing highly encrypted passwords. Its purpose heavily assumed is to secure and store sensitive data and get that burden of large, delicate information off... Platforms: Windows, Windows 7, Symbian

License: Freeware Size: 1.28 MB Download (55): MobileWitch Pass Safe Download

Released: October 09, 2012  |  Added: October 09, 2012 | Visits: 692

M Pass Finder M Pass Finder is able to show stars passwords . you should drag ( hand ) image in program on your textbox (that contain * password ) and drop it then you can see the password in main . Platforms: Windows

License: Freeware Download (443): M Pass Finder Download

Released: June 10, 2012  |  Added: June 10, 2012 | Visits: 862

Microphone Pass-through Emulator Microphone Pass-through Emulator is designed for the newer sound cards that the direct playback from microphone to speaker is disabled, such as Realtek HD sound cards. This means you cannot hear what you speak to your mic from your speaker. This playback feature is a very important or must-have... Platforms: Windows

License: Shareware Cost: $14.99 USD Size: 481 KB Download (599): Microphone Pass-through Emulator Download

Added: May 10, 2013 | Visits: 482

Single-pass Multiple Replace This script shows you how to use the Python standard re module to perform single-pass multiple string substitution using a dictionary. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Single-pass Multiple Replace Download

Added: May 10, 2013 | Visits: 392

Automatic argument type conversion This decorator can be used to cast argument types automatically, using a pre-specified list of types, when a function is called. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Automatic argument type conversion Download

Added: May 10, 2013 | Visits: 518

GAA Argument Analyser GAA Argument Analyser allows you to analyze the arguments given to a program from the command line. You must create a configuration file in GAA language, and GAA will provide you .c and .h files to manage arguments. Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (53): GAA Argument Analyser Download

Added: April 29, 2013 | Visits: 554

Pass Menu (in frames) After the user selects an option in the pulldown menu in the left frame, this javascript can pass that option's value into a text box in the right frame when the button is clicked. Platforms: JavaScript

License: Freeware Size: 10 KB Download (50): Pass Menu (in frames) Download

Added: July 03, 2013 | Visits: 675

Pass Textbox (in frames) This script copies the text in a box in the left frame into a box in the right frame when a button is clicked. This is a clever way to pass values in frames. Platforms: JavaScript

License: Freeware Size: 10 KB Download (53): Pass Textbox (in frames) Download

Added: June 14, 2013 | Visits: 349

Views nids argument Allows you to specify an array of nids as a view argument. Platforms: PHP

License: Freeware Size: 10 KB Download (40): Views nids argument Download

Added: May 19, 2013 | Visits: 436

Argument Picker API Argument Picker is a simple API to access and elaborate arguments in a flexible way.Basically it allows, given URL arguments like:example.com/myview/make:Volkswagen/model:Polo/year:2008/to retrieve one of those arguments through a function:arg_picker_get_selector_argument("make")which - in the... Platforms: PHP

License: Freeware Size: 10 KB Download (44): Argument Picker API Download

Released: December 01, 2016  |  Added: December 07, 2016 | Visits: 649

Visitor Gate Pass Management Software Visitor Gate Pass Management Software provides complete solution to design and print visitor ID card or gate pass with different size, shapes and various designing objects including text, line, ellipse, barcode, picture, watermark, signature, symbols etc. Visitor ID card maker program facilitates... Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $49.00 USD Size: 8.82 MB Download (60): Visitor Gate Pass Management Software Download

Released: December 23, 2016  |  Added: December 28, 2016 | Visits: 769

Gate Pass Management Gate Pass Management Software provide facility to design visitor ID card or gate pass for visitors with all required details and using various drawing including Text, Line, Rectangle, Ellipse, Triangle, Star, Symbols, Picture, Library Image, Signature, Barcode and Watermark. Visitor management... Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $49.00 USD Size: 8.82 MB Download (58): Gate Pass Management Download

Released: July 22, 2002  |  Added: October 09, 2006 | Visits: 2.782

Multi-Pass The Multi-Pass is easy to use and secured program that allow you to store your private information, and have instant access to it. The distinguishing feature of Multi-Pass - is invisible password: your password is never shown at the screen. The password appears in clipboard for the time,... Platforms: Windows

License: Freeware Size: 814 KB Download (169): Multi-Pass Download

Added: September 15, 2010 | Visits: 886

Getopt::Tiny Getopt::Tiny is yet another command line argument parsing module. SYNOPSIS use Getopt::Tiny; my $arg = default value; my @list; my %hash; my $flag; my %set; # begin usage info my (%flags) = ( argx => $arg, # set a parameter listx => @list, # fill in a list hashx => %hash, # set... Platforms: *nix

License: Freeware Size: 5.12 KB Download (87): Getopt::Tiny Download

Added: April 14, 2010 | Visits: 849

Getopt::GetArgs GetArgs is a Perl module to allow enhanced argument passing, including passing of case-insensitive named arguments as well as positioned arguments. SYNOPSIS sub WHATEVER { my @DEFAULT_ARGS = ( Content => "Default content", Verbose => 0 ); my %ARGS=GetArgs(@_,@DEFAULT_ARGS); # do some... Platforms: *nix

License: Freeware Size: 4.1 KB Download (86): Getopt::GetArgs Download

Added: January 25, 2010 | Visits: 801

King of Dragon Pass Updater King of Dragon Pass 1.7 Updater fixes small bugs and typos. It also improves some of the advice, and adjusted the difficulty of the Average and Hard games. Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 1.6 MB Download (100): King of Dragon Pass Updater Download

Released: December 02, 2012  |  Added: December 02, 2012 | Visits: 882

Three Card Three Pass Klondike Solitaire 3 Card 3 Pass Klondike Solitaire Card Game is just like traditional solitaire with a 3 card waste. This solitaire card game not only has an auto-save feature so you can come back and play free solitaire whenever you like, but it also has a 3 pass setting--making it more difficult that your... Platforms: Windows, Mac, Other, Pocket PC, Android, BlackBerry, iPhone, iPod, iTouch, Palm

License: Freeware Size: 5.17 MB Download (65): Three Card Three Pass Klondike Solitaire Download

Released: August 24, 2012  |  Added: August 24, 2012 | Visits: 648

One Card Three Pass Klondike Solitaire 1 Card 3 Pass Klondike Solitaire is medium difficulty level version of the card game Klondike Solitaire. It is just like traditional solitaire, played with a single card to cycle through the deck, but you only get 3 passes through the deck before the game is over. This makes the card game... Platforms: Windows, Mac, Other, Pocket PC, Android, BlackBerry, iPhone, iPod, iTouch, Palm

License: Freeware Size: 5.17 MB Download (52): One Card Three Pass Klondike Solitaire Download

1 2 3 4 5 >