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

Command Line Smtp Client freeware
Filter: All | Freeware | Demo
 

Command Line Smtp Client

< 1 2 3 4 5 
Added: May 06, 2010 | Visits: 1.778

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 (273): XGngeo 16 Download

Added: May 23, 2010 | Visits: 910

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 (98): chilli_control Download

Added: November 06, 2010 | Visits: 1.276

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 (108): The C++ Cmdline Library Download

Added: September 13, 2010 | Visits: 768

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: March 16, 2010 | Visits: 790

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 (99): debsync Download

Added: August 21, 2010 | Visits: 746

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 (93): Getopt::Clade Download

Added: September 12, 2010 | Visits: 794

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 (91): Getopt::Euclid Download

Added: April 08, 2010 | Visits: 955

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 (93): Getopt::Declare Download

Added: June 02, 2010 | Visits: 1.090

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 (113): flapjack Download

Added: March 23, 2010 | Visits: 1.129

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 (105): Virt Install Download

Added: March 17, 2010 | Visits: 812

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 (104): Getopt::Lucid 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: February 24, 2010 | Visits: 971

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: March 20, 2010 | Visits: 979

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 (97): mkat Download

Added: June 27, 2010 | Visits: 777

CSudoku CSudoku is a command line Sudoku solving program. CSudoku project solves the popular 9x9 versions of Sudoku using Donald Knuths Dancing Links algorithm. It was created as a fun exercise in computer programming and not necessarily to be a program useful to anyone in particular. There are many... Platforms: *nix

License: Freeware Size: 25.6 KB Download (94): CSudoku Download

Added: July 03, 2010 | Visits: 1.177

Gifsicle Gifsicle is a UNIX command-line tool for creating, editing, and getting information about GIF images and animations. With Gifsicle, making GIF animation is easy: % gifsicle --delay=10 --loop *.gif > anim.gif But extracting frames from animations is easy too: % gifsicle anim.gif #0 >... Platforms: *nix

License: Freeware Size: 286.72 KB Download (119): Gifsicle Download

Added: September 19, 2010 | Visits: 1.121

NBTScan-Ipanto NBTscan-Ipanto is a command-line tool that scans for NETBIOS devices on a local or remote TCP/IP network. NBTscan-Ipanto is more powerful than others NETBIOS scanners as it is designed not to flood ARP tables and firewalls. It gives very useful reports, including the username connected on each... Platforms: *nix

License: Freeware Size: 33.79 KB Download (124): NBTScan-Ipanto Download

Added: March 17, 2010 | Visits: 1.252

Streamsniff Streamsniff is a command line tool that sniffs network traffic for stream urls. I built it because I got tired chasing stream urls hidden behind loads of html and javascript. Run it as root, fire up your browser and start the stream you want to "expose". Streamsniff detects the initiation of... Platforms: *nix

License: Freeware Size: 20.48 KB Download (131): Streamsniff Download

Added: March 20, 2010 | Visits: 1.439

JBinHex JBinHex is both a library and a command-line tool, written in Java, to decode files in the Apple Macintosh BinHex 4.0 format. It accepts the following command line parameters: Either -u < url > or -f < file > to specify the source BinHexed file. If neither of those options is present,... Platforms: *nix

License: Freeware Size: 35.84 KB Download (104): JBinHex Download

Added: May 22, 2010 | Visits: 1.159

ID3iconv ID3iconv is a little Java command line tool to convert ID3 tags in mp3 files from whatever machine encoding you have to Unicode. It convert both ID3v1 tags and ID3v2 tags to Unicode-encoded ID3v2 (v2.3 or v2.4). This is sometimes useful because: ID3v1 or v2 dont really supports multi-byte... Platforms: *nix

License: Freeware Size: 38.91 KB Download (110): ID3iconv Download

< 1 2 3 4 5