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

Cli Argument freeware
Filter: All | Freeware | Demo
 

Cli Argument

< 1 2 3 4 5 
Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 390

JDataCom Create ports (RS232/TCP/UDP/Terminal/File/ETH/DB/System) with GUI/SFC config file/CLI to display, modify, replay, store, decode flow of bytes or objects with loop/echo/paddings/... and delai/DB2XML/Stacks/Matrix/... management. Platforms: Windows, Mac, Linux

License: Freeware Size: 2.82 MB Download (76): JDataCom Download

Added: November 01, 2013 | Visits: 335

oradump oradump is a cli table dumping and sql execution tool for oracle. in dump mode it will dump selected tables to stdout in various formats. in exec mode it will read sql from a file or stdin and execute it on the remote oracle db. Platforms: *nix

License: Freeware Size: 20.48 KB Download (49): oradump Download

Released: December 01, 2012  |  Added: December 01, 2012 | Visits: 284

Regex-Matching Highlighter Accepts a regular expression as an argument and any matches found (stdin) will be highlighted (stdout) using shell color escape sequences. Good for looking through logs/monitoring console output/etc. Platforms: Windows, Mac, Linux

License: Freeware Size: 7.82 KB Download (46): Regex-Matching Highlighter Download

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 448

Sentential and Deducutive Reasoning When this project is complete, a user may enter in an deductive argument in standard form, and out pops a fresh, baked validity judgement. Platforms: Windows, Mac

License: Freeware Size: 5.99 KB Download (47): Sentential and Deducutive Reasoning Download

Released: June 12, 2012  |  Added: June 12, 2012 | Visits: 380

SQL*More SQL*More is a CLI tool to execute commands against SQL databases in the same vein as SQL*Plus for Oracle. Key features are database independence, a self-contained networking stack, a terminal friendly CLI implementation, and macro-like commands. Platforms: Windows, Mac, Linux

License: Freeware Size: 2.32 MB Download (47): SQL*More Download

Released: November 19, 2012  |  Added: November 19, 2012 | Visits: 542

ST@FF - Support Tool and Forum Frameset ST@FF is a discussion forum/notesboard, designed for problem tracking, organized by argument/topic, supports access control, logging, keywords, e-mail notification, multiple instances, configurable self-registration and guest users. Platforms: Windows, Mac, Linux

License: Freeware Size: 352.07 KB Download (46): ST@FF - Support Tool and Forum Frameset Download

Released: December 20, 2012  |  Added: December 20, 2012 | Visits: 272

The FatController The FatController aims to make it quick and painless to administer and monitor a wide range of devices communicating over many different protocols, through both a CLI and GUI interfaces. Intelligent autonomous datacollection and automatic documentation m Platforms: Windows, Mac, Linux

License: Freeware Size: 116.72 KB Download (47): The FatController Download

Released: July 22, 2012  |  Added: July 22, 2012 | Visits: 507

The Java-FTP-Client project A simple cross-platform ftp-client with a CLI and GUI coded in Java. Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 32.2 KB Download (48): The Java-FTP-Client project Download

Added: May 10, 2013 | Visits: 713

Generic command-line option parser This class can be used to write code that will parse command line options for an application by invoking one of the standard Python library command argument parser modules optparse or getopt. The class first tries to use optparse. It it is not there (< Python 2.3), it invokes getopt. However,... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Generic command-line option parser Download

Added: May 10, 2013 | Visits: 195

Views Node Feed 5.x-1.1 Any custom markup (XML, JSON, etc.) can be specified instead of just RSS.The module works by providing a view argument.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Views Node Feed 5.x-1.1 Download

Added: May 10, 2013 | Visits: 450

Book Bridge 5.x-1.x-dev It currently includes token integration which can allow for pathauto setups such as BOOKNAME/TITLE and a views argument for the book ID which can allow per-book searching.The functionality this module provides is already included in the core Book module in Drupal 6.InstallationUnpack in your... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (55): Book Bridge 5.x-1.x-dev Download

Added: May 10, 2013 | Visits: 249

Query Child Of $Page An extra argument is added to the list of arguments supported by query_posts().The new query argument "child_of" is used to add a WHERE to the database query to limit the pages returned to those with a post_page equal to the argument provided.InstallationUnpack and upload it to the... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Query Child Of $Page Download

Added: May 10, 2013 | Visits: 466

Persistent Queue This script contains a class that creates a persistent FIFO queue named by the 'name' argument. The number of cached queue items at the head and tail of the queue is determined by the optional 'cache_size' parameter.By default the marshal module is used to (de)serialize queue items, but you may... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Persistent Queue Download

Added: May 10, 2013 | Visits: 311

New Attribute Manager On using this contribution I was getting the following error when clicking on the "Edit Attributes" button for a particular product:Warning: Missing argument 3 for checkattribute() in [...]admin/new_attributes_functions.php on line 3On comparing the old new_attributes_include.php with the one in... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (56): New Attribute Manager Download

Added: May 10, 2013 | Visits: 302

Automatic Recursion This script presents you the tools for easy and stable recursion of current function when only selected arguments have to be changed. No more mixup of argument positions/names. No more forgetting. Useful as well for realizing delayed/repeated/serialized function calls. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Automatic Recursion Download

Added: May 10, 2013 | Visits: 338

Convert objects from string arguments Usually, although they are a character sequence, all the arguments when starting a program are making it a special format, and if they change an argument into various models and pass it, they are convenient. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Convert objects from string arguments Download

Added: May 10, 2013 | Visits: 577

Finding the value passed to a function by name Sometimes inside a decorator that creates a function with a generic (*args, **kwargs) signature, you want to access a value passed for a particular parameter name to a wrapped function, but don't know whether that value will be passed as a positional or keyword argument, or whether the wrapped... Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 460

Criteria-based cascading priority queue This module provides a simple criteria-based priority queue with "priority cascading".The criteria argument should be a sequence of callables that return boolean values. There is no need to add an "all pass" criterion at the end; the queue will add all non-matching items with the least... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Criteria-based cascading priority queue Download

Added: May 10, 2013 | Visits: 490

Paced Paced (PHP Accelerated CLI-APP Developer) is a small script which accelerates development of PHP command line interface applications by providing all necessary base functions. This includes program logging, input, and changing the running user. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (51): Paced Download

Added: May 10, 2013 | Visits: 578

W3C-PHP W3C-PHP is a php-cli script that can validate a list of URLs trough the W3C validator Web site with PHP-DOM functions. The script can follow the internal link (tag A) and validate it.The script is very easy to install, use and customize to suit your needs. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (58): W3C-PHP Download

< 1 2 3 4 5