command line parameter
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5645
Command Line WRAPper 0.3.0
Command Line WRAPper is a tool to build and run commands from input lines. more>>
Command Line WRAPper is a tool that provides an easy way to build and run commands from input lines, avoiding the use of shell script. It is similar to xargs.
clwrap can make great things with the locate command, and is low resource intensive. It can also do some not-quite-fun works like multiple configure/make/make install after a fresh system installation. In practice, you have to generate a list of files/directories you want to manage, clwrap takes it in standard input and apply the command you want to apply for each files (lines) in input.
But you can do much more, in fact, its up to you to find how to use it ;).
examples:
- copying several files into one specific directory:
locate myfiles | clwrap -e cp {} mydir/
- renaming several files:
ls -1 ultra*
| clwrap -e "echo -n mv -v {}" -e "echo {} | sed s/ultra/ /"
| clwrap -e {}
- running a specific line in the shell history:
history | grep "482" | head -n 1 | sed s/ *[0-9]* *// | clwrap -v -e {}
- try all tv norms and frequency tables possible combinations with scantv:
cat norm
| clwrap -e "cat freq | clwrap -e echo scantv -n {} -f {}"
| clwrap -e {} > file 2>&1
- reformat source code, after a backup of course:
ls -1 | clwrap -e "cp {} {}.orig && flip -u {} && cat {}
| sed s/^[ t]*$//;/^$/d
| indent -kr -bad -bap -bbb -sob -i8 -l100 {} -o {}.tmp
&& mv {} tmp && mv {}.tmp {}"
<<lessclwrap can make great things with the locate command, and is low resource intensive. It can also do some not-quite-fun works like multiple configure/make/make install after a fresh system installation. In practice, you have to generate a list of files/directories you want to manage, clwrap takes it in standard input and apply the command you want to apply for each files (lines) in input.
But you can do much more, in fact, its up to you to find how to use it ;).
examples:
- copying several files into one specific directory:
locate myfiles | clwrap -e cp {} mydir/
- renaming several files:
ls -1 ultra*
| clwrap -e "echo -n mv -v {}" -e "echo {} | sed s/ultra/ /"
| clwrap -e {}
- running a specific line in the shell history:
history | grep "482" | head -n 1 | sed s/ *[0-9]* *// | clwrap -v -e {}
- try all tv norms and frequency tables possible combinations with scantv:
cat norm
| clwrap -e "cat freq | clwrap -e echo scantv -n {} -f {}"
| clwrap -e {} > file 2>&1
- reformat source code, after a backup of course:
ls -1 | clwrap -e "cp {} {}.orig && flip -u {} && cat {}
| sed s/^[ t]*$//;/^$/d
| indent -kr -bad -bap -bbb -sob -i8 -l100 {} -o {}.tmp
&& mv {} tmp && mv {}.tmp {}"
Download (0.042MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1664 downloads
Command line Calculator 1.01
Command Line calculator CLC is the calculator that can calculate direct at the linux console. more>>
Command Line calculator "CLC" is the calculator that can calculate direct at the Linux console.
Extract the CLCC file to /usr/bin you might need to login as root or equvalent account, to be able to access it whenever you need it.
Then just write CLCC 67+89 and the answer will be presented to you directly.
CLCC calculates from left to right with no exceptions. CLC also have some extra parameters that is sent to CLC using backslash parameters.
CLCC r2 10/3 this will round the result to 2 decimals you can use 1 to 9 if you want to round the sum of.
the r parameter can also be combined with the other parameters but it must be added first like this
CLCC r3c 10/3 - to get 10 diveded with 3 rounded down to 3 decimals.
CLCC is tested with Ubuntu 6.10 and Puppy OS 2.13 but should work with any Linux version in console mode.
The program is developed using Hotbasic for Linux and is Freeware, hope you find it useful, send and email if you have any questions.
Hotbasic is a basic language that compiles into assembler direct, no interpeter that slows down the code, just pure assembler.
So if you want assembler in Linux but doesnt want to code in nasm, HotBasic is the compiler for you.
<<lessExtract the CLCC file to /usr/bin you might need to login as root or equvalent account, to be able to access it whenever you need it.
Then just write CLCC 67+89 and the answer will be presented to you directly.
CLCC calculates from left to right with no exceptions. CLC also have some extra parameters that is sent to CLC using backslash parameters.
CLCC r2 10/3 this will round the result to 2 decimals you can use 1 to 9 if you want to round the sum of.
the r parameter can also be combined with the other parameters but it must be added first like this
CLCC r3c 10/3 - to get 10 diveded with 3 rounded down to 3 decimals.
CLCC is tested with Ubuntu 6.10 and Puppy OS 2.13 but should work with any Linux version in console mode.
The program is developed using Hotbasic for Linux and is Freeware, hope you find it useful, send and email if you have any questions.
Hotbasic is a basic language that compiles into assembler direct, no interpeter that slows down the code, just pure assembler.
So if you want assembler in Linux but doesnt want to code in nasm, HotBasic is the compiler for you.
Download (0.006MB)
Added: 2007-02-16 License: Freeware Price:
985 downloads
C++ Command Line Library 0.3
C++ Command Line Library provides a framework for handling command line options and arguments. more>>
C++ Command Line 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 using kdevelop 2.1 and gcc 2.95.3 on SuSE Linux 7.3.x
Main features:
- Easy extraction of command line arguments
- Automatic conversion of command line arguments to any type (even user defined classes)
- Convenient handling of command line usage errors by exceptions
- Complete documentation
- And all this is absolutely free
<<lessIt was developed and tested using kdevelop 2.1 and gcc 2.95.3 on SuSE Linux 7.3.x
Main features:
- Easy extraction of command line arguments
- Automatic conversion of command line arguments to any type (even user defined classes)
- Convenient handling of command line usage errors by exceptions
- Complete documentation
- And all this is absolutely free
Download (0.83MB)
Added: 2006-11-15 License: LGPL (GNU Lesser General Public License) Price:
1084 downloads
Command Line Content Management System 0.6
Command Line Content Management System is my own command line content management system. more>>
Command Line Content Management System is my own command line content management system. Its not a dynamic cms, but a script that takes a source tree and creates a web site out of it.
The idea came to me when i was using m4 for my website to generate the HTML, but i did not like the idea that i was still typing HTML in my pages, even if it was simplified by using macros. I was updating a wiki page somewhere when it hit me: i wanted a command line system that was able to take wiki style input for page content. The result is clcms.
Its in beta state at the moment, mostly to try out some different approaches to various
challenges. But i thought id share it now, so if youre interested and might have some ideas on where to go from here, drop me a line (or a patch). At least it can build this site and the tutorial site, but anything more fancy will probably not work.
Its also a way for me to learn Python, so i might in my ignorance produce some weird constructs here and there. Please let me know, but be gentle.
Main features:
- Updates should be possible with a terminal and an editor
- Content is stored in a directory tree
- Adding pages (or items?) should be as easy as creating a new file and typing some lines in it.
- For default pages/items no config necessary
- No HTML, XML or anything alike for normal usage
- All pages have their binary content (images, download files) in the directory of the page itself
- All output is static, no generating on the fly
Usage:
After untarring the tarball, add < dir>/bin to your path or copy bin/clcms.py to a directory in your path.
You can now go to < dir>/examples/documentation and build the tutorial by running
clcms.py
Now wasnt that easy?
Point your browser to file://< dir>/examples/documentation/out/index.html and see the result of all your hard work.
If it did not work, its not your fault. Just remember that version number.
Enhancements:
- .page files can now contain content attributes.
- Filename extensions are removed and replaced by attribute lines in .page files.
- The page.meta file should now be called page.attr.
- The nomenu option had disappeared in a previous release, and has been put back.
<<lessThe idea came to me when i was using m4 for my website to generate the HTML, but i did not like the idea that i was still typing HTML in my pages, even if it was simplified by using macros. I was updating a wiki page somewhere when it hit me: i wanted a command line system that was able to take wiki style input for page content. The result is clcms.
Its in beta state at the moment, mostly to try out some different approaches to various
challenges. But i thought id share it now, so if youre interested and might have some ideas on where to go from here, drop me a line (or a patch). At least it can build this site and the tutorial site, but anything more fancy will probably not work.
Its also a way for me to learn Python, so i might in my ignorance produce some weird constructs here and there. Please let me know, but be gentle.
Main features:
- Updates should be possible with a terminal and an editor
- Content is stored in a directory tree
- Adding pages (or items?) should be as easy as creating a new file and typing some lines in it.
- For default pages/items no config necessary
- No HTML, XML or anything alike for normal usage
- All pages have their binary content (images, download files) in the directory of the page itself
- All output is static, no generating on the fly
Usage:
After untarring the tarball, add < dir>/bin to your path or copy bin/clcms.py to a directory in your path.
You can now go to < dir>/examples/documentation and build the tutorial by running
clcms.py
Now wasnt that easy?
Point your browser to file://< dir>/examples/documentation/out/index.html and see the result of all your hard work.
If it did not work, its not your fault. Just remember that version number.
Enhancements:
- .page files can now contain content attributes.
- Filename extensions are removed and replaced by attribute lines in .page files.
- The page.meta file should now be called page.attr.
- The nomenu option had disappeared in a previous release, and has been put back.
Download (0.024MB)
Added: 2006-03-21 License: GPL (GNU General Public License) Price:
1312 downloads
WhileInterpreter 4.2
WhileInterpreter is an interpreter for the WHILE programming language used for learning purpose. more>>
WhileInterpreter is an interpreter for the WHILE programming language used for learning purpose.
WhileInterpreter has few constructs and easy semantics.
Command line interpreters allow users to issue various commands in a very efficient (and often terse) way. This requires the user to know the names of the commands and their parameters, and the syntax of the language that is interpreted. From the 1960s onwards, user interaction with computers was primarily by means of command line interfaces.
In the 1970s, researchers began to develop graphical user interfaces (GUIs)to provide an alternative user interface for computers, whereby commands were represented by pictorial operations, rather than as textual descriptions. Since they are easier to learn than command line interfaces, they have become the most common way of interacting with a computer.
However, command line interpreters remain widely used in conjunction with GUIs. For some complex tasks, the latter are less effective because of the large number of menus and dialog boxes presented and because of the innate difficulty of representing the underlying task graphically.
<<lessWhileInterpreter has few constructs and easy semantics.
Command line interpreters allow users to issue various commands in a very efficient (and often terse) way. This requires the user to know the names of the commands and their parameters, and the syntax of the language that is interpreted. From the 1960s onwards, user interaction with computers was primarily by means of command line interfaces.
In the 1970s, researchers began to develop graphical user interfaces (GUIs)to provide an alternative user interface for computers, whereby commands were represented by pictorial operations, rather than as textual descriptions. Since they are easier to learn than command line interfaces, they have become the most common way of interacting with a computer.
However, command line interpreters remain widely used in conjunction with GUIs. For some complex tasks, the latter are less effective because of the large number of menus and dialog boxes presented and because of the innate difficulty of representing the underlying task graphically.
Download (0.021MB)
Added: 2006-03-16 License: Free For Educational Use Price:
1317 downloads
Tk::CmdLine
Tk::CmdLine contains process standard X11 command line options and set initial resources. more>>
Tk::CmdLine contains process standard X11 command line options and set initial resources.
SYNOPSIS
Tk::CmdLine::SetArguments([@argument]);
my $value = Tk::CmdLine::cget([$option]);
Tk::CmdLine::SetResources((@resource | $resource) [, $priority]);
Tk::CmdLine::LoadResources(
[ -symbol => $symbol ]
[ -file => $fileSpec ]
[ -priority => $priority ]
[ -echo => $fileHandle ] );
Process standard X11 command line options and set initial resources.
The X11R5 man page for X11 says: "Most X programs attempt to use the same names for command line options and arguments. All applications written with the X Toolkit Intrinsics automatically accept the following options: ...". This module processes these command line options for perl/Tk applications using the SetArguments function.
This module can optionally be used to load initial resources explicitly via function SetResources, or from specified files (default: the standard X11 application-specific resource files) via function LoadResources.
<<lessSYNOPSIS
Tk::CmdLine::SetArguments([@argument]);
my $value = Tk::CmdLine::cget([$option]);
Tk::CmdLine::SetResources((@resource | $resource) [, $priority]);
Tk::CmdLine::LoadResources(
[ -symbol => $symbol ]
[ -file => $fileSpec ]
[ -priority => $priority ]
[ -echo => $fileHandle ] );
Process standard X11 command line options and set initial resources.
The X11R5 man page for X11 says: "Most X programs attempt to use the same names for command line options and arguments. All applications written with the X Toolkit Intrinsics automatically accept the following options: ...". This module processes these command line options for perl/Tk applications using the SetArguments function.
This module can optionally be used to load initial resources explicitly via function SetResources, or from specified files (default: the standard X11 application-specific resource files) via function LoadResources.
Download (5.7MB)
Added: 2007-08-21 License: Perl Artistic License Price:
794 downloads
Randomize Lines 0.2.6
Randomize Lines (rl) is a command-line tool that reads lines from an input file or stdin. more>>
Randomize Lines (rl) is a command-line tool that reads lines from an input file or stdin, randomizes the lines and outputs a specified number of lines. It does this with only a single pass over the input while trying to use as little memory as possible.
I wrote rl in my spare time mainly to be able to select a random audio file to play when my toast is done (script in combination with find and sleep). Another reason was to familiarize myself with autoconf and friends.
The most recent version of this page can be found at http://ch.tudelft.nl/~arthur/rl/.
Warning: rl is software in development. The command line options and default behavior may change between releases.
Another Warning: I have mostly lost interest in this project and am not planning on doing much development on it any more. I will however still accept patches and fix important bugs (this more or less contradicts the previous warning).
Enhancements:
- A dangerous example was removed from the manual page and was replaced by several benign ones.
<<lessI wrote rl in my spare time mainly to be able to select a random audio file to play when my toast is done (script in combination with find and sleep). Another reason was to familiarize myself with autoconf and friends.
The most recent version of this page can be found at http://ch.tudelft.nl/~arthur/rl/.
Warning: rl is software in development. The command line options and default behavior may change between releases.
Another Warning: I have mostly lost interest in this project and am not planning on doing much development on it any more. I will however still accept patches and fix important bugs (this more or less contradicts the previous warning).
Enhancements:
- A dangerous example was removed from the manual page and was replaced by several benign ones.
Download (0.12MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
861 downloads
Callintegrator 2.2
Callintegrator project uses the phone numbers in your address book to initiate a call via services like peterzahlt.de more>>
Callintegrator project uses the phone numbers in your address book to initiate a call via services like peterzahlt.de or freecall.com.
Just click on the phone number and your phone rings. Setup is very easy. Currently, only freecall.com and peterzahlt.de are supported.
Usage:
The package comes with two programs: callintegrator and initcall. initcall setups the call, so to speak it does the real work. It can be started with command line parameters or it takes them out of a configuration file ~/.callintegrator. callintegrator is a Qt4 GUI to set these parameters. If the same parameter is set in the configuration file and as a command line switch the value given per command line switch will be used.
After installation start callintegrator and enter the parameter values.
Now integrate callintegrator into your address book. For kaddressbook do the following: Open kaddressbook and goto Settings -> Configure Address Book -> General -> Script Hooks -> Phone. Enter initcall < options > -t "%N". Since all parameters are stored in the config file there is usually no need to enter any options here.
Enhancements:
- support of voipbuster.com
<<lessJust click on the phone number and your phone rings. Setup is very easy. Currently, only freecall.com and peterzahlt.de are supported.
Usage:
The package comes with two programs: callintegrator and initcall. initcall setups the call, so to speak it does the real work. It can be started with command line parameters or it takes them out of a configuration file ~/.callintegrator. callintegrator is a Qt4 GUI to set these parameters. If the same parameter is set in the configuration file and as a command line switch the value given per command line switch will be used.
After installation start callintegrator and enter the parameter values.
Now integrate callintegrator into your address book. For kaddressbook do the following: Open kaddressbook and goto Settings -> Configure Address Book -> General -> Script Hooks -> Phone. Enter initcall < options > -t "%N". Since all parameters are stored in the config file there is usually no need to enter any options here.
Enhancements:
- support of voipbuster.com
Download (0.054MB)
Added: 2007-07-28 License: GPL (GNU General Public License) Price:
821 downloads
The C++ Cmdline Library 0.3
The C++ Cmdline Library provides a framework for handling command line options and arguments. more>>
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 using kdevelop 2.1 and gcc 2.95.3 on SuSE Linux 7.3.
Main features:
- Easy extraction of command line arguments
- Automatic conversion of command line arguments to any type (even user defined classes)
- Convenient handling of command line usage errors by exceptions
- Complete documentation
- And all this is absolutely free
<<lessEither 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 using kdevelop 2.1 and gcc 2.95.3 on SuSE Linux 7.3.
Main features:
- Easy extraction of command line arguments
- Automatic conversion of command line arguments to any type (even user defined classes)
- Convenient handling of command line usage errors by exceptions
- Complete documentation
- And all this is absolutely free
Download (0.83MB)
Added: 2006-12-14 License: LGPL (GNU Lesser General Public License) Price:
1046 downloads
cadaver 0.22.5
cadaver is a command-line WebDAV client for Unix. more>>
cadaver is a command-line WebDAV client for Unix. cadaver project supports file download, upload, on-screen display, namespace operations (move/copy), collection creation and deletion, and locking operations.
cadaver is free software, distributed under the GNU GPL. Patches, bug reports, questions and so on should be sent to the mailing list (for which an archive is also available).
<<lesscadaver is free software, distributed under the GNU GPL. Patches, bug reports, questions and so on should be sent to the mailing list (for which an archive is also available).
Download (0.70MB)
Added: 2007-01-24 License: GPL (GNU General Public License) Price:
1004 downloads
clive 0.2.0
clive is a command line program that extracts videos from YouTube and Google Video websites. more>>
clive is a command line program that extracts videos from YouTube and Google Video websites. The project supports embedded video extraction, and can be used with ffmpeg to re-encode the extracted videos to different video formats (avi, mpeg, flv).
<<less Download (0.023MB)
Added: 2007-04-28 License: GPL (GNU General Public License) Price:
914 downloads
xconfig 2.1.0
xconfig is a tool to configure XF86Config and xorg.conf from the command line. more>>
xconfig projetc is a software to configure XF86Config and xorg.conf from the command line.
xconfig is licensed under GPLv2.
<<lessxconfig is licensed under GPLv2.
Download (0.035MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1218 downloads
Digital Camera Protocol 0.0
Digital Camera Protocol is another command-line utility for DC21x cameras, this one looks and works just like ftp command. more>>
Digital Camera Protocol is another command-line utility for DC21x cameras, this one looks and works just like "ftp" command. Not written by me, but uses some of my low-level Kodak code from digicam.
<<less Download (0.015MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1102 downloads
gimmage 0.2.3
gimmage is an image viewer that is perfect for command line usage as it accepts directories and image filenames as arguments. more>>
gimmage is an image viewer that is perfect for command line usage as it accepts directories and image filenames as arguments.
It has an in-application file browser that allows users to select and drag images and directories into the image viewing area in order to have them displayed.
<<lessIt has an in-application file browser that allows users to select and drag images and directories into the image viewing area in order to have them displayed.
Download (0.024MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
849 downloads
gmodconfig 0.6
gmodconfig aims to provide a simple way for end-users to download, install, configure and update Linux kernel modules. more>>
gmodconfig aims to provide a simple way for end-users to download, install, configure and update Linux kernel modules, in the language of their choosing, through an easy-to-use graphic interface.
gmodconfig is a Gnome application which allows Linux users to:
Main features:
- configure kernel modules parameters, in their native language (if such translations exist),
- check for new versions of kernel modules, as well as download, build and install those
- access kernel modules informations (license, authors, link to website)
Its mainly aimed at inexperienced Linux users, however even long time Linux users might find it useful!
A user might have to set or modify kernel modules parameters in order to get a device driver to work properly on his/her system. One way to assign values to kernel modules parameters is to edit the /etc/modules.conf file. Another way is to load the kernel modules manually on the command line and pass them parameter values at that time. Neither of which is convenient or doable by non-experienced users.
Non-English speakers might find configuring kernel modules parameters even more difficult since informations on parameters returned by modinfo are only available in English.
Another obstacle is that the set of valid parameters values is not always apparent in modinfos output. For example an "on/off" type of parameter will be documented as being an integer, since boolean is not a supported type. Or an integer parameter whose valid values are 0, 1 and 2 might be documented as integer instead of a [0,2] array. This might make it difficult to users to figure out which values can be assigned to a parameter.
Checking for updates, download, build and install a new version of a Linux kernel module is not an easy task for newbie Linux users. There ought to be an easy and automated way to do all this.
gmodconfig solves these problems by reading accurate parameter types, parameter descriptions translations, and extra informations such as a link to the module authors website from XML files, that are released along with gmodconfig. Using this data as well as modinfos output, gmodconfig is able to dynamically build a user-friendly graphic interface which presents the list of parameters that each kernel modules supports.
Boolean parameters can be toggled on and off with a check box. Array parameters, that is, parameters whose valid values fall between a "min" and a "max" values are represented by a pulldown list. Other types of parameters are simple text entry fields.
Users can navigate through the available modules or search a module by name, change parameters settings at will, and will be able (in a future release) to "give it a try" by (re)loading modules, all from the graphic interface. Unsaved modifications can be cancelled at any time, and can also be written out to the /etc/modules.conf configuration file.
Users have the ability to check for new releases of a module if the module author is keeping an XSA file up-to-date on the Net. The gmodconfigedit tool helps module authors create and update those XSA files.
Finally, gmodconfig supports downloading and installing DKMS packages (work in progress).
<<lessgmodconfig is a Gnome application which allows Linux users to:
Main features:
- configure kernel modules parameters, in their native language (if such translations exist),
- check for new versions of kernel modules, as well as download, build and install those
- access kernel modules informations (license, authors, link to website)
Its mainly aimed at inexperienced Linux users, however even long time Linux users might find it useful!
A user might have to set or modify kernel modules parameters in order to get a device driver to work properly on his/her system. One way to assign values to kernel modules parameters is to edit the /etc/modules.conf file. Another way is to load the kernel modules manually on the command line and pass them parameter values at that time. Neither of which is convenient or doable by non-experienced users.
Non-English speakers might find configuring kernel modules parameters even more difficult since informations on parameters returned by modinfo are only available in English.
Another obstacle is that the set of valid parameters values is not always apparent in modinfos output. For example an "on/off" type of parameter will be documented as being an integer, since boolean is not a supported type. Or an integer parameter whose valid values are 0, 1 and 2 might be documented as integer instead of a [0,2] array. This might make it difficult to users to figure out which values can be assigned to a parameter.
Checking for updates, download, build and install a new version of a Linux kernel module is not an easy task for newbie Linux users. There ought to be an easy and automated way to do all this.
gmodconfig solves these problems by reading accurate parameter types, parameter descriptions translations, and extra informations such as a link to the module authors website from XML files, that are released along with gmodconfig. Using this data as well as modinfos output, gmodconfig is able to dynamically build a user-friendly graphic interface which presents the list of parameters that each kernel modules supports.
Boolean parameters can be toggled on and off with a check box. Array parameters, that is, parameters whose valid values fall between a "min" and a "max" values are represented by a pulldown list. Other types of parameters are simple text entry fields.
Users can navigate through the available modules or search a module by name, change parameters settings at will, and will be able (in a future release) to "give it a try" by (re)loading modules, all from the graphic interface. Unsaved modifications can be cancelled at any time, and can also be written out to the /etc/modules.conf configuration file.
Users have the ability to check for new releases of a module if the module author is keeping an XSA file up-to-date on the Net. The gmodconfigedit tool helps module authors create and update those XSA files.
Finally, gmodconfig supports downloading and installing DKMS packages (work in progress).
Download (0.30MB)
Added: 2005-08-12 License: GPL (GNU General Public License) Price:
1533 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above command line parameter search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed