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 49.592.891 Times

Ipad Command Line freeware
Filter: All | Freeware | Demo
 

Ipad Command Line

< 1 2 3 4 5 > 
Added: November 06, 2010 | Visits: 1.165

MyProfi 0.161 MyProfi project is a command line tool that parses mysql query log and outputs statistics of most frequently used queries, sorting them by number of times they appear in a log file. The similar queries are groupped together. Thus, select id from user where login="admin" and select id from user...



Platforms: *nix

License: Freeware Size: 6.14 KB Download (95): MyProfi 0.161 Download

Added: August 03, 2010 | Visits: 1.148

pxytest Pxytest is a command line utility to test a host for open proxies that are vulnerable to spammer abuse. Unsecured proxies currently are the most significant conduit of junk email. This is a particularly vexing problem, because open proxies, unlike open mail relays, hide the origin of the spam,...





Platforms: *nix

License: Freeware Size: 48.13 KB Download (96): pxytest Download

Added: May 06, 2010 | Visits: 1.771

XGngeo 16 XGngeo is a frontend (GUI) for Gngeo which is a powerful command line Neo Geo emulator for the GNU/Linux system (and may be some other Unices). Both are free softwares released under the GNU GPL license. XGngeo is written in Python and uses the PyGTK library to provide a complete, pratical, and...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (272): XGngeo 16 Download

Added: May 23, 2010 | Visits: 899

chilli_control chilli_control is a script that takes a command-line argument telling it what to do with your smoothwall, ie connect, disconnect, or get the status. This version is designed for smoothwall version 2.0 beta. You will need to edit the script to set it up for your smoothwall. If you use the same...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): chilli_control Download

Added: November 06, 2010 | Visits: 1.266

The C++ Cmdline Library The C++ Cmdline Library provides a framework for handling command line options and arguments. Either variables (of any type) are set to values given at the command line. Or user defined functions are called with arguments (of any type) read from the command line. It was developed and tested...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (103): The C++ Cmdline Library Download

Added: September 13, 2010 | Visits: 759

ripmake ripmake is a fully automatic command line ripping makefile generator for transcode. The idea of ripmake is to write a tool which automatically (i.e. with as few user interaction as possible) selects the best parameters for a given ripping task. It should inspect the source (e.g. a DVD or an AVI...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (94): ripmake Download

Added: February 02, 2010 | Visits: 1.327

cmdftp cmdftp is a command line FTP client for Unix. Features include passive mode for all data transfers, shell like transparent syntax for local and remote modes, multiple and recursive file transfers using wildcards, recursive copy and move commands, remote and local text file viewing and editing,...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (92): cmdftp Download

Added: March 16, 2010 | Visits: 775

debsync debsync is a Python command line tool which helps to synchronise the installed packages lists on several existing Debian GNU/Linux machines. debsync gets a list of installed packages from a master host, and installs or removes packages on several hosts to match the masters package list....


Platforms: *nix

License: Freeware Size: 12.29 KB Download (93): debsync Download

Added: August 21, 2010 | Visits: 737

Getopt::Clade Getopt::Clade is a Perl module with command-Line Argument Declaration Engine. This module is a placeholder for the real Getopt::Clade module. The module was supposed to be released by July 2005, to support the book "Perl Best Practices". Unfortunately, due to a series of family medical crises,...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (87): Getopt::Clade Download

Added: September 12, 2010 | Visits: 783

Getopt::Euclid Getopt::Euclid is Perl module executable uniform command-Line interface descriptions. SYNOPSIS use Getopt::Euclid; if ($ARGV{-i}) { print "Interactive mode...n"; } for my $x (0..$ARGV{-size}{h}-1) { for my $y (0..$ARGV{-size}{w}-1) { do_something_with($x, $y); } } __END__ =head1...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (90): Getopt::Euclid Download

Added: April 08, 2010 | Visits: 943

Getopt::Declare Getopt::Declare is a Perl module with Declaratively Expressed Command-Line Arguments via Regular Expressions. SYNOPSIS use Getopt::Declare; $args = Getopt::Declare->new($specification_string, $optional_source); # or: use Getopt::Declare $specification_string => $args; Getopt::Declare...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (87): Getopt::Declare Download

Added: June 02, 2010 | Visits: 1.079

flapjack flapjack is a command line utility to control the Belkin USB KVM switch with audio. The project can flip just video, just audio, or both. Right now, to use flapjack, you have to get the Linux kernel to present the Flip KVM as a hiddev device. This requires (as of kernel 2.6.20.4) a change to...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (109): flapjack Download

Added: March 23, 2010 | Visits: 1.119

Virt Install Virt Install is a command line tool built on top of libvirt that facilitates installation of virtual machines. Virt Install project supports installation of fully-virtualized Xen guest machines for arbitrary operating systems and installation of Xen paravirtualized Fedora/RHEL operating systems....


Platforms: *nix

License: Freeware Size: 32.77 KB Download (99): Virt Install Download

Added: March 17, 2010 | Visits: 803

Getopt::Lucid Getopt::Lucid is a clear, readable syntax for command line processing. SYNOPSIS use Getopt::Lucid qw( :all ); # basic option specifications with aliases @specs = ( Switch("version|V"), Counter("verbose|v"), Param("config|C"), List("lib|l|I"), Keypair("define"), Switch("help|h") );...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (98): Getopt::Lucid Download

Added: September 15, 2010 | Visits: 875

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: October 26, 2010 | Visits: 1.538

QuFTP QuFTP is a command line ftp client for Linux. It supports the selection of multiple files for upload and download, which are transfered with one command. I wrote this client out of because i didnt saw any reasonable FTP client for linux. I can almost guarantee that there are bugs in this thing,...


Platforms: *nix

License: Freeware Size: 93.18 KB Download (107): QuFTP Download

Added: February 24, 2010 | Visits: 955

symox symox (set your mouse on X) is a command line tool that automatically sets your mouse pointer to the given position if the mouse pointer isnt moving. It can be useful in an X11 startup script like your ~/.xsession. Usage ./symox [-iH] [-h height] [-w weight] [-d delay] & for help type:...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (128): symox Download

Added: April 20, 2010 | Visits: 1.157

Email Email sends email to remote SMTP servers via the command line, which makes it useful in cron jobs. It will send to any RFC standard remote ESMTP server, and will allow you to encrypt, sign, and design your message on the fly. It has the capability to use signature files with dynamic options,...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (99): Email Download

Added: September 15, 2010 | Visits: 926

gnuvd gnuvd is a command-line client to the online Van Dale dictionary for the Dutch language. Installation: tar xvfz gnuvd-1.0.2.tar.gz $ cd gnuvd-1.0.2 $ ./configure $ make $ make install Whats New in This Release: - Fixes for some memory related bugs. - Now works on the merciless...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (93): gnuvd Download

Added: March 20, 2010 | Visits: 967

mkat mkat is a set of command line tools for burning and cataloging data CD/DVD and audio CDs. The catalog can later be searched for certain files or an audio CD. Tags can be used to categorize CD/DVDs, e.g. comedy, drama, kids, sports. mkat is configured to use cdrecord/growisofs and mkisofs to do...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (91): mkat Download

< 1 2 3 4 5 >