add GNU parallel

This commit is contained in:
dmacias72 2016-12-10 03:42:21 -07:00
parent da2895c31a
commit 3f51c1ffd6
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -25,6 +25,7 @@
"nload":"nload is a console application which monitors network traffic and bandwidth usage in real time. It visualizes the in and outgoing traffic using two graphs and provides additional info like total amount of transfered data an min/max network usage.",
"nodejs":"Node.js is a platform built on Chrome V8 JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.",
"p7zip":"7-Zip is a well-known file compression utility for windows. p7zip is a ported version for linux with nearly the same capabilities.",
"parallel":"GNU parallel is a shell tool for executing jobs in parallel using one or more computers. A job can be a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. A job can also be a command that reads from a pipe. GNU parallel can then split the input and pipe it into commands in parallel.",
"perl":"Larry Wall s Practical Extraction and Report Language . Perl is a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It s also a good language for many system management tasks. The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, elegant, minimal).",
"python":"Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. Python s basic power can be extended with your own modules written in C or C++. Python is also adaptable as an extension language for existing applications.",
"python3":"Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. This is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed. Also, the standard library has been reorganized in a few prominent places.",