Packaged for old RedHats and SuSEs.
[parallel.git] / NEWS
blobd04e8888b437564a81d1eb7e9886822506491271
1 20220622
3 New in this release:
5 * , can be used in --sshlogin if quoted as \, or ,,
7 * --plus {/#regexp/str} replace ^regexp with str.
9 * --plus {/%regexp/str} replace regexp$ with str.
11 * --plus {//regexp/str} replace every regexp with str.
13 * 'make install' installs bash+zsh completion files.
15 * Bug fixes and man page updates.
18 20220522
20 New in this release:
22 * --latest-line shows only the latest line of running jobs.
24 * --color colors output in different colors per job (this obsoletes --ctag).
26 * xargs compatibility: --process-slot-var foo sets $foo to jobslot-1.
28 * xargs compatibility: --open-tty opens the terminal on stdin (standard input).
30 * Bug fixes and man page updates.
32 News about GNU Parallel:
34 * Building a fault-tolerant work queue for command-line executions
35   with GNU Parallel https://www.jvt.me/posts/2022/04/28/shell-queue/
37 * Make your code do more, with less
38   https://www.blopig.com/blog/2022/05/make-your-code-do-more-with-less/
40 * W09 B IntroHPC II 20220513 gnu parallel
41   https://www.youtube.com/watch?v=2udvC90rIa4
44 20220422
46 New in this release:
48 * sash is no longer supported as shell.
50 * --retries 0 is an alias for --retries 2147483647.
52 * --shell-completion returns shell completion code.
54 * --ssh-login-file reloads every second.
56 * --parset is replaced with --_parset because it is only used internally.
58 * sem --pipe passes STDIN (standard input) to the command.
60 * Bug fixes and man page updates.
63 20220322
65 New in this release:
67 * --sshlogin user:password@host is now supported by using sshpass.
69 * Bug fixes and man page updates.
71 News about GNU Parallel:
73 * Bash: GNU Parallel with Curl
74   https://gist.github.com/CMCDragonkai/5914e02df62137e47f32?permalink_comment_id=2617456
76 * The Pipe Operator Explained
77   https://medium.com/geekculture/the-pipe-operator-explained-cbd41e23775a
80 20220222
82 New in this release:
84 * Encoding of remote commands has changed. This limits the length of
85   remote commands to less than half. It also requires $REMOTE_TMPDIR
86   to be writable. It makes this release beta quality.
88 * Time functions hh_mm_ss() hhmmss() hh_mm() hhmm() are now available
89   for {= =}.
91 * Many options in the man page for parallel now has 'see also' for
92   related options.
94 * parallel_options_map.pdf is a map showing which options other
95   options relate to.
97 * {uniq} added to --plus to only run jobs with unique values.
99 * sem --fg exits with the exit code of the job.
101 * Bug fixes and man page updates.
104 20220122
106 New in this release:
108 * GNU Parallel turned 20 on the 2022-01-06
109   https://www.gnu.org/software/parallel/20th-birthday.html
111 * Bug fixes and man page updates.
113 News about GNU Parallel:
115 * Save Time with Modern Search Techniques
116   https://www.eventbrite.com/e/ohio-information-security-forum-january-2022-monthly-meeting-tickets-240632737997
118 * Bash "Fail immediately if any fails"
119   https://morioh.com/p/a01b883dc57c
121 * Re-encoding the EmacsConf videos with FFmpeg and GNU Parallel
122   https://sachachua.com/blog/2021/12/re-encoding-the-emacsconf-videos-with-ffmpeg-and-gnu-parallel/
124 * Bash 平行 https://learntutorials.net/ja/bash/topic/10778/%E5%B9%B3%E8%A1%8C
127 20211222
129 New in this release:
131 * Bug fixes and man page updates.
133 News about GNU Parallel:
135 * The first version of Parallel will be 20 years on 2022-01-06
137 * HerrComp Intro HPC gnu parallel
138   https://www.youtube.com/watch?v=tcgjKWfgWQY
140 * 多数のファイルを処理する場合の工夫
141   https://qiita.com/toramili/items/44a770cfb9ef1edc9e26
143 * How To Install parallel on Ubuntu 20.04
144   https://installati.one/ubuntu/20.04/parallel/
146 * Distributing embarrassingly parallel tasks GNU Parallel
147   https://ulhpc-tutorials.readthedocs.io/en/latest/sequential/gnu-parallel/
150 20211122
152 New in this release:
154 * Bug fixes and man page updates.
156 News about GNU Parallel:
158 * Otimizando o seu Hacking com o GNU Parallel - Mateus Buogo
159   https://www.youtube.com/watch?v=xIpPPZXDKGU
161 * SMACK 12 - Do it faster! Simple ways to use all those cores (and
162   GPUs) efficiently. https://www.youtube.com/watch?v=lXDGY7NvOYk
165 20211022
167 New in this release:
169 * Don't postpone output until $jobslots jobs have been started.
171 * Bug fixes and man page updates.
173 News about GNU Parallel:
175 * How to Install GNU Parallel using Anaconda | Linux
176   https://www.youtube.com/watch?v=UwDNVP-L0qA
178 * Install GNU Parallel from source code | Linux
179   https://www.youtube.com/watch?v=PIyJH4ben5o
181 * Compiling GNU Parallel on CentOS-7
182   https://thelinuxcluster.com/2021/10/19/compiling-gnu-parallel-on-centos-7/
185 20210922
187 New in this release:
189 * Bug fixes and man page updates.
191 News about GNU Parallel:
193 * 3 Programs that will Level Up your Bash Game
194   https://medium.com/codex/3-programs-that-will-level-up-your-bash-game-bf14e17e2291
196 * I Summarized 100+ Command-Line Tools for Data Scientists in 15
197   Minutes
198   https://towardsdatascience.com/i-summarized-100-command-line-tools-for-data-scientists-in-15-minutes-976def544ffe
200 * Speed up Your Builds by Parallelizing
201   https://www.incredibuild.com/blog/speed-up-your-builds-by-parallelizing
203 * Bash: GNU Parallel with Curl
204   https://gist.github.com/dinh/93b936a55de9a331199d6582bc2921d2
207 20210822
209 New in this release:
211 * --ctag/--ctagstring colors the tag in different colors for each job.
213 * You can use unit prefixes (k, m, g, etc) with -n -N -L.
215 * Bug fixes and man page updates.
217 News about GNU Parallel:
219 * Parallelising jobs with GNU parallel
220   https://blog.ronin.cloud/gnu-parallel/
222 * Use multiple CPU Cores with your Linux commands - awk, sed, bzip2,
223   grep, wc, etc. https://cdmana.com/2021/07/20210728132344693t.html
225 * How to execute commands in parallel in Linux
226   https://net2.com/how-to-execute-commands-in-parallel-in-linux/
229 20210722
231 New in this release:
233 * --results no longer prints the result to standard output (stdout) as
234   voted in
235   https://lists.gnu.org/archive/html/parallel/2020-12/msg00003.html
237 * parset supports associative arrays in bash, ksh, zsh.
239 * Online HTML is now generated by Sphinx.
241 * Bug fixes and man page updates.
243 News about GNU Parallel:
245 * Cleaning Up Scanned Documents with Open Source Tools
246   https://kaerumy.medium.com/cleaning-up-scanned-documents-with-open-source-tools-9d87e15305b
249 20210622
251 New in this release:
253 * Bug fixes and man page updates.
255 News about GNU Parallel:
257 * How to use GNU Parallel
258   https://techtipbits.com/linux/how-to-use-gnu-parallel/
260 * How to Speed Up Bash Scripts with Multithreading and GNU Parallel
261   https://adamtheautomator.com/how-to-speed-up-bash-scripts-with-multithreading-and-gnu-parallel/
263 * Use Parallel to split by line
264   https://madflex.de/use-parallel-to-split-by-line/
266 * Optimizing long batch processes or ETL by using buff/cache properly
267   II (parallelizing network operations)
268   http://www.elsotanillo.net/2021/06/optimizing-long-batch-processes-or-etl-by-using-buff-cache-properly-ii-parallelizing-network-operations/
270 * Parallelization 3: GNU Parallel https://www.youtube.com/watch?v=Rl06WD60afA
273 20210522
275 New in this release:
277 * --plus includes {%%regexp} and {##regexp}.
279 * Bug fixes and man page updates.
281 News about GNU Parallel:
283 * Batch Calculate and Verify MD5 Checksum With GNU Parallel
284   https://omicx.cc/posts/2021-04-28-calculate-and-verify-md5-checksum-with-gnu-parallel/
286 * HerrComp Gnu parallel, c++11 threads 2021 04 28
287   https://www.youtube.com/watch?v=wDd9F9nn0qA
289 * Distributing embarrassingly parallel tasks GNU Parallel
290   https://ulhpc-tutorials.readthedocs.io/en/latest/sequential/gnu-parallel/
292 * Job Parallelization on Niagara
293   https://www.maryamdaryalal.com/post/job-parallelization-on-niagara
295 * Use Parallel to split by line
296   https://madflex.de/use-parallel-to-split-by-line/
298 * m1 multi-core batch convert with gpu parallel + ffmpeg
299   https://www.youtube.com/watch?v=hAuc0YsXv6A
302 20210422
304 New in this release:
306 * Bug fixes and man page updates.
308 News about GNU Parallel:
310 * Bioinformatics tutorials - linux and shell advanced - parallel
311   https://www.youtube.com/watch?v=5leL8pyl0XA
313 * GNU Parallel for quick gains
314   https://edbennett.github.io/high-performance-python/04-gnu-parallel/index.html
316 * Processing Linux Commands in Parallel
317   https://www.baeldung.com/linux/processing-commands-in-parallel
319 * GNU parallel
320   https://docs-research-it.berkeley.edu/services/high-performance-computing/user-guide/running-your-jobs/gnu-parallel/
322 * GNU Parallel 활용 가이드https://genoglobe.com/kribb/gnu_parallel
324 * Parallel Grep and Awk
325   https://www.highonscience.com/blog/2021/03/21/parallel-grep/
327 * Getting things done with shell scripting
328   https://doma.dev/blog/get-things-done-with-bash/
331 20210322
333 * Bug fixes and man page updates.
335 News about GNU Parallel:
337 * The very first version of Parallel dated 2002-01-06 was found in an
338   old backup:
340   #!/usr/bin/perl
342   $processes=shift;
344   chomp(@jobs=<>);
345   for (@jobs) {
346       $jobnr++;
347       push @makefile,
348       (".PHONY : job$jobnr\n",
349        "job$jobnr :\n",
350        "\t$_\n");
351   }
352   unshift @makefile, "all : ",(map { "job$_ " } 1 .. $jobnr),"\n";
353   
354   open (MAKE, "| make -k -f - -j $processes") || die;
355   print MAKE @makefile;
356   close MAKE;
358 * Introduction to GNU Parallel
359   https://www.youtube.com/watch?v=Kj-6JkAqw-8
361 * Using GNU Parallel with GooseSLURM
362   https://readthedocs.org/projects/gooseslurm/downloads/pdf/latest/#chapter.7
364 * Why GNU-parallel?
365   https://github.com/lijingbu/omics/blob/main/why_gnu_parallel.md
368 20210222
370 * --filter only run jobs where the filter is true. The filter can
371   contain replacement strings and Perl code such as: '{1} < {2}+1'
373 * --template takes a text file as a template with replacement
374   strings. Then it replaces the replacement strings and saves it
375   under a new filename.
377 * --plus implements {0%} {0#} replacement string for zero padded slot
378   and sequence.
380 * Warn that you probably mean -d '\r\n' if the first 3 values end in
381   \r\n (DOS newline).
383 * {= perlexpression =} must return the same value, if run twice on the
384   same input.
386 * Man pages available as .rst-format.
388 * Bug fixes and man page updates.
390 News about GNU Parallel:
392 * A short tutorial on Gnu Parallel
393   https://www.polarmicrobes.org/a-short-tutorial-on-gnu-parallel/
395 * 5 reasons why I love coding on Linux
396   https://opensource.com/article/21/2/linux-programming
398 * Simple Tutorial to install & use GNU Parallel
399   https://medium.com/analytics-vidhya/simple-tutorial-to-install-use-gnu-parallel-79251120d618
401 * LiDO3 - first contact
402   https://www.lido.tu-dortmund.de/cms/de/LiDO3/LiDO3_first_contact_handout.pdf
404 * Rill Stage 2-1: Ways of command-line data analysis
405   https://blog.jastix.biz/post/rill-stage-2-1-cli-data-analysis/
407 * Introduction to GNU Parallel
408   https://blog.knoldus.com/introduction-to-gnu-parallel/
410 * GNU Parallel https://www.hahwul.com/cullinan/parallel/
413 20210122
415 * --memsuspend suspends jobs when there is little memory free. This
416   way you can run jobs in parallel that added up potentially will take
417   up more RAM than is available.
419 * $PARALLEL_ARGHOSTGROUPS and the replacement string {agrp} will give
420   the hostgroup given on the argument when using --hostgroup.
422 * Handy time functions for {= =}: yyyy_mm_dd_hh_mm_ss()
423   yyyy_mm_dd_hh_mm() yyyy_mm_dd() yyyymmddhhmmss() yyyymmddhhmm()
424   yyyymmdd() hash($str)
426 * Bug fixes and man page updates.
428 News about GNU Parallel:
430 * Software Engineering For Scientists
431   https://canvas.stanford.edu/courses/133091
433 * Optional Individual Submission 4 Job Handling - GNU Parallel
434   https://www.youtube.com/watch?v=-tX0bFAYAxM
436 * 关于gnu parallel:GnuParallel:在集群上并行化脚本,脚本将文件写入主
437   节点https://www.codenong.com/25172209/
439 * すぐ忘れてしまう、仕事で使う技
440   https://qiita.com/hana_shin/items/53c3c78525c9c758ae7c
443 20201222
445 * --pipe engine changed making --pipe alpha quality.
447 * --results -.json outputs results as JSON objects on stdout (standard
448   output).
450 * --delay 123auto will auto-adjust --delay. If jobs fail due to being
451   spawned too quickly, --delay will exponentially increase.
453 * --plus sets {hgrp} that gives the intersection of the hostgroups of
454   the job and the sshlogin that the job is run on.
456 * Bug fixes and man page updates.
458 News about GNU Parallel:
460 * Best practices for accelerating data migrations using AWS Snowball
461   Edge
462   https://aws.amazon.com/blogs/storage/best-practices-for-accelerating-data-migrations-using-aws-snowball-edge/
464 * Pass the Output of a Command as an Argument for Another
465   https://www.baeldung.com/linux/pass-cmd-output-as-an-argument
467 * Warwick RSE Drop-in - Workflow Management Part 2 - GNU Parallel
468   https://www.youtube.com/watch?v=t_v2Otgt87g
471 20201122
473 * Bug fixes and man page updates.
475 News about GNU Parallel:
477 * https://bash-prompt.net/guides/gnu-parallel-multi-server/
480 20201022
482 * --termseq now works for jobs running remotely.
484 * parsort: Performance optimized for 64-core machines.
486 * Bug fixes and man page updates.
488 News about GNU Parallel:
490 * Juan Sierra Pons has made a testimonial:
491   http://www.elsotanillo.net/wp-content/uploads/GnuParallel_JuanSierraPons.mp4
493 * 「翻译」在生物信息学中使用 GNU-Parallel
494   https://cloud.tencent.com/developer/article/1705499
497 20200922
499 * New CPU detection for GNU/Linux.
501 * Bug fixes and man page updates.
503 News about GNU Parallel:
505 * Aug 21, 2020 - More Unix tools
506   https://floki.blog/2020/08/more_unix_tools
509 20200822
511 New in this release:
513 * Max command line length is changed for MacOS - making this version
514   beta quality for MacOS.
516 * Bug fixes and man page updates.
519 20200722
521 New in this release:
523 * No new functionality
525 * Bug fixes and man page updates.
527 News about GNU Parallel:
529 * Tips for Running Jobs on your VM
530   https://support.ehelp.edu.au/support/solutions/articles/6000089713-tips-for-running-jobs-on-your-vm#parallel
532 * Introduction to GNU Parallel: Parallelizing Massive Individual Tasks
533   https://www.youtube.com/watch?v=QSFLTEyCKvo
535 * Slides for same
536   http://www.hpc.lsu.edu/training/weekly-materials/2020-Spring/GNUParallel_Spring_2020.pdf
538 * Linux-Fu: Parallel Universe
539   https://hackaday.com/2020/06/29/linux-fu-parallel-universe/
541 * Resumable batch jobs with gnu parallel https://igor.io/parallel/
543 * Introducing Parallel into Shell
544   https://www.petelawson.com/post/parallel-in-shell/
546 * AV1 encoding parallelization with GNU Parallel
547   https://www.reddit.com/r/AV1/comments/fjvqp9/av1_encoding_parallelization_with_gnu_parallel/
549 * Beschleunigte Befehlsbearbeitung mit GNU Parallel
550   https://www.linux-community.de/ausgaben/linuxuser/2013/06/beschleunigte-befehlsbearbeitung-mit-gnu-parallel/
553 20200622
555 New in this release:
557 * No new functionality
559 * Bug fixes and man page updates.
561 News about GNU Parallel:
563 * GNU Parallel is used at NERSC:
564   https://www.nersc.gov/assets/Uploads/08-Workflows-20200616.pdf
566 * Resumable batch jobs with GNU Parallel https://igor.io/parallel/
568 * Lab Meeting technical talk
569   https://www.slideshare.net/hoffmanlab/gnu-parallel-194030490
571 * Open Sky Software Website Credits
572   https://www.openskysoftware.com/site-credits.htm
574 * Speed up your Python Scripts using Ubuntu and GNU Parallel
575   https://ecce.esri.ca/wpecce/2019/12/24/speed-up-your-python-scripts-using-ubuntu-and-gnu-parallel/
577 * Indispensable command-line tools
578   https://negfeedback.blogspot.com/2020/05/indispensable-command-line-tools.html
580 * GNU Parallel for simulations
581   http://pdebuyl.be/blog/2020/gnu-parallel-for-simulations.html
583 * Introduction to GNU parallel
584   https://bioinformaticsworkbook.org/Appendix/GNUparallel/GNU_parallel_examples.html
587 20200522
589 New in this release:
591 * While running a job $PARALLEL_JOBSLOT is the jobslot of the job. It
592   is equal to {%} unless the job is being retried. See {%} for
593   details.
595 * While running a job $PARALLEL_SSHLOGIN is the sshlogin line with
596   number of cores removed. E.g. '4//usr/bin/specialssh user@host'
597   becomes: '/usr/bin/specialssh user@host'
599 * While running a job $PARALLEL_SSHHOST is the host part of an
600   sshlogin line. E.g. '4//usr/bin/specialssh user@host' becomes:
601   'host'
603 * --plus activates the replacement strings {slot} = $PARALLEL_JOBSLOT,
604   {sshlogin} = $PARALLEL_SSHLOGIN, {host} = $PARALLEL_SSHHOST
606 * Bug fixes and man page updates.
608 News about GNU Parallel:
610 * Portable Batch System (PBS) & GNU Parallel - Running a Program
611   Multiple Times in Parallel
612   https://www.youtube.com/watch?v=6ccbWu6Befo
614 * GNU Parallel przykład https://www.youtube.com/watch?v=gs_wG4Kt2G4
616 * Demo of LINUX APP - GNU PARALLEL - running multiple Gstreamer webcam
617   .sh scripts with only 1 command
618   https://www.youtube.com/watch?v=trQuA_wmWjg
621 20200422
623 This release celebrates GNU Parallel's 10 years as a GNU tool:
625 > commit ed2dfb1043768154d4e7678e01e10287155fa834
626 > Author: Ole Tange <ole@tange.dk>
627 > Date:   Thu Apr 22 01:23:00 2010 +0200
629 >    Name change: Parallel is now GNU Parallel.
630 >    Basic structure for sshlogin and sshloginfile.
632 New in this release:
634 * parsort makes GNU sort run faster for files with more than 1M lines.
636 * Bug fixes and man page updates.
638 News about GNU Parallel:
640 * Several clusters have updated their documentation of GNU Parallel:
641   https://www.grid5000.fr/w/GNU_Parallel
642   https://research-it.berkeley.edu/virtual-training-running-jobs-parallel-savio
643   http://www.hpc.lsu.edu/training/archive/tutorials.php
645 * add_pho uses GNU Parallel: https://github.com/SeedlingsBabylab/add_pho
647 * GNU parallel使用笔记https://zhuanlan.zhihu.com/p/37340011
649 * Virtual Workshop: Running Jobs in Parallel on Savio
650   https://ais.berkeley.edu/events/virtual-workshop-running-jobs-parallel-savio/2020-04-20
652 * Free Concurrency with GNU Parallel
653   https://phili.pe/posts/free-concurrency-with-gnu-parallel/
656 20200322
658 * Bug fixes and man page updates.
660 News about GNU Parallel:
662 * The GNU Parallel course in Copenhagen is cancelled
663   https://www.prosa.dk/nc/arrangementer/arrangement/gnu-parallel-med-ole-tange/
665 * The GNU Parallel course in Århus is cancelled
666   https://www.prosa.dk/nc/arrangementer/arrangement/gnu-parallel-og-parallelisering-i-unix-shellen/
668 * The 10 year anniversary may be cancelled, see
669   https://www.gnu.org/software/parallel/10-years-anniversary.html
671 * Running shell commands in parallel, via GNU Parallel
672   https://dev.to/saveriomiroddi/running-shell-commands-in-parallel-via-gnu-parallel-3a72
674 * Faster nmap scanning with the help of GNU parallel
675   https://badshah.io/experiment/faster-nmap-scanning-with-the-help-of-gnu-parallel/
678 20200222
680 * Bug fixes and man page updates.
683 20200122
685 * --blocktimeout dur - Time out for reading block when using
686   --pipe. If it takes longer than dur to read a full block, use the
687   partial block read so far.
689 * Bug fixes and man page updates.
691 News about GNU Parallel:
693 * GNU Parallel course in Copenhagen
694   https://www.prosa.dk/nc/arrangementer/arrangement/gnu-parallel-med-ole-tange/
696 * GNU Parallel course in Århus
697   https://www.prosa.dk/nc/arrangementer/arrangement/gnu-parallel-og-parallelisering-i-unix-shellen/
699 * GNU Parallel pour accélérer vos process sous Linux
700   https://www.yvonh.com/gnu-parallel-pour-accelerer-vos-process-sous-linux/
702 * How to copy a file to multiple directories in Linux
703   https://net2.com/how-to-copy-a-file-to-multiple-directories-in-linux/
705 * Running linux commands in parallel https://dev.to/voyeg3r/runing-linux-commands-in-parallel-4ff8
708 20191222
710 * GNU Parallel course in Copenhagen
711   https://www.prosa.dk/nc/arrangementer/arrangement/gnu-parallel-med-ole-tange/
713 * GNU Parallel course in Århus
714   https://www.prosa.dk/nc/arrangementer/arrangement/gnu-parallel-og-parallelisering-i-unix-shellen/
716 * GNU Parallel is used in
717   https://github.com/JeffersonLab/rfw_tsf_extractor
719 * Bug fixes and man page updates.
722 20191122
724 * GNU Parallel was presented at Driving IT. Slides:
725   cloud.prosa.dk/s/drivingit
727 * Restarting supervisord processes in parallel
728   https://blog.naderman.de/2019/11/14/restarting-supervisord-processes-in-parallel/
730 * Using GNU Parallel to Create Archives Faster
731   https://www.reddit.com/r/DataHoarder/comments/dsgmhc/parallel_archiving_techniques/
733 * Bug fixes and man page updates.
736 20191022
738 * --tee will use --output-error=warn-nopipe if supported by tee.
740 * GNU Parallel will be presented at Driving IT 2019:
741   https://ida.dk/arrangementer-og-kurser/konferencer/driving-it/tools
743 * UMN Duluth: Job parallelization with task arrays and GNU parallel
744   https://www.msi.umn.edu/tutorials/umn-duluth-job-parallelization-task-arrays-and-gnu-parallel
746 * Genome updater uses GNU Parallel
747   https://github.com/pirovc/genome_updater
749 * Using GNU-Parallel for bioinformatics
750   https://www.danielecook.com/using-gnu-parallel-for-bioinformatics/
752 * Speeding up PostgreSQL ETL pipeline with the help of GODS
753   https://cfengine.com/company/blog-detail/speeding-up-postgresql-etl-pipeline-with-the-help-of-gods/
755 * Runing linux commands in parallel
756   https://dev.to/voyeg3r/runing-linux-commands-in-parallel-4ff8
758 * Research Computing University of Colorado Boulder contains an intro
759   to GNU Parallel
760   https://readthedocs.org/projects/curc/downloads/pdf/latest/
762 * 如何使用Parallel在Shell中并行执行命令
763   https://www.myfreax.com/gnu-parallel/
765 * 如何测试 Amazon Elastic File System
766   https://aws.amazon.com/cn/blogs/china/how-to-test-drive-amazon-elastic-file-system/
768 * Bug fixes and man page updates.
771 20190922
773 * --nice is now inherited by the nice level that GNU Parallel is
774   started at. So 'nice -n10 parallel' will also cause remote jobs to
775   be run at nice level 10.
777 * --delay is now accurate to within 10 ms
779 * GNU Parallel will be presented at Driving IT 2019:
780   https://ida.dk/arrangementer-og-kurser/konferencer/driving-it/tools
782 * Greenland Ice Sheet solid ice discharge from 1986 through 2017
783   https://www.earth-syst-sci-data.net/11/769/2019/essd-11-769-2019.pdf
785 * App Center Cloud Build Machines > Installed Software > Utilities
786   https://docs.microsoft.com/en-us/appcenter/build/software
788 * Curryfinger - SNI & Host header spoofing utility
789   https://dualuse.io/blog/curryfinger/
791 * Hyak parallel-sql
792   https://wiki.cac.washington.edu/display/hyakusers/Hyak+parallel-sql
794 * A meditation on analysing data with Perl in parallel using GNU Parallel
795   https://www.reddit.com/r/perl/comments/cyo2qc/a_meditation_on_analysing_data_with_perl_in/
797 * Accélérer ses tâches avec GNU Parallel et les lots de tâches (UL)
798   https://www.eventbrite.ca/e/inscription-accelerer-ses-taches-avec-gnu-parallel-et-les-lots-de-taches-ul-71412840729
800 * RMACC Summit GNU Parallel
801   https://curc.readthedocs.io/en/latest/software/GNUParallel.html
803 * Introducing Parallel into Shell
804   https://petelawson.com/post/parallel-in-shell/
806 * Linux Productivity Tools
807   https://www.usenix.org/conference/lisa19/presentation/maheshwari
809 * Gnu/parallel + Nfs 实现共享文件网络的并发计算等操作
810   http://atomicer.cn/2018/01/18/gnu-parallel-nfs-%E5%AE%9E%E7%8E%B0%E5%85%B1%E4%BA%AB%E6%96%87%E4%BB%B6%E7%BD%91%E7%BB%9C%E7%9A%84%E5%B9%B6%E5%8F%91%E8%AE%A1%E7%AE%97%E7%AD%89%E6%93%8D%E4%BD%9C/#more
812 * Bug fixes and man page updates.
815 20190822
817 * GNU Parallel will be presented at Driving IT 2019:
818   https://ida.dk/arrangementer-og-kurser/konferencer/driving-it#beskrivelse
820 * Linux Productivity Tools
821   https://www.usenix.org/conference/lisa19/presentation/maheshwari
823 * Improve your reconnaissance performance by using GNU Parallel
824   https://mailchi.mp/3f46ceb46357/improve-your-reconnaissance-performance-by-using-gnu-parallel
826 * Paralel İşler / İşlemler / Programlar Bash’de Nasıl Çalıştırılır?
827   https://kaleinfo.com/2019/07/29/paralel-isler-islemler-programlar-bashde-nasil-calistirilir-2/
829 * Use POLYBAR to change WALLPAPER with GNU Parallel
830   https://www.youtube.com/watch?v=rjYg-b_eiRU
832 * Finding the Balance Between Speed & Accuracy During an Internet-wide
833   Port Scanning
834   https://captmeelo.com/pentest/2019/07/29/port-scanning.html
836 * GNU Parallel Ryugu released
837   https://linuxreviews.org/GNU_Parallel_Ryugu_released
839 * CO2017 - CW1 - Operating Systems & Networks - Shell scripting
840   http://www.7daixie.com/2019071646302396.html
842 * Bug fixes and man page updates.
845 20190722
847 * {= uq; =} causes the replacement string to be unquoted. Example:
848   parallel echo '{=uq;=}.jpg' ::: '*'
850 * --tagstring {=...=} is now evaluated for each line with --linebuffer.
852 * Use -J ./profile to read a profile in current dir.
854 * Speedup of startup by 40%: Find the parent shell differently on
855   GNU/Linux, cache information about the CPU and which setpgrp method
856   to use to make GNU Parallel start 40% faster.
858 * $PARALLEL_SSHLOGIN can be used in the command line.
860 * Occasionally sane: Simple usage of GNU parallel
861   https://vfoley.xyz/parallel/
863 * How to run multiple bash scripts in parallel
864   https://techieroop.com/how-to-run-multiple-bash-scripts-in-parallel/
866 * Announcing Oracle Solaris 11.4 SRU10
867   https://blogs.oracle.com/solaris/announcing-oracle-solaris-114-sru10
869 * Руководство по использованию GNU Parallel https://zalinux.ru/?p=2623
871 * Bug fixes and man page updates.
874 20190622
876 * --shard can now take a column name and optionally a perl
877   expression. Similar to --group-by and replacement strings.
879 * Using AWK and R to parse 25tb
880   https://livefreeordichotomize.com/2019/06/04/using_awk_and_r_to_parse_25tb/
882 * Parallel and Visual testing with Behat
883   http://parallelandvisualtestingwithbehat.blogspot.com/p/blog-page.html
885 * 维基百科,自由的百科全书https://zh.wikipedia.org/wiki/GNU_parallel
887 * Bug fixes and man page updates.
890 20190522
892 * --group-by groups lines depending on value of a column. The value
893   can be computed.
895 * How to compress (bzip / gzip) a very large text quickly?
896   https://medium.com/@gchandra/how-to-compress-bzip-gzip-a-very-large-text-quickly-27c11f4c6681
898 * Simple tutorial to install & use GNU Parallel
899   https://medium.com/@gchandra/simple-tutorial-to-install-use-gnu-parallel-79251120d618
901 * Introducing Parallel into Shell
902   https://petelawson.com/post/parallel-in-shell/
904 * Bug fixes and man page updates.
907 20190422
909 * Invitation to the 10 years anniversary next year.
911 * Bug fixes and man page updates.
914 20190322
916 * SIGTERM is changed to SIGHUP, so sending SIGHUP will make GNU
917   Parallel start no more jobs, but wait for running jobs to finish.
919 * SIGTERM SIGTERM is changed to SIGTERM, so sending SIGTERM will make
920   GNU Parallel kill all running jobs.
922 * GNU Parallel now includes a cheat sheet: parallel_cheat.pdf
924 * High Throughput Computing on RMACC Summit and Beyond
925   https://calendar.colorado.edu/event/high_throughput_computing_on_rmacc_summit_and_beyond#.XH2NBhB7mV4
927 * GNU Parallel Cheat Sheet by cpriest
928   https://www.cheatography.com/cpriest/cheat-sheets/gnu-parallel/
930 * Use Multiple CPU Cores(Parallelize) with Single Threaded Linux
931   Commands
932   http://xensoft.com/use-multiple-cpu-cores-parallelize-with-single-threaded-linux-commands/
934 * Bug fixes and man page updates.
937 20190222
939 * --shard makes it possible to send input to a the same jobslot based
940   on the value in one column of the input. It is similar to sharding
941   in databases.
943 * --shellquote --shellquote will shell quote the input twice.
945 * GNU Parallel is available in Termux
946   https://github.com/termux/termux-packages/tree/master/packages/parallel
948 * Linux, command line & MetaCentrum
949   https://trapa.cz/sites/default/files/linux_bash_metacentrum_course_4.pdf
951 * How to supercharge your bash workflows with GNU parallel
952   https://medium.freecodecamp.org/how-to-supercharge-your-bash-workflows-with-gnu-parallel-53aab0aea141
954 * GNU Parallel Spring 2017 https://www.youtube.com/watch?v=LHb29uW_KyI
956 * Parallelizing Freesurfer blog.cogneurostats.com/?p=148
958 * FreeSurfer #4: Running recon-all in Parallel https://www.youtube.com/watch?v=XHN2tm3tNaw
960 * FreeSurfer: recon-all https://www.neurotrivial.com/2019/01/24/freesurfer-recon-all/
962 * Come ridimensionare 10k foto con la riga di comando
963   https://pigrecoinfinito.wordpress.com/2018/12/22/come-ridimensionare-10k-foto-con-la-riga-di-comando/
965 * 并行处理 – Gnu Parallel:嵌套并行
966   https://codeday.me/bug/20190122/552902.html
968 * シェルスクリプトでコマンドを並列実行する方法
969   https://www.kwbtblog.com/entry/2019/01/12/020423
971 * Bug fixes and man page updates.
974 20190122
976 * 'env_parallel --end-session' makes it possible to nest 'env_parallel
977   --session'
979 * Using GNU Parallel in pentesting https://youtu.be/mZ0OUJmkIlA?t=873
981 * Supercomputer Workshop: Feb 1&7
982   http://www.ece.unm.edu/featured-students/supercomputer-workshop-feb-17.html
984 * Bug fixes and man page updates.
987 20181222
989 * Better /proc/cpuinfo parser.
991 * Simpler job scheduling flow.
993 * MPGI Workshop: Job Parallelization with Task Arrays and GNU Parallel
994   https://www.msi.umn.edu/tutorials/mpgi-workshop-module-4
996 * CONCOCT uses GNU Parallel
997   https://media.readthedocs.org/pdf/concoct/latest/concoct.pdf
999 * If you use SLURM read
1000   https://wiki.hpc.uconn.edu/index.php/Advanced_SLURM
1002 * すぐ忘れてしまう、仕事で使う技
1003   https://qiita.com/hana_shin/items/53c3c78525c9c758ae7c
1005 * Bug fixes and man page updates.
1008 20181122
1010 * Experimental simpler job flow control.
1012 * 時間がかかるコマンドを GNU parallel で 並列実行する
1013   https://qiita.com//grohiro/items/4db3fa951a4778c5c479
1015 * Bug fixes and man page updates.
1018 20181022
1020 * env_parallel.fish: --session support (alpha quality)
1022 * GNU Parallel was cited in: High-throughput sequencing of murine
1023   immunoglobulin heavy chain repertoires using single side unique
1024   molecular identifiers on an Ion Torrent PGM
1025   https://doi.org/10.18632/oncotarget.25493
1027 * GNU parallel in Japanese Wikipedia
1028   https://ja.wikipedia.org/wiki/GNU_parallel
1030 * Outils de paramétrisation des tâches: lots de tâches, GNU Parallel
1031   https://www.eventbrite.ca/e/inscription-outils-de-parametrisation-des-taches-lots-de-taches-gnu-parallel-et-bqtools-midi-conference-de-50271076142
1033 * Bug fixes and man page updates.
1036 20180922
1038 * Minix is supported again.
1040 * Updated graph showing GNU Parallel's overhead per job for each
1041   version. https://www.gnu.org/software/parallel/process-time-j2-1700MHz-3000-1000.pdf
1043 * Intro to Computing at CARC includes introduction to GNU Parallel
1044   http://carc.unm.edu/education--training/workshops-and-seminars.html
1046 * Fast-GBS uses GNU Parallel https://bitbucket.org/jerlar73/fast-gbs/wiki/Home
1048 * Belgium at 10 m resolution in July 2018 http://www.cesbio.ups-tlse.fr/multitemp/?p=14116
1050 * Bug fixes and man page updates.
1053 20180822
1055 * parset sets exit code.
1057 * How to install GNU Parallel
1058   https://www.techrepublic.com/videos/how-to-install-gnu-parallel/
1060 * Bug fixes and man page updates.
1063 20180722
1065 * The quoting engine has been changed. Instead of using \-quoting GNU
1066   Parallel now uses '-quoting in bash/ash/dash/ksh. This should
1067   improve compatibility with different locales. This is a big change
1068   causing this release to be alpha quality.
1070 * The CPU calculation has changed. By default GNU Parallel uses the
1071   number of CPU threads as the number of CPUs. This can be changed to
1072   the number of CPU cores or number of CPU sockets with
1073   --use-cores-instead-of-threads or --use-sockets-instead-of-threads.
1075 * The detected number of sockets, cores, and threads can be shown with
1076   --number-of-sockets, --number-of-cores, and --number-of-threads.
1078 * env_parallel now support mksh using env_parallel.mksh.
1080 * GNU Parallel is distributed as part of Snippy
1081   https://github.com/tseemann/snippy
1083 * GNU Parallel: Ejecutar comandos simultáneamente en Linux
1084   https://esgeeks.com/gnu-parallel-ejecutar-comandos-simultaneo-linux/
1086 * Parallel download genomic data with GNU-Parallel
1087   https://digibio.blogspot.com/search/label/GNU-Parallel
1089 * Bug fixes and man page updates.
1092 20180622
1094 * Deal better with multibyte chars by forcing LC_ALL=C.
1096 * GNU Parallel was introduced in Pincount Podcast:
1097   https://pincountpodcast.com/episodes/29.html
1099 * GNU Parallel was shown on Danish national news for 1.7 seconds: dr.dk
1101 * How to run Linux commands simultaneously with GNU Parallel
1102   https://www.techrepublic.com/article/how-to-run-commands-simultaneously-with-gnu-parallel/#ftag=RSS56d97e7
1104 * Easy parallelization with GNU parallel
1105   http://mpharrigan.com/2016/08/02/parallel.html
1107 * GNU Parallel for mutlithreaded tasks
1108   http://slhogle.github.io/2016/gnu-parallel/
1110 * A GNU Parallel Clustering Demo
1111   https://www.crowdsupply.com/ground-electronics/circumference/updates/a-gnu-parallel-clustering-demo
1113 * 使用 GNU Parallel 提高 Linux 命令行执行效率
1114   https://linux.cn/article-9718-1.html
1116 * Ejecutando tareas desde consola simultáneamente con GNU Parallel
1117   https://poesiabinaria.net/2018/06/ejecutando-tareas-desde-consola-simultaneamente-gnu-parallel/
1119 * Cómo ejecutar varias tareas simultáneamente en el terminal con GNU
1120   Parallel
1121   https://www.ubuntizando.com/como-ejecutar-varias-tareas-simultaneamente-en-el-terminal-con-gnu-parallel/
1123 * GNU Parallel 활용 가이드 http://genoglobe.kr/kribb/gnu_parallel
1125 * Bug fixes and man page updates.
1128 20180522
1130 * --tty allows for more programs accessing /dev/tty in parallel. Some
1131   programs require tty access without using it.
1133 * env_parallel --session will record names in current environment in
1134   $PARALLEL_IGNORED_NAMES and exit. It is only used with env_parallel,
1135   and can work like --record-env but in a single session.
1137 * 35 day course: Linux shell scripting and text processing for big
1138   data https://comquest.in/training
1140 * How To Use Your Entire CPU In Bash With Parallel
1141   https://bash-prompt.net/guides/parallell-bash/
1143 * An easy way to run parallel jobs on Stampede2
1144   https://blog.uta.edu/xus/2017/09/29/an-easy-way-to-run-parallel-jobs-on-stampede2/
1146 * Get more done at the Linux command line with GNU Parallel
1147   https://opensource.com/article/18/5/gnu-parallel
1149 * Save Time with Modern Search Techniques
1150   https://www.sans.org/summit-archives/file/summit-archive-1524582079.pdf
1152 * GNU Parallel: haz más cosas simultáneamente en el terminal
1153   https://blog.desdelinux.net/gnu-parallel-haz-mas-cosas-simultaneamente-en-el-terminal/
1155 * 「今日から使い切る」ための GNU Parallelによる並列処理入門
1156   https://www.slideshare.net/koji_matsuda/gnu-parallel
1158 * Bug fixes and man page updates.
1161 20180422
1163 * --csv makes GNU Parallel parse the input sources as CSV. When used
1164   with --pipe it only passes full CSV-records.
1166 * Time in --bar is printed as 1d02h03m04s.
1168 * Optimization of --tee: It spawns a process less per value.
1170 * The GNU Parallel 2018 book is now available:
1171   http://www.lulu.com/shop/ole-tange/gnu-parallel-2018/paperback/product-23558902.html
1173 * Modern pentest tricks for faster, wider, greater engagement (15)
1174   https://conference.hitb.org/hitbsecconf2018ams/materials/D1%20COMMSEC%20-%20Thomas%20Debize%20-%20Modern%20Pentest%20Tricks%20for%20Faster,%20Wider,%20Greater%20Engagements.pdf
1176 * Running many serial jobs efficiently
1177   https://userinfo.surfsara.nl/documentation/running-many-serial-jobs-efficiently
1179 * GNU Parallel: как сохранить результаты нескольких команд для
1180   переменной? http://fliplinux.com/gnu-parallel-6.html
1182 * Running Multiple Commands in Parallel on a GNU Linux
1183   https://www.youtube.com/watch?v=sHpTywpb4_4
1185 * Klaatu covers the documentation of GNU parallel in episode 12x15
1186   http://gnuworldorder.info/
1188 * Bug fixes and man page updates.
1191 20180322
1193 * niceload -p can now take multiple pids separated by comma
1195 * --timeout gives a warning when killing processes
1197 * --embed now uses the same code for all supported shells
1199 * --delay can now take arguments like 1h12m07s
1201 * Parallel. Straight from your command line
1202   https://medium.com/@alonisser/parallel-straight-from-your-command-line-feb6db8b6cee
1204 * GNU Parallel was used in POAP-Parallelized Open Babel & Autodock
1205   suite Pipeline https://github.com/inpacdb/POAP
1207 * Pi Cluster Parallel Script First Fire
1208   https://chiefio.wordpress.com/2018/02/23/pi-cluster-parallel-script-first-fire/
1210 * How to Restore MySQL Logical Backup at Maximum Speed
1211   https://www.percona.com/blog/2018/02/22/restore-mysql-logical-backup-maximum-speed/
1213 * Bug fixes and man page updates.
1216 20180222
1218 * --embed makes it possible to embed GNU parallel in a shell
1219   script. This is useful if you need to distribute your script to
1220   someone who does not want to install GNU parallel.
1222 * Parallelize Your Large Batches of Small Jobs
1223   https://amito.me/2018/02/Parallelize-Your-Large-Batches-of-Small-Jobs/
1225 * Klaatu expounds upon xargs and talks GNU parallel in episode 12x6
1226   http://gnuworldorder.info/
1228 * How to use parallel to speed up your work
1229   https://mike42.me/blog/how-to-use-parallel-to-speed-up-your-work
1231 * Transient compute clustering with GNU Parallel and sshfs
1232   https://dennismungai.wordpress.com/2018/02/06/transient-compute-clustering-with-gnu-parallel-and-sshfs/
1234 * Useful Examples of ffmpeg and GNU parallel on the command-line
1235   https://dennismungai.wordpress.com/2018/02/06/useful-examples-of-ffmpeg-and-gnu-parallel-on-the-command-line/
1237 * Data Science at the Command Line (Chapter 8.3)
1238   https://www.datascienceatthecommandline.com/
1240 * Bug fixes and man page updates.
1243 20180122
1245 * bash / 병렬 https://code.i-harness.com/ko/docs/bash/2a1a
1247 * 15分钟神器gnu parallel 入门观止
1248   http://www.ezilin.com/2018/01/15gnu-parallel.html
1250 * How To Run Multiple Commands In Parallel on Linux
1251   https://www.slashroot.in/how-run-multiple-commands-parallel-linux
1253 * Bug fixes and man page updates.
1256 20171222
1258 * env_parset for ash, dash, ksh, sh, zsh
1260 * Automatically create hostgroups if argument ends in @sshlogin
1262 * Tips for running jobs on your VM
1263   https://support.ehelp.edu.au/support/solutions/articles/6000089713-tips-for-running-jobs-on-your-vm#parallel
1265 * Node-local scheduling
1266   https://mogonwiki.zdv.uni-mainz.de/dokuwiki/node_local_scheduling
1268 * GNU Parallel https://docs.computecanada.ca/wiki/GNU_Parallel
1270 * GNU Parallel のエラー処理 https://qiita.com/inouet/items/bfc208668c86caf8ff74
1272 * Using GNU Parallel
1273   https://wiki.ncsa.illinois.edu/display/ROGER/Using+GNU+Parallel
1275 * Bug fixes and man page updates.
1278 20171122
1280 * Using GNU Parallel to speed up Google Cloud Infrastructure
1281   management
1282   https://medium.com/@pczarkowski/using-gnu-parallel-to-speed-up-google-cloud-infrastructure-management-53e5c555ec05
1284 * What is gnu parallel
1285   http://wiki.chpc.ac.za/howto:bioinformatics:gnu-parallel
1287 * Parallel, Scripts, Clusters, & Easy Use
1288   https://chiefio.wordpress.com/2017/11/10/parallel-scripts-clusters-easy-use/
1290 * Bug fixes and man page updates.
1293 20171022
1295 * Initial support for XDG Base Directory $XDG_* environment variables.
1297 * Validating half a million TIFF files. Part
1298   Two
1299   https://www.dpoc.ac.uk/2017/08/17/validating-half-a-million-tiff-files-part-two/
1301 * Turing data science class: Cluster computing
1302   https://www.turing.ac.uk/events/masterclass-cluster-computing/
1304 * Butlin:Unix for Bioinformatics - advanced tutorial
1305   https://openwetware.org/wiki/Butlin:Unix_for_Bioinformatics_-_advanced_tutorial
1307 * พยายามใช้ CPU ให้ครบทุก CORE
1308   https://veer66.wordpress.com/2017/09/02/use-multi-core/
1310 * Examples on using GNU Parallel
1311   https://gist.github.com/drmalex07/de8ff1379a560f6d84a0d863e60ae378
1313 * Bug fixes and man page updates.
1316 20170922
1318 * Use '--limit myprog' to make a dynamic job limit. Just return 0 to
1319   spawn another job, 1 to not spawn another job, and 2 to kill the
1320   youngest job.
1322 * PARALLEL_RSYNC_OPTS and --rsync-opts sets the options for rsync
1323   (Default: -rlDzR).
1325 * Download all of humble bundle books in parallel
1326   https://til.hashrocket.com/posts/ggt1jaes4y-download-all-of-humble-bundle-books-in-parallel
1328 * Bug fixes and man page updates.
1331 20170822
1333 * --line-buffer no longer uses tempfiles. This is faster and makes it
1334   possible for a single process to output more data than there is free
1335   disk space.
1337 * Vote for GNU Parallel's community ads on
1338   http://meta.unix.stackexchange.com/a/4356/2972
1339   http://meta.askubuntu.com/a/16750/22307
1340   http://meta.serverfault.com/a/9040/45704
1342 * Edit images with GNU Parallel and ImageMagick
1343   https://fedoramagazine.org/edit-images-parallel-imagemagick/
1345 * Running Bash Commands in Parallel
1346   https://dzone.com/articles/running-bash-commands-in-parallel-1
1348 * Today I Learned: GNU parallel, plate tectonics
1349   https://medium.com/@nornagon/today-i-learned-gnu-parallel-plate-tectonics-9fcf24045e63
1351 * GNU Parallel Tutorial
1352   https://www.upf.edu/web/sct-sit/gnu-parallel-tutorial
1354 * Validating half a million TIFF files
1355   http://www.dpoc.ac.uk/2017/08/17/validating-half-a-million-tiff-files-part-two/
1357 * Blender and GNU Parallel
1358   https://www.blendernation.com/2017/08/16/blender-gnu-parallel/
1360 * Quick Introduction to GNU Parallel
1361   https://github.com/LangilleLab/microbiome_helper/wiki/Quick-Introduction-to-GNU-Parallel
1363 * A simple distributed animation render example using GNU Parallel
1364   https://gitlab.com/skororu/scripts
1366 * Do stuff on things, in parallel
1367   http://blogs.fluidinfo.com/terry/2017/08/05/do-stuff-on-things-in-parallel/
1369 * Bash And GNU Parallel NGS Bidniz
1370   http://ino.pm/outreach/presentations/2014/03/genomics-wranglers/index.html
1372 * Using for loop vs Gnu parallel for BLAST
1373   http://www.ettemalab.org/using-for-loop-vs-gnu-parallel-for-blast/
1375 * 并行rsync https://gxnotes.com/article/175866.html
1377 * Bug fixes and man page updates.
1380 20170722
1382 * Vote for GNU Parallel's community ads on
1383   http://meta.unix.stackexchange.com/a/4356/2972
1384   http://meta.askubuntu.com/a/16750/22307
1385   http://meta.serverfault.com/a/9040/45704
1387 * GNU Parallel was cited in: Hayabusa: Simple and Fast Full-Text
1388   Search Engine for Massive System Log Data
1389   http://dl.acm.org/citation.cfm?id=3095788
1391 * コマンドの並列化を行える『GNU parallel』の個人的使い方まとめ
1392   https://orebibou.com/2017/07/%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89%E3%81%AE%E4%B8%A6%E5%88%97%E5%8C%96%E3%82%92%E8%A1%8C%E3%81%88%E3%82%8B%E3%80%8Egnu-parallel%E3%80%8F%E3%81%AE%E5%80%8B%E4%BA%BA%E7%9A%84%E4%BD%BF%E3%81%84/
1394 * How to play and play with thousands of digitized 78rpm records
1395   https://blog.archive.org/2017/07/10/how-to-play-and-play-with-78rpm-record-transfers/
1397 * 并行一个for循环 https://gxnotes.com/article/130363.html
1399 * RFC 8142: GeoJSON Text Sequences
1400   https://sgillies.net/2017/05/18/rfc-8142-geojson-text-sequences.html
1402 * Git auto fetch script I run every day
1403   https://lukas.zapletalovi.com/2017/07/git-auto-fetch-script-i-run-every-day.html
1405 * cores, cpus and threads
1406   http://crazyhottommy.blogspot.de/2017/07/cores-cpus-and-threads.html
1408 * Bug fixes and man page updates.
1411 20170622
1413 * The command line can now contain \257 (Macron) or UTF characters
1414   containing \257.
1416 * Vote for GNU Parallel's community ads on
1417   http://meta.unix.stackexchange.com/a/4356/2972
1418   http://meta.askubuntu.com/a/16750/22307
1419   http://meta.serverfault.com/a/9040/45704
1421 * Graph for overhead for 1000 jobs has been updated. It remains
1422   steadily at 3.5 ms per job on a 1.7 GHz machine
1423   https://www.gnu.org/software/parallel/process-time-j2-1700MHz-3000-1000.pdf
1425 * GNU Parallel was cited in: The topology of the directed clique
1426   complex as a network invariant
1427   https://springerplus.springeropen.com/articles/10.1186/s40064-016-2022-y
1429 * GNU Parallel was cited in: Improving Optical Character Recognition
1430   of Finnish Historical Newspapers with a Combination of Fraktur &
1431   Antiqua Models and Image
1432   http://www.ep.liu.se/ecp/131/038/ecp17131038.pdf
1434 * GNU Parallel was cited in: Parallel Execution of Structural Mechanic
1435   Tasks with Use of Small Supercomputers
1436   http://www.sciencedirect.com/science/article/pii/S1877705817324815
1438 * GNU Parallel was cited in: Integration of a Multilingual Preordering
1439   Component into a Commercial SMT Platform
1440   https://www.degruyter.com/downloadpdf/j/pralin.2017.108.issue-1/pralin-2017-0009/pralin-2017-0009.pdf
1442 * Tips For Running Jobs On Your VM
1443   https://support.ehelp.edu.au/support/solutions/articles/6000089713-tips-for-running-jobs-on-your-vm#parallel
1445 * Speed up ML model development with GNU Parallel
1446   https://pzelasko.github.io/posts/speed-up-ml-model-development-with-gnu-parallel
1448 * Parallelizing a Python Function for the Extremely Lazy
1449   http://tdhopper.com/blog/2017/Jun/07/parallelizing-a-python-function-for-the-extremely-lazy/
1451 * 使用GNU parallel
1452   http://www.android5.online/Android/androidjc/androidkf/gykf/201603/8741.html
1454 * Bug fixes and man page updates.
1457 20170522
1459 * --timeout can now use s=second,m=minute,h=hour,d=day.
1461 * --dr is now an alias for --dry-run.
1463 * Vote for GNU Parallel's community ads on
1464   http://meta.unix.stackexchange.com/a/4356/2972
1465   http://meta.askubuntu.com/a/16750/22307
1466   http://meta.serverfault.com/a/9040/45704
1468 * GNU Parallel was cited in: Feature Detection in Visual Cortex during
1469   Different Functional States
1470   https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5397493/
1472 * GNU Parallel was cited in: From genotype to phenotype: inferring
1473   relationships between microbial traits and genomic components
1474   https://docserv.uni-duesseldorf.de/servlets/DerivateServlet/Derivate-44622/main.pdf
1476 * GNU Parallel was cited in: Designing fecal microbiota transplant
1477   trials that account for differences in donor stool efficacy
1478   http://biorxiv.org/content/biorxiv/early/2016/07/25/065383.full.pdf
1480 * GNU Parallel was cited in: Assessing the predictability of
1481   anharmonic vibrational modes at the example of hydroxyl groups - ad
1482   hoc construction of localised modes and the influence of structural
1483   solute–solvent motifs
1484   http://pubs.rsc.org/-/content/articlelanding/2017/cp/c7cp01662j#!divAbstract
1486 * GNU Parallel was cited in: Mapping Environmental Influences on
1487   Utility Fire Threat
1488   ftp://frapftp.fire.ca.gov/outgoing/transfer/PUC_Map1/Utility%20Fire%20map%201%20final%20review%20and%20development%20report21616.pdf
1490 * GNU Parallel was cited in: Weak vs. Strong Disorder Superfluid-Bose
1491   Glass Transition in One Dimension
1492   https://arxiv.org/pdf/1704.02257.pdf
1494 * GNU Parallel was cited in: Online Automatic Post-editing for MT in a
1495   Multi-Domain Translation Environment
1496   https://www.aclweb.org/anthology/E/E17/E17-1050.pdf
1498 * GNU Parallel was cited in: Cross-calibration of S-NPP VIIRS
1499   moderate-resolution reflective solar bands against MODIS Aqua over
1500   dark water scenes
1501   http://www.atmos-meas-tech.net/10/1425/2017/amt-10-1425-2017.pdf
1503 * GNU Parallel was cited in: Scattering Networks: Efficient 2D
1504   Implementation And Application To Melanoma Classification
1505   http://amslaurea.unibo.it/12261/1/nurrito_eugenio_tesi_fisica_magistrale.pdf
1507 * GNU Parallel was cited in: Genome-scale detection of positive
1508   selection in 9 primates predicts human-virus evolutionary conflicts
1509   http://biorxiv.org/content/biorxiv/early/2017/04/27/131680.full.pdf
1511 * GNU Parallel is used in: Creates a speech dataset for deep learning
1512   https://github.com/jupiter126/Create_Speech_Dataset
1514 * GNU Parallel is used in: Parse and process the demixing secrets
1515   dataset (DSD100) https://github.com/faroit/dsdtools
1517 * First glance at the gnu parallel utility
1518   https://ibiscybernetics.com/blog/2017-04-05.html
1520 * Installing parallel from source
1521   https://bitsanddragons.wordpress.com/2017/05/03/installing-parallel-from-source/
1523 * How to run command or code in parallel in bash shell under Linux or
1524   Unix
1525   https://www.cyberciti.biz/faq/how-to-run-command-or-code-in-parallel-in-bash-shell-under-linux-or-unix/
1527 * Parallel Serial Jobs Using GNU Parallel
1528   http://www.hpc.lsu.edu/training/weekly-materials/2017-Spring/gnuparallel-Feb2017.pdf
1530 * GNU Parallel or How to list millions of S3 objects
1531   https://joeray.me/gnu-parallel-how-to-list-millions-objects.html
1533 * Which Is the Best Tool for Copying a Large Directory Tree Locally?
1534   http://arjon.es/2017/05/11/which-is-the-best-tool-for-copying-a-large-directory-tree-locally/
1536 * Bug fixes and man page updates.
1539 20170422
1541 * --halt supports done in addition to success and fail.
1543 * parset will set variables in parallel in Bash.
1545 * Perl 5.6 on Irix is no longer supported.
1547 * Vote for GNU Parallel's community ads on
1548   http://meta.unix.stackexchange.com/a/4356/2972
1549   http://meta.askubuntu.com/a/16750/22307
1550   http://meta.serverfault.com/a/9040/45704
1552 * GNU Parallel was cited in: Halvade-RNA: Parallel variant calling
1553   from transcriptomic data using MapReduce
1554   http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0174575
1556 * GNU Parallel was cited in: StrAuto: automation and parallelization
1557   of STRUCTURE analysis
1558   http://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-017-1593-0
1560 * GNU Parallel was cited in: Trespassing the Boundaries: Labeling
1561   Temporal Bounds for Object Interactions in Egocentric Video
1562   https://128.84.21.199/pdf/1703.09026.pdf
1564 * GNU Parallel is used in: https://github.com/lucascbeyeler/zmbackup
1566 * Using GNU Parallel
1567   https://wiki.ncsa.illinois.edu/display/ROGER/Using+GNU+Parallel
1569 * Find and xargs and parallel
1570   http://helpful.knobs-dials.com/index.php/Find_and_xargs_and_parallel#Parallel
1572 * Quick Introduction to GNU Parallel
1573   https://github.com/mlangill/microbiome_helper/wiki/Quick-Introduction-to-GNU-Parallel
1575 * Data science at the command line https://www.slideshare.net/sharatsc/data-science-at-the-command-line
1577 * Bedtools笔记 http://www.jianshu.com/p/67b0665490ac
1579 * Bug fixes and man page updates.
1582 20170322
1584 * --rpl can now take arguments by adding '(regexp)' in the replacement
1585   string.
1587 * Vote for GNU Parallel's community ads on
1588   http://meta.unix.stackexchange.com/a/4356/2972
1589   http://meta.askubuntu.com/a/16750/22307
1590   http://meta.serverfault.com/a/9040/45704
1592 * GNU Parallel was cited in: shmlast: An improved implementation of
1593   Conditional Reciprocal Best Hits with LAST and Python
1594   https://joss.theoj.org/papers/3cde54de7dfbcada7c0fc04f569b36c7
1596 * GNU Parallel was cited in: Prediction of relativistic electron flux
1597   in the Earth’s outer radiation belt at geostationary orbit by
1598   adaptive methods
1599   https://link.springer.com/article/10.1134/S0016793217010108
1601 * GNU Parallel was cited in: Higher likelihood of multiple bit-flips
1602   due to neutron-induced strikes on logic gates
1603   https://arxiv.org/pdf/1612.08239.pdf
1605 * GNU Parallel was cited in: A Monte Carlo Resampling Approach for the
1606   Calculation of Hybrid Classical and Quantum Free Energies
1607   http://pubs.acs.org/doi/pdfplus/10.1021/acs.jctc.6b00506
1609 * GNU Parallel was cited in: Learning string distance with smoothing
1610   for OCR spelling correction
1611   https://link.springer.com/article/10.1007/s11042-016-4185-5
1613 * GNU Parallel was cited in: The Breakdown of String Perturbation
1614   Theory for Many External Particles
1615   https://arxiv.org/pdf/1611.08003.pdf
1617 * GNU Parallel was cited in: Operations Research Applications in
1618   Nuclear Energy
1619   https://dspace.library.colostate.edu/bitstream/handle/11124/170687/Johnson_mines_0052E_11207.pdf?sequence=1&isAllowed=y
1621 * GNU Parallel was cited in: Parallel Computing: GNU Parallel
1622   http://www.blopig.com/blog/2017/02/parallel-computing-gnu-parallel/
1624 * Stig Sandbeck Mathisen: Change All The Passwords (Again)
1625   http://garf.us/2017/02/stig-sandbeck-mathisen-change-all-the-passwords-again/
1627 * Trabalhando como Paralelismo no Bash usando o GNU Parallel
1628   http://www.beyeler.com.br/2017/03/trabalhando-como-paralelismo-no-bash-usando-o-gnu-parallel/
1630 * GNU parallel と SQL*Loader 組み合わせ実行例
1631   https://blogs.oracle.com/LetTheSunShineIn/entry/gnu_parallel_%E3%81%A8_sql_loader
1633 * Bug fixes and man page updates.
1636 20170222
1638 * env_parallel now supports /bin/sh, ash, dash.
1640 * --tee will pipe all data to all jobs. Used with --pipe/--pipepart
1641   and :::. Small example: seq 3333 | parallel --pipe --tee --tag 'grep
1642   {} | wc -l' ::: {0..9}
1644 * If --results {replstr} ends in /: save in dir. Otherwise save as
1645   file. Example: parallel --results {} echo {} ::: a b c
1647 * Vote for GNU Parallel's community ads on
1648   http://meta.unix.stackexchange.com/a/4356/2972
1649   http://meta.askubuntu.com/a/16750/22307
1650   http://meta.serverfault.com/a/9040/45704
1652 * GNU Parallel was cited in: Low-delay forwarding with multiple
1653   candidates for VANETs using multi-criteria decision making
1654   http://ieeexplore.ieee.org/document/7835961/
1656 * GNU Parallel was cited in: An Integrated Simulator and Dataset that
1657   Combines Grasping and Vision for Deep Learning
1658   https://arxiv.org/pdf/1702.02103.pdf
1660 * GNU Parallel was cited in: A Bayesian model selection approach for
1661   identifying differentially expressed transcripts from RNA sequencing
1662   data http://onlinelibrary.wiley.com/doi/10.1111/rssc.12213/full
1664 * GNU Parallel was cited in: The impact of copy number variation on
1665   gout, and the apple genome
1666   https://ourarchive.otago.ac.nz/bitstream/handle/10523/7060/BoocockJames2016MSc.pdf?sequence=3
1668 * GNU Parallel was cited in: Reaction rates for reaction-diffusion
1669   kinetics on unstructured meshes
1670   http://aip.scitation.org/doi/10.1063/1.4975167
1672 * GNU Parallel was cited in: Modeling prediction error improves power
1673   of transcriptome-wide association studies
1674   http://biorxiv.org/content/biorxiv/early/2017/02/14/108316.full.pdf
1676 * GNU Parallel was cited in: Proper experimental design requires
1677   randomization/balancing of molecular ecology experiments
1678   http://biorxiv.org/content/biorxiv/early/2017/02/17/109280.full.pdf
1680 * GNU Parallel was cited in: Experiment-based thermal micromagnetic
1681   simulations of the magnetization reversal for ns-range clocked
1682   nanomagnetic logic
1683   http://aip.scitation.org/doi/full/10.1063/1.4974021
1685 * GNU Parallel was cited in: The University of Edinburgh’s systems
1686   submission to the MT task at IWSLT
1687   http://workshop2016.iwslt.org/downloads/IWSLT_2016_paper_27.pdf
1689 * Fast-GBS uses GNU Parallel: https://bitbucket.org/jerlar73/fast-gbs
1691 * Job: DevOps Engineer/Senior Systems Administrator in New York, New
1692   York
1693   http://rockefeller.jobs/new-york-ny/devops-engineersenior-systems-administrator/2DB3408EAC9E4617AD238550F31C7641/job/
1695 * Training in GNU Parallel:
1696   https://www.carc.unm.edu/education-outreach/workshops--training/
1698 * Training in GNU Parallel:
1699   http://www.hpc.lsu.edu/training/registration.php?topic=Parallel%20Serial%20Jobs%20Using%20GNU%20Parallel&date=February%2022,%202017&time=9:00%20AM%20-%2011:00%20AM&place=307%20Frey&deadline=2017-02-21%2016:30:00
1701 * Batch Convert Images from PNG to JPEG
1702   http://coreygoldberg.blogspot.dk/2017/02/batch-convert-images-from-png-to-jpeg.html
1704 * Accelerating Oxford Nanopore Basecalling
1705   http://fowlerlab.org/2017/01/26/accelerating-oxford-nanopore-basecalling/
1707 * parallel и imagemagick в loop на bash
1708   https://www.linux.org.ru/forum/development/13190247
1710 * Bug fixes and man page updates.
1713 20170206alpha
1715 * --tee introduced.
1718 20170122
1720 * sql now uses a temporary credentials file for MySQL to avoid
1721   warning.
1723 * --sqlmaster and --sqlworker have been reworked.
1725 * --sqlworker only reads from the DBURL: any command and any arguments
1726   are ignored.
1728 * --sqlmaster +DBURL will append different commands to the DBURL and
1729   not erase the table.
1731 * If --results contain a replacement string, no tree structure with
1732   args will be generated.
1734 * --fg --tmux or --fg --tmuxpane will connect to the tmux.
1736 * GNU Parallel was cited in: Fast, Automated Indoor Light Detection,
1737   Classification, and Measurement
1738   https://www2.eecs.berkeley.edu/Pubs/TechRpts/2016/EECS-2016-212.pdf
1740 * GNU Parallel was cited in: Unbiased RNA Shotgun Metagenomics in
1741   Social and Solitary Wild Bees Detects Associations with Eukaryote
1742   Parasites and New Viruses
1743   http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0168456
1745 * GNU Parallel was cited in: Almost Event-Rate Independent Monitoring
1746   of Metric Temporal Logic
1747   http://people.inf.ethz.ch/trayteld/papers/tacas17-aerial/aerial.pdf
1749 * 使用GNU parallel命令并行预处理数据: https://blog.razrlele.com/p/1843
1751 * GNU Parallel as a queuing system:
1752   http://puntoblogspot.blogspot.com/2017/01/gnu-parallel-as-queuing-system.html
1754 * AWS re:Invent 2016: Deep Dive on Amazon Elastic File System (STG202)
1755   slide 45
1756   http://www.slideshare.net/AmazonWebServices/aws-reinvent-2016-deep-dive-on-amazon-elastic-file-system-stg202
1757   and https://youtu.be/PlTuJx4VnGw?t=30m16s
1759 * Bug fixes and man page updates.
1762 20161222
1764 * --results foo.csv will save output as a CSV-file. Can be directly
1765   imported into R or LibreCalc.
1767 * When using --pipepart a negative --block-size is not interpreted as
1768   a block size but as the number of blocks each jobslot should have.
1770 * --sqlmaster/--sqlandworker will append jobs to the DBURL if the
1771   DBURL is prepended with +.
1773 * GNU Parallel was cited in: A cloud-based workflow to quantify
1774   transcript-expression levels in public cancer compendia
1775   http://www.nature.com/articles/srep39259
1777 * GNU Parallel was cited in: Determination of crystal structures of
1778   proteins of unknown identity using a marathon molecular replacement
1779   procedure: Structure of Stenotrophomonas maltophilia
1780   phosphate-binding protein
1781   https://www.researchgate.net/publication/308186413_Determination_of_crystal_structures_of_proteins_of_unknown_identity_using_a_marathon_molecular_replacement_procedure_Structure_of_Stenotrophomonas_maltophilia_phosphate-binding_protein
1783 * GNU Parallel was cited in: Large-scale benchmarking reveals false
1784   discoveries and count transformation sensitivity in 16S rRNA gene
1785   amplicon data analysis methods used in microbiome studies
1786   http://microbiomejournal.biomedcentral.com/articles/10.1186/s40168-016-0208-8
1788 * GNU Parallel was cited in: Decomposing Images into Layers via
1789   RGB-space Geometry
1790   https://cs.gmu.edu/~ygingold/singleimage/Decomposing%20Images%20into%20Layers%20via%20RGB-space%20Geometry%20(Tan%20et%20al%202016%20TOG)%20small.pdf
1792 * Transient compute clustering with GNU Parallel and sshfs
1793   https://gist.github.com/Brainiarc7/24c966c8a001061ee86cc4bc05826bf4
1795 * 4 Ways to Batch Convert Your PNG to JPG and Vice-Versa
1796   http://www.tecmint.com/linux-image-conversion-tools/
1798 * All's Fair in Love and Distributed Storage
1799   http://cohesity.com/blog/alls-fair-love-distributed-storage/
1801 * How can I use GNU Parallel to run a lot of commands in parallel
1802   https://www.msi.umn.edu/support/faq/how-can-i-use-gnu-parallel-run-lot-commands-parallel
1804 * 정해영의 블로그 - JEONG Haeyoung's blog
1805   http://blog.genoglobe.com/2016/11/gnu-parallel.html
1807 * 在Linux下将PNG和JPG批量互转的四种方法
1808   http://os.51cto.com/art/201612/524182.htm
1810 * Running in parallel http://tomkimpson.com/howto/gnuparallel/
1812 * Taco Bell Parallel Programming
1813   https://giorgos.sealabs.net/taco-bell-parallel-programming.html
1815 * Bug fixes and man page updates.
1818 20161122
1820 * --record-env can now be used with env_parallel for bash, ksh, pdksh,
1821   and zsh.
1823 * GNU Parallel was cited in: An improved implementation of Conditional
1824   Reciprocal Best Hits with LAST and Python
1825   https://pypi.python.org/pypi/shmlast/1.0.3
1827 * GNU Parallel was cited in: miRPathDB: a new dictionary on microRNAs
1828   and target pathways
1829   http://nar.oxfordjournals.org/content/early/2016/10/13/nar.gkw926.full
1831 * GNU/Parallel – Run multiple commands simultaneously
1832   https://vinusumi.wordpress.com/2016/11/08/gnuparallel-run-multiple-commands-simultaneously/
1834 * Tutorial: Parallel web scraping with CasperJS and GNU Parallel
1835   http://g-liu.com/blog/2016/10/tutorial-parallel-web-scraping-with-casperjs-and-gnu-parallel/
1837 * Bug fixes and man page updates.
1840 20161022
1842 * First command no longer gets stdin as it causes unpredictable issues.
1844 * GNU Parallel was cited in: Efficiently parallelized modeling of
1845   tightly focused, large bandwidth laser pulses
1846   https://arxiv.org/pdf/1609.08146v1.pdf
1848 * How to crunch lots of geodata in parallel
1849   http://blog.faraday.io/how-to-crunch-lots-of-geodata-in-parallel/
1851 * GNU parallel is my new toaster
1852   http://amedee.me/gnu-parallel-is-my-new-toaster/index.html
1854 * Bug fixes and man page updates.
1857 20160922
1859 * parcat - cat files or fifos in parallel
1861 * GNU Parallel was cited in: Velocity: A Netflow Based Optimized
1862   Geo-IP Lookup Tool
1863   https://mospace.umsystem.edu/xmlui/bitstream/handle/10355/50842/Thesis_2016_Pakhare.pdf?sequence=1&isAllowed=y
1865 * GNU Parallel was cited in: Viral deep sequencing needs an adaptive
1866   approach: IRMA, the iterative refinement meta-assembler
1867   http://www.ncbi.nlm.nih.gov/pmc/articles/PMC5011931/
1869 * Using GNU Parallel and ImageMagick for Conversions
1870   https://blog.fractalcomic.com/tutorials/using-gnu-parallel-and-imagemagick-for-conversions/
1872 * Training in GNU Parallel
1873   http://www.cism.ucl.ac.be/Services/Formations/parcomp.pdf
1875 * Chown Ceph OSD data directory using GNU Parallel
1876   http://blog.widodh.nl/2016/08/chown-ceph-osd-data-directory-using-gnu-parallel/
1878 * FastGBS uses GNU Parallel https://bitbucket.org/jerlar73/fastgbs
1880 * dDocent: A guide to ddRAD sequencing
1881   https://ddocent.wordpress.com/ddocent-pipeline-user-guide/
1883 * SOFTWARE GNU Parallel
1884   http://msi-riss.readthedocs.io/en/latest/software/gnu-parallel.html
1886 * Bug fixes and man page updates.
1889 20160822
1891 * --tmuxpane opens jobs in panes in tmux. Useful if you want to
1892   monitor progress of less than 100 simultaneous jobs.
1894 * --linebuffer now treats \r as line ending, too.
1896 * Perl changes forces use of floats to be given with leading zero, so
1897   0.1 and not .1
1899 * --xapply renamed to --link.
1901 * Support for pdksh will fade until someone packages it for Ubuntu 16.
1903 * GNU Parallel was cited in: Exome sequencing of geographically
1904   diverse barley landraces and wild relatives gives insights into
1905   environmental adaptation
1906   http://www.nature.com/ng/journal/vaop/ncurrent/full/ng.3612.html?WT.feed_name=subjects_genetics#references
1908 * GNU Parallel was cited in: Vision-Enhanced Lidar Odometry and
1909   Mapping https://www.ri.cmu.edu/pub_files/2016/8/DLL-thesis.pdf
1911 * Easy parallelization with GNU parallel
1912   http://mpharrigan.com/2016/08/02/parallel.html
1914 * Facebook V: Predicting Check Ins, Winner's Interview: 2nd Place,
1915   Markus Kliegl
1916   http://blog.kaggle.com/2016/08/02/facebook-v-predicting-check-ins-winners-interview-2nd-place-markus-kliegl/
1918 * Parallel import
1919   http://www.manitou-mail.org/blog/2016/07/parallel-import/
1921 * Large file batch processing using NodeJs and GNU Parallel
1922   http://www.zacorndorff.com/2016/07/27/large-file-batch-processing-using-nodejs-and-gnu-parallel/
1924 * Bug fixes and man page updates.
1927 20160722
1929 * env_parallel is now ready for wider testing. It is still beta
1930   quality.
1932 * env_parallel is heavily modified for all shells and testing has been
1933   increased.
1935 * Selectively choosing what to export using --env now works for
1936   env_parallel (bash, csh, fish, ksh, pdksh, tcsh, zsh).
1938 * --round-robin now gives more work to a job that processes faster
1939   instead of same amount to all jobs.
1941 * --pipepart works on block devices on GNU/Linux.
1943 * GNU Parallel was cited in: HybPiper: Extracting Coding Sequence and
1944   Introns for Phylogenetics from High-Throughput Sequencing Reads
1945   Using Target Enrichment
1946   http://www.bioone.org/doi/full/10.3732/apps.1600016
1948 * GNU Parallel was cited in: StrAuto - Automation and Parallelization
1949   of STRUCTURE Analysis
1950   http://www.crypticlineage.net/download/strauto/strauto_doc.pdf
1952 * GNU Parallel was cited in: Tools and techniques for computational
1953   reproducibility
1954   http://gigascience.biomedcentral.com/articles/10.1186/s13742-016-0135-4
1956 * GNU Parallel was cited in: FlashPCA: fast sparse canonical
1957   correlation analysis of genomic data
1958   http://biorxiv.org/content/biorxiv/suppl/2016/04/06/047217.DC1/047217-1.pdf
1960 * GNU Parallel was cited in: Math Indexer and Searcher under the Hood:
1961   Fine-tuning Query Expansion and Unification Strategies
1962   http://research.nii.ac.jp/ntcir/workshop/OnlineProceedings12/pdf/ntcir/MathIR/05-NTCIR12-MathIR-RuzickaM.pdf
1964 * GNU Parallel was cited in: The Evolution and Fate of
1965   Super-Chandrasekhar Mass White Dwarf Merger Remnants
1966   http://arxiv.org/pdf/1606.02300.pdf
1968 * GNU Parallel was cited in: Evaluation of Coastal Scatterometer
1969   Products
1970   https://mdc.coaps.fsu.edu/scatterometry/meeting/docs/2016/Thu_AM/coastal-poster.pdf
1972 * GNU Parallel was used in: https://github.com/splitice/bulkdnsblcheck
1974 * The iconv slurp misfeature
1975   http://www.openfusion.net/linux/iconv_slurp_misfeature
1977 * แบบว่า CPU เหลือ https://veer66.wordpress.com/2016/06/15/gnu-parallel/
1979 * Bug fixes and man page updates.
1982 20160622
1984 * $PATH can now be exported using --env PATH. Useful if GNU Parallel
1985   is not in your path on remote machines.
1987 * If --block is left out, --pipepart will use a block size that will
1988   result in 10 jobs per jobslot.
1990 * The cookie from 2016-01-04 was won by Morgan Rodgers on the
1991   2016-06-06 after 5 months.
1993 * Vote for GNU Parallel's community ad on
1994   https://meta.askubuntu.com/questions/14925/community-promotion-ads-2016/15046#15046
1996 * GNU Parallel was cited in: Genotypic Resistance Tests Sequences
1997   Reveal the Role of Marginalized Populations in HIV-1 Transmission in
1998   Switzerland http://www.nature.com/articles/srep27580
2000 * GNU Parallel was cited in: A Deep-Learning Approach for Operation of
2001   an Automated Realtime Flare Forecast
2002   https://arxiv.org/pdf/1606.01587.pdf
2004 * Unix parallel: Populating all the USB sticks
2005   http://www.markhneedham.com/blog/2016/06/01/unix-parallel-populating-all-the-usb-sticks/
2007 * GNU Parallel is a fantastic utility https://www.dray.be/parallel/
2009 * Combining a large number of VCF files
2010   https://gtamazian.com/2016/06/16/combining-a-large-number-of-vcf-files/
2012 * Useful Scraping Techniques
2013   http://blog.apps.npr.org/2016/06/17/scraping-tips.html
2015 * Tools of the trade
2016   http://onox.com.br/2015/05/tools-of-the-trade/#more-198
2018 * Armslist scraper https://github.com/nprapps/armslist-scraper/
2020 * Bug fixes and man page updates.
2023 20160522
2025 * niceload --net pauses the program if the internet connection is
2026   overloaded.
2028 * Vote for GNU Parallel's community ad on
2029   https://meta.askubuntu.com/questions/14925/community-promotion-ads-2016/15046#15046
2031 * Updated speed comparison between versions
2032   https://www.gnu.org/software/parallel/process-time-j2-1700MHz-3000-1000.pdf
2034 * GNU Parallel was cited in: Improving computation efficiency by
2035   parallel programming
2036   http://www.irbis-nbuv.gov.ua/cgi-bin/irbis_nbuv/cgiirbis_64.exe?C21COM=2&I21DBN=UJRN&P21DBN=UJRN&IMAGE_FILE_DOWNLOAD=1&Image_file_name=PDF/ape_2013_3_44.pdf
2038 * GNU Parallel was cited in: A supernova feedback implementation for
2039   the astrophysical simulation software Arepo
2040   https://arxiv.org/abs/1604.06071
2042 * GNU Parallel was cited in: Lorenz-Mie theory for 2D scattering and
2043   resonance calculations https://arxiv.org/pdf/1505.07691v2.pdf
2045 * GNU Parallel was cited in: Host-pathogen co-evolution and the
2046   emergence of broadly neutralizing antibodies in chronic infections
2047   https://arxiv.org/abs/1512.06296
2049 * GNU Parallel was cited in: Pacific People, Metabolic Disease and
2050   Evolutionary Processes: a mitochondrial DNA study
2051   https://otago.ourarchive.ac.nz/handle/10523/6340
2053 * GNU Parallel was cited in: The effect of domain modeling on
2054   efficiency of planning: Lessons from the Nomystery domain
2055   http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=7407131
2057 * GNU Parallel was cited in: Oops, my tests broke the build: An
2058   analysis of Travis CI builds with GitHub
2059   https://peerj.com/preprints/1984/
2061 * GNU Parallel was cited in: Drosophila Muller F Elements Maintain a
2062   Distinct Set of Genomic Properties Over 40 Million Years of
2063   Evolution http://www.g3journal.org/content/5/5/719.full.pdf+html
2065 * GNU Parallel was cited in: An Empirical Comparison of Neural
2066   Architectures for Reinforcement Learning in Partially Observable
2067   Environments
2068   http://biorxiv.org/content/biorxiv/early/2016/03/24/022707.full.pdf
2070 * GNU Parallel was cited in: PleaseTM: Enabling Transaction Conflict
2071   Management in Requester-wins Hardware Transactional Memory
2072   http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=7446072
2074 * GNU Parallel was cited in: EASE-MM: Sequence-Based Prediction of
2075   Mutation-Induced Stability Changes with Feature-Based Multiple
2076   Models
2077   http://www.sciencedirect.com/science/article/pii/S0022283616000310
2079 * GNU Parallel was cited in: A new orthology assessment method for
2080   phylogenomic data: Unrooted Phylogenetic Orthology
2081   http://mbe.oxfordjournals.org/content/early/2016/04/06/molbev.msw069.short
2082   https://github.com/ballesterus/UPhO
2084 * GNU Parallel was cited in: Distinctive Interest Point Selection for
2085   Efficient Near-duplicate Image Retrieval
2086   http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=7459172
2088 * GNU Parallel was cited in: The Evolution of C Programming Practices:
2089   A Study of the Unix Operating System 1973–2015
2090   https://dl.acm.org/citation.cfm?id=2884799 (It has the cutest
2091   thumbnail graphs I have ever seen scattered all over the text)
2093 * GNU Parallel was cited in: Data processing pipeline for serial
2094   femtosecond crystallography at SACLA
2095   http://journals.iucr.org/j/issues/2016/03/00/zw5001/index.html
2097 * GNU Parallel was cited in: Reconstruction of Fine-Scale Auroral
2098   Dynamics http://arxiv.org/pdf/1512.01460.pdf
2100 * GNU Parallel was cited in: Genomic legacy of the African cheetah,
2101   Acinonyx jubatus
2102   https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4676127/pdf/13059_2015_Article_837.pdf
2104 * GNU Parallel was cited in: Don’t Forget to Lock the Back Door! A
2105   Characterization of IPv6 Network Security Policy
2106   http://benign-research-probe2.eecs.umich.edu/ndss16_ipv6_final.pdf
2108 * GNU Parallel was cited in: Comprehensive Annotation of the
2109   Parastagonospora nodorum Reference Genome Using Next-Generation
2110   Genomics, Transcriptomics and Proteogenomics
2111   http://journals.plos.org/plosone/article/asset?id=10.1371%2Fjournal.pone.0147221.PDF
2113 * GNU Parallel was cited in: How attention influences perceptual
2114   decision making: Single-trial EEG correlates of drift-diffusion
2115   model parameters http://www.cidlab.com/prints/nunez2016attention.pdf
2117 * GNU Parallel was cited in: Telomere And Proximal Sequence Analysis
2118   Using High-Throughput Sequencing Reads
2119   http://repository.upenn.edu/edissertations/1460/
2121 * GNU Parallel was cited in: AT-GIS: Highly Parallel Spatial Query
2122   Processing with Associative Transducers
2123   http://lsds.doc.ic.ac.uk/sites/default/files/ATGIS-SIGMOD16.pdf
2125 * GNU Parallel was cited in: PVAIR: Partial Variable Assignment
2126   InterpolatoR http://verify.inf.usi.ch/sites/default/files/main-2.pdf
2128 * GNU Parallel was cited in: Comparative Cladistics: Fossils,
2129   Morphological Data Partitions and Lost Branches in the Fossil Tree
2130   of Life http://opus.bath.ac.uk/43955/
2132 * GNU Parallel was cited in: Shannon: An Information-Optimal de
2133   NovoRNA-Seq Assembler
2134   http://biorxiv.org/content/biorxiv/early/2016/02/09/039230.full.pdf
2136 * GNU Parallel was cited in: Adaptive Measure-Theoretic Parameter
2137   Estimation for Coastal Ocean Modeling
2138   https://repositories.lib.utexas.edu/handle/2152/32435
2140 * GNU Parallel was cited in: Computational Design of DNA-Binding
2141   Proteins
2142   http://link.springer.com/protocol/10.1007/978-1-4939-3569-7_16
2144 * GNU Parallel was cited in: Reference genotype and exome data from an
2145   Australian Aboriginal population for health-based research
2146   http://www.nature.com/articles/sdata201623
2148 * GNU Parallel was cited in: Do aye-ayes echolocate?
2149   http://biorxiv.org/content/biorxiv/early/2016/04/11/048165.full.pdf
2151 * GNU Parallel was cited in: Functional enrichments of disease
2152   variants across thousands of independent loci in eight diseases
2153   http://biorxiv.org/content/biorxiv/early/2016/04/11/048066.full.pdf
2155 * GNU Parallel was cited in: From genomes to phenotypes: Traitar, the
2156   microbial trait analyzer
2157   http://biorxiv.org/content/biorxiv/early/2016/03/12/043315.full.pdf
2159 * GNU Parallel was mentioned in: Fast Playback Framework for Analysis
2160   of Ground-Based Doppler Radar Observations Using MapReduce
2161   Technology
2162   http://journals.ametsoc.org/doi/pdf/10.1175/JTECH-D-15-0118.1
2164 * NCBI blast tutorial
2165   https://github.com/enormandeau/ncbi_blast_tutorial
2167 * Distributed Preservation Made Simple
2168   https://blog.archive.org/2016/02/26/distributed-preservation-made-simple/
2170 * Parallel Jobs in Luigi http://rjbaxley.com/posts/2016/03/13/parallel_jobs_in_luigi.html
2172 * Bug fixes and man page updates.
2175 20160422
2177 * :::+ and ::::+ work like ::: and :::: but links this input source to
2178   the previous input source in a --xapply fashion. Contrary to
2179   --xapply values do not wrap: The shortest input source determines
2180   the length.
2182 * --line-buffer --keep-order now outputs continously from the oldest
2183   job still running. This is more what you would expect than the
2184   earlier behaviour where --keep-order had no effect with
2185   --line-buffer.
2187 * env_parallel supports tcsh, csh, pdksh. In fish it now supports
2188   arrays. In csh/tcsh it now supports variables, aliases, and arrays
2189   with no special chars. In pdksh it supports aliases, functions,
2190   variables, and arrays.
2192 * Function exporting on Mac OS X works around old Bash version.
2194 * Better CPU detection on OpenIndiana.
2196 * GNU Parallel was cited in: Automatic Methods for Assisted
2197   Recruitment
2198   https://www.researchgate.net/publication/297738658_Automatic_Methods_for_Assisted_Recruitment
2200 * GNU Parallel was cited in: Reinterpretation of ATLAS 8 TeV searches
2201   for Natural SUSY with a R-Sneutrino LSP
2202   http://arxiv.org/pdf/1603.06130.pdf
2204 * GNU Parallel was cited in: An Operational Radiometric Landsat
2205   Preprocessing Framework for Large-Area Time Series Applications
2206   https://www.uni-trier.de/fileadmin/fb6/prof/FER/Publikationen/frantz_et_al_ieee-tgrs-2016-post-print.pdf
2208 * A basic demo of how GNU Parallel can speed up execution of commands
2209   https://www.youtube.com/watch?v=kl8LO2jcvMc
2211 * qbatch uses GNU Parallel: https://pypi.python.org/pypi/qbatch/1.0rc2
2213 * FaceCrop uses GNU Parallel: https://github.com/EderSantana/FaceCrop
2215 * Parallel Processing with Catmandu
2216   https://librecatproject.wordpress.com/2016/04/20/parallel-processing-with-catmandu/
2218 * GNU parallel 應用範例
2219   http://staypython.blogspot.dk/2016/04/gnu-parallel.html
2221 * Bug fixes and man page updates.
2224 20160322
2226 * env_parallel is a function that exports the environment (functions,
2227   aliases, variables, and arrays) to GNU Parallel. Run 'man
2228   env_parallel' for details.
2230 * niceload --prg now searches for substrings if no process with the
2231   name is found.
2233 * GNU Parallel was cited in: Random Forest DBSCAN for USPTO Inventor
2234   Name Disambiguation http://arxiv.org/pdf/1602.01792.pdf
2236 * GNU Parallel was mentioned (with wrong citation) in: Dual Level
2237   Parallel Computations for LargeScale High-Fidelity Database to
2238   Design Aerospace Vehicles
2239   http://www.nas.nasa.gov/assets/pdf/papers/Guruswamy_2013_DualLevelParallelComputations.pdf
2241 * Using ‘Parallel’ in Unix
2242   https://shearnrylan.wordpress.com/2016/02/22/using-parallel-in-unix/
2244 * JPEG Squish uses (and co-distributes) GNU Parallel:
2245   http://dantidswell.co.uk/jpeg-squish/
2247 * Bug fixes and man page updates.
2250 20160222
2252 * Vote for new community on Superuser, Ask Ubuntu, Unix&Linux
2253   http://meta.superuser.com/questions/11127/community-promotion-ads-2016/11225#11225
2254   http://meta.askubuntu.com/questions/14925/community-promotion-ads-2016/15046#15046
2255   http://meta.unix.stackexchange.com/questions/3854/community-promotion-ads-2016/3893#3893
2257 * Daily Quick Tip: parallel
2258   https://medium.com/@jacaetevha/daily-quick-tip-parallel-8772435f6582
2260 * Downloading a list of URLs
2261   http://blog.gypsydave5.com/2016/02/04/xargs-and-curl/
2263 * Using GNU Parallel and ImageMagick for Conversions
2264   http://blog.fractalcomic.com/tutorials/using-gnu-parallel-and-imagemagick-for-conversions/
2266 * Running bash commands in parallel
2267   http://linuxcommando.blogspot.dk/2016/01/running-bash-commands-in-parallel.html
2269 * parallel processing in PDAL
2270   https://smathermather.wordpress.com/2016/01/28/parallel-processing-in-pdal/
2272 * A Million Text Files And A Single Laptop
2273   http://randyzwitch.com/gnu-parallel-medium-data/
2275 * 「今日から使い切る」ための GNU Parallelによる並列処理入門
2276   http://www.slideshare.net/koji_matsuda/gnu-parallel
2278 * Bug fixes and man page updates.
2281 20160122
2283 * --sql DBURL uses DBURL as storage for jobs and output. It does not
2284   run any jobs so it requires at least one --sqlworker. DBURL must
2285   point to a table.
2287 * --sqlworker DBURL gets jobs from DBURL and stores the result back to
2288   DBURL.
2290 * --sqlandworker is a shorthand for --sql and --sqlworker.
2292 * --sqlworker requires the output of a single job to fit in memory.
2294 * --results now also saves a file called 'seq' containing the sequence
2295   number.
2297 * If $PARALLEL_ENV is a file, then that file will be read into
2298   $PARALLEL_ENV.
2300 * man parallel_tutorial has been given an overhaul.
2302 * --workdir now accepts replacementstrings.
2304 * GNU Parallel was cited in: Possum - A Framework for
2305   Three-Dimensional Reconstruction of Brain Images from Serial
2306   Sections http://link.springer.com/article/10.1007/s12021-015-9286-1
2308 * GNU Parallel was cited in: A Genetic Algorithm for the selection of
2309   structural MRI features for classification of Mild Cognitive
2310   Impairment and Alzheimer's Disease
2311   http://ieeexplore.ieee.org/xpl/abstractReferences.jsp?tp=&arnumber=7359909&url=http%3A%2F%2Fieeexplore.ieee.org%2Fxpls%2Fabs_all.jsp%3Farnumber%3D7359909
2313 * GNU Parallel was cited in: The Effect of Domain Modeling on
2314   Performance of Planning Algorithms
2315   http://isaim2016.cs.virginia.edu/papers/ISAIM2016_Bartak_Vodrazka.pdf
2317 * Plotting time tables for jobs run by GNU Parallel
2318   https://github.com/ziotom78/plot_joblog
2320 * GNU Parallel was used in: Mission Impossible: you have 1 minute to
2321   analyze the Ebola Genome https://www.biostars.org/p/119397
2323 * GNU Parallel is used in LAST: http://last.cbrc.jp/
2325 * Distributed Log Search Using GNU Parallel
2326   http://codehate.com/blog/2015/12/01/distributed-log-search-using-gnu-parallel/
2328 * Bug fixes and man page updates.
2331 20151222
2333 * --transfer is now an alias for --transferfile {}.
2335 * --transferfile works like --transfer, but takes an argument like
2336   --return. This makes it possible to combine transferring files
2337   with multiple input sources: parallel -S server --tf {1} wc {2}
2338   {1} ::: * ::: -l -w -c
2340 * total_jobs() can now be used in {= =}: parallel echo job {#} of '{=
2341   $_=total_jobs() =}' ::: {1..50}
2343 * GNU Parallel was cited in: Evolution and Learning in Heterogeneous
2344   Environments
2345   http://research.gold.ac.uk/15078/1/COM_thesis_JonesD_2015.pdf
2347 * GNU Parallel was cited in: Achieving Consistent Doppler Measurements
2348   from SDO/HMI Vector Field Inversions
2349   http://arxiv.org/pdf/1511.06500.pdf
2351 * Flo uses GNU Parallel: https://github.com/wurmlab/flo
2353 * 使用 GNU parallel 來平行運算
2354   http://mutolisp.logdown.com/posts/316959-using-gnu-parallel-to-parallel-computing
2356 * Bug fixes and man page updates.
2359 20151122
2361 * GNU Parallel packaged for CERN CentOS:
2362   http://linuxsoft.cern.ch/cern/centos/7/cern/x86_64/repoview/parallel.html
2364 * GNU Parallel was cited in: The Outer Solar System Origins Survey:
2365   I. Design and First-Quarter Discoveries
2366   http://arxiv.org/pdf/1511.02895.pdf
2368 * GNU Parallel was cited in: Contrasting genetic architectures of
2369   schizophrenia and other complex diseases using fast
2370   variance-components analysis
2371   http://www.nature.com/ng/journal/vaop/ncurrent/full/ng.3431.html
2373 * GNU Parallel was cited in: Named-Entity Chunking for Norwegian Text
2374   using Support Vector Machines
2375   http://ojs.bibsys.no/index.php/NIK/article/viewFile/248/211
2377 * GNU Parallel was cited in: Multiscale Estimation of Binding Kinetics
2378   Using Brownian Dynamics, Molecular Dynamics and Milestoning
2379   http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1004381#pcbi.1004381.ref072
2381 * GNU Parallel was cited in: A Detailed Characterization of Errors in
2382   Logic Circuits due to Single-Event Transients
2383   http://ieeexplore.ieee.org/xpl/articleDetails.jsp?tp=&arnumber=7302348&url=http%3A%2F%2Fieeexplore.ieee.org%2Fxpls%2Fabs_all.jsp%3Farnumber%3D7302348
2385 * GNU Parallel was cited in: Arabic Speaker Emotion Classification
2386   Using Rhythm Metrics and Neural Networks
2387   http://www.eurasip.org/Proceedings/Eusipco/Eusipco2015/papers/1570104855.pdf
2389 * GNU Parallel was cited in: Stride Search: a general algorithm for
2390   storm detection in high resolution climate data
2391   http://www.geosci-model-dev-discuss.net/8/7727/2015/gmdd-8-7727-2015.pdf
2393 * GNU Parallel was cited in: Decomposing Digital Paintings into Layers
2394   via RGB-space Geometry http://arxiv.org/pdf/1509.03335.pdf
2396 * GNU Parallel was cited in: Structure and evolutionary history of a
2397   large family of NLR proteins in the zebrafish
2398   http://www.biorxiv.org/content/biorxiv/early/2015/09/18/027151.full.pdf
2400 * GNU Parallel was cited in: Evolution of movement strategies under
2401   competitive interactions
2402   http://digital.csic.es/bitstream/10261/115973/1/evolution_movement_strategies_Kiziridis.pdf
2404 * Automating large numbers of tasks
2405   https://rcc.uchicago.edu/docs/tutorials/kicp-tutorials/running-jobs.html
2407 * Max out your IOPs with GNU Parallel
2408   http://blog.bitratchet.com/2015/11/11/max-out-your-iops-with-gnu-parallel/
2410 * Bug fixes and man page updates.
2413 20151022
2415 * --plus makes it possible to use {##} as a shorthand for
2416   {= $_=$Global::JobQueue->total_jobs() =} which gives the the number
2417   of jobs to run in total.
2419 * {= $_=$Global::JobQueue->total_jobs() =} is incompatible with -X,
2420   -m, and --xargs.
2422 * GNU Parallel is now mostly compatible with lsh
2423   (http://www.lysator.liu.se/~nisse/lsh/) and somewhat compatible with
2424   autossh (http://www.harding.motd.ca/autossh/).
2426 * --workdir ... now also works when run locally.
2428 * GNU Parallel was cited in: There is no (75, 32, 10, 16) strongly
2429   regular graph http://arxiv.org/pdf/1509.05933.pdf
2431 * GNU Parallel was cited in: Roary: rapid large-scale prokaryote pan
2432   genome analysis
2433   http://bioinformatics.oxfordjournals.org/content/early/2015/08/05/bioinformatics.btv421.full.pdf+html
2435 * GNU Parallel is used in TraitAR:
2436   https://testpypi.python.org/pypi/traitar/0.1.4
2438 * A parallel and fast way to download multiple files
2439   http://onetipperday.blogspot.com/2015/10/a-parallel-and-fast-way-to-download.html
2441 * Usar GNU Parallel para aumentar el rendimiento de tus scripts
2442   http://adrianarroyocalle.github.io/blog/2015/10/20/usar-gnu-parallel/
2444 * Bug fixes and man page updates.
2447 20150922
2449 * GNU Parallel was cited in: Flexible Modeling of Epidemics with an
2450   Empirical Bayes Framework
2451   http://journals.plos.org/ploscompbiol/article?id=10.1371%2Fjournal.pcbi.1004382
2453 * GNU Parallel was cited in: BL1: 2D Potts Model with a Twist
2454   https://sucs.swan.ac.uk/~rjames93/Dissertation.pdf
2456 * GNU Parallel was cited in: A Scalable Parallel Implementation of
2457   Evolutionary Algorithms for Multi-Objective Optimization on GPUs
2458   http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=7257074
2460 * GNU Parallel was cited in: How Can We Measure the Similarity Between
2461   Résumés of Selected Candidates for a Job?
2462   https://www.researchgate.net/publication/275954089_How_can_we_measure_the_similarity_between_rsums_of_selected_candidates_for_a_job
2464 * GNU Parallel was cited in: Interplay of cell dynamics and epithelial
2465   tension during morphogenesis of the Drosophila pupal wing
2466   http://www.researchgate.net/profile/Raphael_Etournay/publication/279061859_Interplay_of_cell_dynamics_and_epithelial_tension_during_morphogenesis_of_the_Drosophila_pupal_wing/links/558a95ad08aeae8413bcceea.pdf
2468 * Third-party selling GNU Parallel T-shirts
2469   http://www.aliexpress.com/item/2015F-BSO-GNU-LOGO-GNU-PARALLEL-men-s-shirt-sleeve-visual-illusion-error/32464827966.html
2471 * Joys of gnu parallel
2472   http://scottolesen.com/index.php/2015/08/26/joys-of-gnu-parallel/
2474 * Crop and resize images with bash and ImageMagick
2475   https://www.simonholywell.com/post/2015/08/image-resize-crop-bash-imagemagick/
2477 * Three Ways to Script Processes in Parallel
2478   http://www.codeword.xyz/2015/09/02/three-ways-to-script-processes-in-parallel/
2480 * What It Looks Like to Process 3.5 Million Books
2481   http://blog.gdeltproject.org/what-it-looks-like-to-process-3-5-million-books/
2483 * Bug fixes and man page updates.
2486 20150822
2488 * If $job->skip() is called in {= =} the job will not be run.
2490 * @arg can now be used in {= =}: parallel echo '{= $arg[2] < 5 and
2491   $_="j" =}' ::: 1 2 3 ::: 4 5 6
2493 * Version of GNU Parallel that uses PostgreSQL as backend
2494   https://github.com/stephen-fralich/parallel-sql/
2496 * SpeedSeq: ultra-fast personal genome analysis and interpretation
2497   http://www.nature.com/nmeth/journal/vaop/ncurrent/full/nmeth.3505.html
2499 * GNU Parallel is used in elPrep: https://github.com/ExaScience/elprep
2501 * Who actually reads the code?
2502   http://www.fsf.org/blogs/community/who-actually-reads-the-code
2504 * Introduction to GNU Parallel
2505   http://erictleung.com/2015/08/06/intro-to-gnu-parallel/
2507 * ¿Alguien se lee el código?
2508   http://www.taringa.net/post/linux/18854759/Alguien-se-lee-el-codigo.html
2510 * ¿Quién se lee el código fuente?
2511   https://victorhckinthefreeworld.wordpress.com/2015/08/12/quien-se-lee-el-codigo-fuente/
2513 * Distribution des traitements avec GNU Parallel
2514   http://blog.inovia-conseil.fr/?p=226#4
2516 * Эксперимент по проверке, читают ли код открытых проектов
2517   http://www.opennet.ru/opennews/art.shtml?num=42718
2519 * 多核心主機搭配 GNU parallel
2520   http://blog.zeroplex.tw/2015/08/gnu-parallel.html
2522 * Bug fixes and man page updates.
2525 20150722
2527 * If a record fits in a block, --block only reads upto the size of
2528   --block. If not: --block reads a full --block more.
2530 * Due to widely spread distributions still using --tollef even after a
2531   year of being retired following a year of being obsolete, --tollef
2532   now gives an error unless used with --gnu.
2534 * --nice now uses a perl wrapper instead of the nice command.
2536 * Cookie 2013-08-18 was won by Mark Maimone, 1 year and 11 months
2537   after release.
2539 * A parser for GNU Parallel --joblog files:
2540   https://github.com/harryjubb/joblog
2542 * GNU Parallel was cited in: Dynamical formation & scattering of
2543   hierarchical triples: Cross sections, Kozai-Lidov oscillations, and
2544   collisions http://arxiv.org/pdf/1507.03593.pdf
2546 * GNU Parallel was cited in: A Fast Compiler for NetKAT
2547   http://arxiv.org/pdf/1506.06378.pdf
2549 * GNU Parallel was cited in: Decomposing Time-Lapse Paintings into
2550   Layers
2551   http://cs.gmu.edu/~ygingold/timemap/Decomposing%20Time-Lapse%20Paintings%20into%20Layers%20(Tan%20et%20al%202015%20SIGGRAPH)%20600dpi.pdf
2553 * GNU Parallel was used in: Somatic mutation calling from the matched
2554   tumor-normal exome-sequencing
2555   http://fafner.meb.ki.se/biostatwiki/somac/
2557 * Parallel Processing from the Command Line
2558   https://www.perpetual-beta.org/weblog/parallel-processing-from-the-command-line.html
2560 * Using GNU Parallel to speed up network operations
2561   http://vielmetti.typepad.com/vacuum/2015/06/using-gnu-parallel-to-speed-up-network-operations.html
2563 * Crawl faster with "parallel" - but how fast?
2564   http://andreas-wpv.blogspot.com/2015/07/crawl-faster-with-parallel-but-how-fast.html
2566 * Simultaneously benchmark many URLs with ApacheBench and GNU parallel
2567   https://www.simonholywell.com/post/2015/06/parallel-benchmark-many-urls-with-apachebench/
2569 * Bug fixes and man page updates.
2572 20150622
2574 * --halt has been rewritten completely. You can now combine
2575   percentages with success or fail. See the man page.
2577 * Exit values 102..254 have been removed. 101 means more than 100 jobs
2578   failed.
2580 * Killing through --timeout, --memfree, or --halt is now done as a
2581   process group.
2583 * --termseq determines which signals are sent when a job is killed.
2585 * An empty argument would previously cause no string to be
2586   inserted. This is now changed to '' being inserted, thus prepending
2587   a space to the output of: parallel echo {} b ::: ''
2589 * $PARALLEL_ENV can now be set to an environment prepending the
2590   command. Used in env_parallel as mentioned in the manpage.
2592 * --retry-failed will retry all failed jobs in a joblog. It will
2593   ignore any command given.
2595 * --ssh and $PARALLEL_SSH can be used to set the command used for
2596   ssh. The command is assumed to behave the same way as ssh.
2598 * --fifo now works in csh, too.
2600 * Q(...) can be used in {= =} to shell quote a string.
2602 * GNU Parallel was cited in: DockBench: An Integrated Informatic
2603   Platform Bridging the Gap between the Robust Validation of Docking
2604   Protocols and Virtual Screening Simulations
2605   http://www.mdpi.com/1420-3049/20/6/9977
2607 * GNU Parallel was cited in: Swedes Online: You Are More Tracked Than
2608   You Think
2609   http://www.diva-portal.org/smash/get/diva2:807623/FULLTEXT01.pdf
2611 * GNU Parallel was cited in: Tutorial: Lorenz-Mie theory for 2D
2612   scattering and resonance calculations
2613   http://arxiv.org/pdf/1505.07691.pdf
2615 * GNU Parallel was cited in: A quantitative assessment of the Hadoop
2616   framework for analyzing massively parallel DNA sequencing data
2617   http://link.springer.com/article/10.1186/s13742-015-0058-5
2619 * GNU Parallel was cited in: A composite genome approach to identify
2620   phylogenetically informative data from next-generation sequencing
2621   http://www.biomedcentral.com/content/pdf/s12859-015-0632-y.pdf
2623 * GNU Parallel is used in: taxator-tk
2624   http://algbio.cs.uni-duesseldorf.de/webapps/wa-download/
2626 * GNU Parallel is used in: https://github.com/d2207197/local-mapreduce
2628 * GNU Parallel is used in: wiki-edit-news https://github.com/albert-decatur/wiki-edit-news
2630 * GNU Parallel is used in: A Fingerprint Identification System
2631   https://curve.carleton.ca/system/files/theses/28733.pdf
2633 * Job ad asking for GNU Parallel experience:
2634   http://searchjobs.intel.com/gdansk-pol/software-validation-engineer/63A06826DAF24797AB414DC146201C2E/job/
2636 * Using BLAT http://wangzhengyuan.blogspot.dk/2015/06/using-blat.html
2638 * Bug fixes and man page updates.
2641 20150522
2643 * Security: The security issue for --sshlogin + --fifo/--cat has been
2644   fixed. Thereby all issues with
2645   http://lists.gnu.org/archive/html/parallel/2015-04/msg00045.html
2646   have been fixed.
2648 * Security: After further security analysis the issue fixed in
2649   20150422 also fixed the problem for --tmux.
2651 * GNU Parallel was cited in: CIDER: a pipeline for detecting waves of
2652   coordinated transcriptional regulation in gene expression
2653   time-course data
2654   http://biorxiv.org/content/biorxiv/early/2015/03/17/012518.full.pdf
2656 * GNU Parallel was cited in: Building Genomic Analysis Pipelines in a
2657   Hackathon Setting with Bioinformatician Teams: DNA-seq, Epigenomics,
2658   Metagenomics and RNA-seq
2659   http://biorxiv.org/content/biorxiv/early/2015/05/05/018085.full.pdf
2661 * GNU Parallel was cited in: Sequencing the cap-snatching repertoire
2662   of H1N1 influenza provides insight into the mechanism of viral
2663   transcription initiation
2664   http://nar.oxfordjournals.org/content/early/2015/04/20/nar.gkv333.full.pdf
2666 * GNU Parallel was cited in: Genome assembly using Nanopore-guided
2667   long and error-free DNA reads
2668   http://www.biomedcentral.com/content/pdf/s12864-015-1519-z.pdf
2670 * GNU Parallel was used (unfortunately with wrong citation) in:
2671   Comparing the CarbonTracker and TM5-4DVar data assimilation systems
2672   for CO2 surface flux inversions
2673   http://www.atmos-chem-phys-discuss.net/15/8883/2015/acpd-15-8883-2015-discussion.html
2675 * GNU Parallel was used in: Gene Set Omic Analysis (GSOA) method
2676   https://bitbucket.org/srp33/gsoa
2678 * A Quick and Neat :) Orchestrator using GNU Parallel
2679   http://www.elsotanillo.net/2015/05/a-quick-and-neat-orchestrator-using-gnu-parallel/
2681 * Execute commands on multiple computers using GNU Parallel (setting
2682   up a cluster on the cheap)
2683   https://spectraldifferences.wordpress.com/2015/04/26/execute-commands-on-multiple-computers-using-gnu-parallel-setting-up-a-cluster-on-the-cheap/
2685 * Functions and GNU parallel for effective cluster load management
2686   http://genomespot.blogspot.dk/2015/04/functions-and-gnu-parallel-for.html
2688 * Use parallel processing to save time importing databases
2689   http://drupalsun.com/node/41854
2691 * Run multiple ssh commands in parallel with GNU Parallel
2692   http://www.ameir.net/blog/archives/380-run-multiple-ssh-commands-in-parallel-with-gnu-parallel.html
2694 * Importing huge databases faster
2695   https://www.lullabot.com/blog/article/importing-huge-databases-faster
2697 * Parallel? Gnu parallel! https://debian.pro/1834
2699 * Bug fixes and man page updates.
2702 20150422
2704 New in this release:
2706 * Security fix. An attacker on the local system could make you
2707   overwrite one of your own files with a single byte. The problem
2708   exist when you use --compress or --tmux or --pipe or --cat or
2709   --fifo. The attacker must figure out the randomly chosen file name
2710   and create a symlink within a time window of 15 ms.
2712 * --shuf will generate all jobs, and shuffle them before running
2713   them. This is useful to get a quick preview of the results before
2714   running the full batch.
2716 * GNU Parallel now has a DOI: https://dx.doi.org/10.5281/zenodo.16303
2718 * GNU Parallel was cited in: Scaling Machine Learning for Target
2719   Prediction in Drug Discovery using Apache Spark
2720   https://cris.cumulus.vub.ac.be/portal/files/5147244/spark.pdf
2722 * GNU Parallel was cited in: Bayesian inference of protein structure
2723   from chemical shift data https://peerj.com/articles/861/
2725 * GNU Parallel was cited in: Toward Enhanced Metadata Quality of
2726   Large-Scale Digital Libraries: Estimating Volume Time Range
2727   https://www.ideals.illinois.edu/bitstream/handle/2142/73656/186_ready.pdf
2729 * GNU Parallel was cited in: Experimental study on the Wind Farm
2730   Substation Cable Installation Problem
2731   http://i11www.iti.uni-karlsruhe.de/_media/teaching/theses/ma-schmitz-14.pdf
2733 * GNU Parallel was used in: https://github.com/KAPPS-/landsat-gifworks
2735 * GNU Parallel was used in: https://github.com/exascience/elprep
2737 * GNU Parallel was used in:
2738   http://search.cpan.org/~jillrowe/HPC-Runner-GnuParallel-0.01/
2740 * GNU Parallel was used in:
2741   http://search.cpan.org/~ajpage/Bio-Roary-2.0.7/lib/Bio/Roary/JobRunner/Parallel.pm
2743 * GNU Parallel was used in: Rapid haploid SNP calling
2744   https://github.com/tseemann/snippy
2746 * Pictures and Metadata
2747   http://www.ozzy.no/2015/02/05/pictures-and-metadata/
2749 * Task automation with bash and parallel
2750   https://biowize.wordpress.com/2015/03/23/task-automation-with-bash-and-parallel/
2752 * How To: Speed Up File Transfers in Linux using RSync with GNU
2753   Parallel
2754   http://www.yourownlinux.com/2015/04/speed-up-file-transfers-using-rsync-with-gnu-parallel.html
2756 * Mirroring a Git Repository
2757   https://avacariu.me/articles/mirroring-a-git-repository.html
2759 * Add an ENVI header to JAXA Global Mangrove Watch PALSAR tiles
2760   https://spectraldifferences.wordpress.com/2015/03/24/add-an-envi-header-to-jaxa-global-mangrove-watch-palsar-tiles/
2762 * 你见过的最牛逼的命令行程序是什么?
2763   http://www.zhihu.com/question/29257300
2765 * Bug fixes and man page updates.
2768 20150322
2770 New in this release:
2772 * --number-of-cores respects 'taskset' on GNU/Linux.
2774 * --joblog --pipe gives the data send and received in the log.
2776 * GNU Parallel was tested to support 100 GB sized records in --pipe. A
2777   few bugs was fixed to support >2 GB records. It works, but is rather
2778   slow.
2780 * GNU Parallel was cited in: RIG: Recalibration and Interrelation of
2781   genomic sequence data with the GATK
2782   http://www.g3journal.org/content/early/2015/02/13/g3.115.017012.full.pdf+html
2784 * GNU Parallel was cited in: MPI-blastn and NCBI-TaxCollector:
2785   Improving metagenomic analysis with high performance classification
2786   and wide taxonomic attachment
2787   http://www.worldscientific.com/doi/abs/10.1142/S0219720014500139?af=R&
2789 * GNU Parallel was cited in: Recent evolution in Rattus norvegicus is
2790   shaped by declining effective population size
2791   http://biorxiv.org/content/biorxiv/early/2015/03/01/015818.full.pdf
2793 * GNU Parallel was cited in: Evidence for DCO+ as a probe of
2794   ionization in the warm disk surface
2795   http://arxiv.org/pdf/1503.02659.pdf
2797 * GNU Parallel was cited in: De novo assembly and annotation of the
2798   Asian tiger mosquito (Aedes albopictus) repeatome with dnaPipeTE
2799   from raw genomic reads and comparative analysis with the yellow
2800   fever mosquito (Aedes aegypti)
2801   http://gbe.oxfordjournals.org/content/early/2015/03/11/gbe.evv050.full.pdf
2803 * GNU Parallel was cited in: A General Approach to Network
2804   Configuration Analysis
2805   http://research.microsoft.com/en-us/um/people/ratul/papers/nsdi2015-batfish.pdf
2807 * GNU Parallel was cited in: Scrimer: designing primers from
2808   transcriptome data
2809   http://onlinelibrary.wiley.com/doi/10.1111/1755-0998.12403/pdf
2811 * GNU Parallel was cited in: Efficient Retrieval of Key Material for
2812   Inspecting Potentially Malicious Traffic in the Cloud
2813   http://sacko.uk/pdf/2015.1.pdf
2815 * GNU Parallel will be presented at Strataconf: Poor Man's Parallel
2816   Pipelines
2817   http://strataconf.com/big-data-conference-uk-2015/public/schedule/detail/40031
2819 * GNU Parallel was used in:
2820   https://github.com/alexbyrnes/FCC-Political-Ads_The-Code
2822 * GNU Parallel was used in: https://github.com/martymac/fpart
2824 * GNU Parallel was used in:
2825   https://github.com/hoytak/diabetic-retinopathy-code
2827 * GNU Parallel was used in:
2828   https://github.com/mehmattski/HybSeqPipeline
2830 * GNU Parallel was used in:
2831   http://search.cpan.org/~ajpage/Bio-Roary-2.0.0/lib/Bio/Roary/JobRunner/Parallel.pm
2833 * Using GNU Parallel on a Raspberry Pi cluster:
2834   http://www.dcglug.org.uk/cluster-progress/
2836 * An introduction to vector tiling and map reduce in postgis:
2837   http://dimensionaledge.com/intro-vector-tiling-map-reduce-postgis/
2839 * Running scripts in parallel with GNU Parallel:
2840   http://code.jasonbhill.com/2015/03/
2842 * Mahout: Parallelising the creation of DecisionTrees:
2843   http://www.markhneedham.com/blog/2012/12/27/mahout-parallelising-the-creation-of-decisiontrees/
2845 * High-Performance Scientific Computing: Running serial jobs in
2846   parallel
2847   https://support.scinet.utoronto.ca/education/staticpublic/course178/serial.pdf
2849 * Parallel cardinality on your laptop
2850   https://highonscience.wordpress.com/2015/03/15/parallel-cardinality-on-your-laptop/
2852 * Experiments about a better locate using grep
2853   http://a3nm.net/blog/better_locate.html
2855 * Homework with GNU Parallel:
2856   https://support.scinet.utoronto.ca/education/staticpublic/course178content349.html
2858 * Parallel - Jobs in Skripten parallelisieren:
2859   https://slzm.de/blog/linux-tool-des-tages-parallel-jobs-in-skripten-parallelisieren/#more-612
2861 * GNU Parallel, czyli 100% użycia procesora
2862   http://matmatyk.blogspot.dk/2015/03/gnu-parallel-czyli-100-uzycia-procesora.html
2864 * Bug fixes and man page updates.
2867 20150222
2869 * --tmux has gotten a major overhaul.
2871 * GNU Parallel was cited in: RaftLib: A C++ Template Library for High
2872   Performance Stream Parallel Processing
2873   http://www.cs.wustl.edu/~lip/pubs/pmam15_jbeard.pdf
2875 * GNU Parallel was cited in: Quantifying properties of hot and dense
2876   QCD matter through systematic model-to-data comparison
2877   http://arxiv.org/pdf/1502.00339.pdf
2879 * GNU Parallel was cited in: Towards Collaborative Exploration and
2880   Analysis of Big Data from Mars: A Noachis Terra Case Study
2881   http://link.springer.com/chapter/10.1007/978-3-319-13865-7_25
2883 * GNU Parallel was used (unfortunately with wrong citation) in:
2884   Performance and Scaling Comparison Study of RDBMS and NoSQL
2885   (MongoDB)
2886   http://ijact.in/wp-content/uploads/2014/11/COMPUSOFT-311-1270-1275.pdf
2888 * GNU Parallel was used (unfortunately without citation) in: Parallel
2889   Implementation of Big Data Pre-Processing Algorithms for Sentiment
2890   Analysis of Social Networking Data
2891   http://www.researchmathsci.org/IJFMAart/ijfma-v6n2-7.pdf
2893 * GNU Parallel was used (unfortunately without citation) in: SpeedSeq:
2894   Ultra-fast personal genome analysis and interpretation
2895   http://biorxiv.org/content/biorxiv/early/2014/12/05/012179.full.pdf
2897 * Zip Folders with GNU Parallel
2898   http://fazky.github.io/posts/Linux/2015-01-07-GNU-Parallel.html
2900 * Using GNU Parallel with Freesurfer
2901   http://programminginadarkroom.blogspot.dk/2015/02/using-gnu-parallel-with-freesurfer.html
2903 * GNU Parallel is used in Velociraptor: https://github.com/ericwhyne/Velociraptor
2905 * Marcus Beach GNU Parallel http://marcusbeach.co/gnu-parallel/
2907 * Bug fixes and man page updates.
2910 20150122
2912 * Remote jobs now send stderr (standard error) to stderr (standard
2913   error) instead of stdout (standard output).
2915 * Remote execution command is now packed using base64 encoded
2916   bzip2. This means that big environments (app. 100 KB) can be
2917   transferred. This change makes remote execution alpha quality.
2919 * --semaphoretimeout now takes a negative value. This means give up if
2920   the semaphore is not gotten within the timeout.
2922 * --halt -1 and -2 now means halt if a job succeeds (so the opposite
2923   of 1 and 2).
2925 * --no-keep-order will reverse --keep-order.
2927 * Bash's second fix of shellshock caused --env to break again when
2928   exporting functions. This has been fixed again.
2930 * A semibig refactoring of big functions. All non-trivial functions
2931   are now less than 100 lines. The refactoring makes this release beta
2932   quality.
2934 * A description of the design decisions for GNU Parallel can be found
2935   in 'man parallel_design'.
2937 * A bug fix in replacement strings caused rewrite of the replacement
2938   function. This makes use of replacement strings alpha quality.
2940 * GNU Parallel was cited in: Improving Energy and Performance with
2941   Spintronics Caches in Multicore Systems
2942   http://link.springer.com/chapter/10.1007/978-3-319-14313-2_24
2944 * GNU Parallel was cited in: Parallel post-processing with MPI-Bash
2945   http://dl.acm.org/citation.cfm?id=2691137
2947 * GNU Parallel was cited in: Distinguishing cause from effect using
2948   observational data: methods and benchmarks
2949   http://arxiv-web3.library.cornell.edu/pdf/1412.3773.pdf
2951 * GNU Parallel was cited in: Data Science at the Command Line
2952   http://cdn.oreillystatic.com/oreilly/booksamplers/9781491947852_sampler.pdf
2954 * GNU Parallel was cited in: Resolution of Genetic Map Expansion
2955   Caused by Excess Heterozygosity in Plant Recombinant Inbred
2956   Populations http://www.g3journal.org/content/4/10/1963.full.pdf
2958 * GNU Parallel was cited in: Bayesian Inference of Protein Structure
2959   from Chemical Shift Data https://peerj.com/preprints/692v1.pdf
2961 * GNU Parallel was cited in: Clonal interference and Mullerʼs ratchet
2962   in spatial habitats http://iopscience.iop.org/1478-3975/11/5/056003
2964 * GNU Parallel was cited in: Computação Verde na Camada de Aplicação
2965   https://linux.ime.usp.br/~tpaiva/mac0499/files/monografia.pdf
2967 * GNU Parallel was cited in: Frameshift alignment: statistics and
2968   post-genomic applications
2969   http://bioinformatics.oxfordjournals.org/content/30/24/3575.full.pdf+html
2971 * GNU Parallel was cited in: Towards Recommender Engineering Tools and
2972   Experiments for Identifying Recommender Differences
2973   http://elehack.net/research/thesis/mde-thesis.pdf
2975 * GNU Parallel was cited in: Speaker Environment Classification Using
2976   Rhythm Metrics in Levantine Arabic Dialect
2977   http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=6923918
2979 * GNU Parallel was cited in: A Formal Proof Of The Kepler Conjecture
2980   http://arxiv.org/pdf/1501.02155.pdf
2982 * GNU Parallel was cited in: Allocation Policy Analysis for Cache
2983   Coherence Protocols for STT-MRAM-based caches
2984   http://conservancy.umn.edu/bitstream/handle/11299/169362/Nandkar_umn_0130M_15551.pdf
2986 * GNU Parallel was cited in: Using Trusted Platform Module for
2987   securing virtual environment access in Cloud
2988   http://dar.aucegypt.edu:8080/bitstream/handle/10526/4237/Using%20Trusted%20Platform%20Module%20for%20Securing%20Virtual%20Environment%20Access%20in%20Cloud.pdf
2990 * GNU Parallel was cited in: Weakly Supervised Learning for
2991   Compositional Sentiment Recognition
2992   http://computerlinguist.org/static/downloads/ma-thesis/Master_Thesis-Michael_Haas-Weakly_Supervised_Learning_for_Compositional_Sentiment_Recognition.pdf
2994 * GNU Parallel was cited in: Agility and Performance in Elastic
2995   Distributed Storage http://dl.acm.org/citation.cfm?id=2668129
2997 * GNU Parallel was used (unfortunately without citation) in: Large
2998   Scale Author Name Disambiguation in Digital Libraries
2999   http://semanticommunity.info/@api/deki/files/31523/P227_3546.pdf
3001 * GNU Parallel is used in BEDOPS:
3002   https://media.readthedocs.org/pdf/bedops/v2p5p0/bedops.pdf
3004 * Job ad asking for GNU Parallel skills:
3005   http://www.aplitrak.com/?adid=dXMzMTYxMjQuMzg0MTkuMTU1MEBtYW5wb3dlcmZveG5hLmFwbGl0cmFrLmNvbQ#sthash.kYCIhhty.KcoT6HnJ.dpbs
3007 * GNU Parallel: Open Source For You (OSFY) magazine, October 2013
3008   edition
3009   http://www.shakthimaan.com/posts/2014/11/27/gnu-parallel/news.html
3011 * Multithreaded Encryption and Compression
3012   http://www.krazyworks.com/multithreaded-encryption-and-compression/
3014 * GNU Parallel on OSX and Linux
3015   https://darknightelf.wordpress.com/2015/01/01/gnu-parallel-on-osx/
3017 * How to build gnu parallel from source on Ubuntu PC?
3018   http://blog.ovidiuparvu.com/build-gnu-parallel-source-ubuntu-pc/
3020 * GNU parallel for openaddr-process-one
3021   https://nelsonslog.wordpress.com/2015/01/09/gnu-parallel-for-openaddr-process-one/
3023 * From SRA Project to FastQ http://danielecook.com/sra-project-fastq/
3025 * Software Development Tooling
3026   http://www.computer.org/csdl/mags/so/2014/06/mso2014060021.pdf
3028 * コマンドを並列に実行するGNU parallelがとても便利
3029   http://bicycle1885.hatenablog.com/entry/2014/08/10/143612
3031 * Bug fixes and man page updates.
3034 20141122
3036 * Remote systems can be divided into hostgroups (e.g. web and db) by
3037   prepending '@groupname/' to the sshlogin. Multiple groups can be
3038   given by separating groups with '+'. E.g. @web/www1 @web+db/www2
3039   @db/mariadb
3041 * Remote execution can be restricted to servers that are part of one
3042   or more groups by '@groupname' as an sshlogin. Multiple groups can
3043   be given by separating groups with '+'. E.g. -S @web or -S @db+web
3045 * With --hostgroup you can restrict arguments to certain hostgroups by
3046   appending '@groupname' to the argument.  Multiple groups can be
3047   given by separating groups with '+'. E.g. my_web_arg@web
3048   db-or-web-arg@db+web db-only-arg@db Thanks to Michel Courtine for
3049   developing a prototype for this.
3051 * GNU Parallel was cited in: HTSeq-Hadoop: Extending HTSeq for
3052   Massively Parallel Sequencing Data Analysis using Hadoop
3053   http://essenceofescience.se/wp-content/uploads/2014/11/Siretskiy.pdf
3055 * GNU Parallel was cited in: SlideToolkit: An Assistive Toolset for
3056   the Histological Quantification of Whole Slide Images
3057   http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0110289
3059 * GNU Parallel was cited in: Exploring a multiprocessor design space
3060   to analyze the impact of using STT-RAM in the memory hierarchy
3061   http://conservancy.umn.edu/bitstream/handle/11299/167286/Borse_umn_0130M_15431.pdf
3063 * Command-Line OCR with Tesseract on Mac OS X
3064   https://ryanfb.github.io/etc/2014/11/13/command_line_ocr_on_mac_os_x.html
3066 * Bug fixes and man page updates.
3069 20141022
3071 * --env was changed to deal with Bash's new way of exporting a function.
3073 * GNU Parallel was cited in: Exclusion of cosmic rays in
3074   protoplanetary disks. II. Chemical gradients and observational
3075   signatures http://iopscience.iop.org/0004-637X/794/2/123/article
3077 * GNU Parallel was cited in: Application of Machine Learning to
3078   Algorithm Selection for TSP
3079   http://www.dbai.tuwien.ac.at/staff/musliu/art_ictai_cam.pdf
3081 * GNU Parallel was cited in: Performance Models for LTE-Advanced
3082   Random Access
3083   http://repository.asu.edu/attachments/137242/content/Tyagi_asu_0010E_14116.pdf
3085 * GNU Parallel was used (unfortunately without citation) in: De Novo
3086   Insertions and Deletions of Predominantly Paternal Origin Are
3087   Associated with Autism Spectrum Disorder
3088   http://www.cell.com/cms/attachment/2019079667/2039310868/mmc1.pdf
3090 * GNU Parallel was determined 'popular' by Statistical Analysis of
3091   Popular Open Source Software Projects and Their Communities
3092   http://andiwre.itmaranatha.org/prosiding/ICITEE2014/PaperAndiWRE-ICITEE2014.pdf
3094 * GNU Parallel is demonstrated in: Data Science at the Command Line:
3095   Facing the Future with Time-Tested Tools
3097 * GNU Parallel was covered in a talk at Sydney Perl Mongers group
3098   http://www.openfusion.net/talks/pwp/#24
3100 * GNU Parallel and how to get started with it
3101   http://www.jduck.net/blog/2014/09/30/gnu-paralell/
3103 * Behat/Selenium/Parallel
3104   http://jaffamonkey.com/behat-selenium-parallel/
3106 * Comparing Golang, Scala, Elixir and Ruby for ETL
3107   http://www.dimroc.com/2014/09/29/etl-language-showdown/
3109 * Assemble a list of which of these hosts are up or down
3110   http://opsfun.wordpress.com/2014/03/31/gnu-parallel/
3112 * Running commands on many nodes simultaneously
3113   http://opsfun.wordpress.com/2014/03/31/19/
3115 * Ubuntu 13.04でGNU ParallelをGNUモードで動かす
3116   http://qiita.com/YusukeSuzuki@github/items/7b96b5876bf980f21e85
3118 * Bug fixes and man page updates.
3121 20140922
3123 * If the file given as --sshloginfile is changed it will be re-read
3124   when a job finishes though at most once per second. This makes it
3125   possible to add and remove hosts while running.
3127 * Brutha uses GNU Parallel https://pypi.python.org/pypi/brutha/1.0.2
3129 * OCRmyPDF uses GNU Parallel https://github.com/fritz-hh/OCRmyPDF/
3131 * GNU Parallel was presented at Balti and Bioinformatics "On-Air"
3132   http://youtu.be/UtXlr19xTh8?t=2h5m0s
3134 * Pleiades Plus uses GNU Parallel
3135   https://github.com/ryanfb/pleiades-plus
3137 * Imagemagick and GNU Parallel
3138   http://deepdish.io/2014/09/15/gnu-parallel/
3140 * GNU Parallel (Sebuah Uji Coba)
3141   http://pr4ka5a.wordpress.com/2014/09/04/gnu-parallel-sebuah-uji-coba/
3143 * GNU Parallel: 并行执行Linux命令
3144   http://blog.csdn.net/xzz_hust/article/details/39183837
3147 20140822
3149 * GNU Parallel now uses the same shell it was started from as the
3150   command shell for local jobs. So if GNU Parallel is started from
3151   tcsh it will use tcsh as its shell even if the login $SHELL is
3152   different. For remote jobs the login $SHELL will be used.
3154 * The whole current environment in bash can be copied by using a shell
3155   wrapper function (Search manual for env_parallel).
3157 * --plus adds the replacement strings {+/} {+.} {+..} {+...} {..}
3158   {...} {/..} {/...}. The idea being that '+foo' matches the opposite
3159   of 'foo' and {} = {+/}/{/} = {.}.{+.} = {+/}/{/.}.{+.} = {..}.{+..}
3160   = {+/}/{/..}.{+..} = {...}.{+...} = {+/}/{/...}.{+...}
3162 * GNU Parallel now deals correctly with the combination
3163   rsync-3.1.X-client and rsync-2.5.7-server
3165 * GNU Parallel was cited in: A Web Service for Scholarly Big Data
3166   Information Extraction
3167   http://patshih.ist.psu.edu/publications/Williams-CiteSeerExtractor-ICWS14.pdf
3169 * Comparison of the speed of different GNU Parallel versions:
3170   http://lists.gnu.org/archive/html/parallel/2014-08/msg00030.html
3172 * GNU Parallel was covered in the webcast 2014-08-20: Data Science at
3173   the Command Line http://www.oreilly.com/pub/e/3115
3175 * Distributed processing with GNU parallel
3176   http://kazjote.eu/2014/08/11/distributed-processing-with-gnu-parallel
3178 * A Peek into GNU Parallel
3179   http://blog.dataweave.in/post/94238943763/a-peek-into-gnu-parallel
3181 * Сборка GNU parallel для CentOS/RHEL
3182   http://www.stableit.ru/2014/07/gnu-parallel-centosrhel.html
3184 * Bug fixes and man page updates.
3187 20140722
3189 * {= perl expression =} can be used as replacement string. The
3190   expression should modify $_. E.g. {= s/\.gz$// =} to remove .gz from
3191   the string. This makes replacement strings extremely flexible.
3193 * Positional perl expressions (similar to {2}) are given as {=2 perl
3194   expression=} where 2 is the position.
3196 * One small backwards incompatibility: {1}_{2} will replace {2} with
3197   the empty string if there is only one argument. Previously {2} would
3198   have been left untouched.
3200 * Replacement strings can be defined using --rpl. E.g. parallel --rpl
3201   '{.gz} s/\.gz$//' echo {.gz} ::: *.gz
3203 * The parenthesis around {= perl expression =} can be changed with
3204   --parens.
3206 * --tmux will direct the output to a tmux session instead of
3207   files. Each running jobs will be in its own window.
3209 * --halt 10% will stop spawning new jobs if 10% failed so far.
3211 * GNU Parallel was cited in: bammds: A tool for assessing the ancestry
3212   of low depth whole genome data using multidimensional scaling (MDS)
3213   http://bioinformatics.oxfordjournals.org/content/early/2014/06/28/bioinformatics.btu410.abstract
3215 * GNU Parallel was cited in: Molecular ferroelectric contributions to
3216   anomalous hysteresis in hybrid perovskite solar cells
3217   http://people.bath.ac.uk/aw558/publications/2014/arxiv_hysteresis_14.pdf
3219 * GNU Parallel was cited in: Energy Sorghum-a genetic model for the
3220   design of C4 grass bioenergy crops
3221   http://jxb.oxfordjournals.org/content/early/2014/06/20/jxb.eru229.short
3223 * GNU Parallel was cited in: Web-scale Content Reuse Detection
3224   www.isi.edu/~johnh/PAPERS/Ardi14a.pdf
3226 * Tell your friends to sign up for the Webcast at 2014-08-20 covering
3227   GNU Parallel: Data Science at the Command Line
3228   http://www.oreilly.com/pub/e/3115
3230 * GNU Parallel all the things!
3231   http://longwayaround.org.uk/notes/gnu-parallel-all-the-things/
3233 * Shell command composition and dispatch
3234   http://lukeluo.blogspot.dk/2014/07/linux-virtual-console6-shell-command.html
3236 * Parallelising plink (or anything else) the easy way
3237   http://chrisladroue.com/2012/03/parallelising-plink-or-anything-else-the-easy-way/
3239 * Easy and cheap cluster building on AWS
3240   https://grapeot.me/easy-and-cheap-cluster-building-on-aws.html
3242 * Paralelizace běžných činností v konzoli pomocí GNU Parallel
3243   http://www.abclinuxu.cz/clanky/paralelizace-beznych-cinnosti-v-konzoli-pomoci-gnu-parallel
3245 * [原] Ubuntu 下使用 parallel 命令的注意事项
3246   http://blog.ailms.me/2014/06/28/ubuntu-with-parallel.html
3248 * 简单的并行, 可使用GNU parallel
3249   http://jerkwin.github.io/2014/06/10/GNU-parallel/
3251 * Bug fixes and man page updates.
3254 20140622
3256 * --shebang and --shebang-wrap now works on FreeBSD.
3258 * --pipepart works with --header, --regexp, --cat and --fifo.
3260 * ./configure --disable-documentation will not build documentation.
3262 * {%} works as job slot.
3264 * GNU Parallel was cited in: Energy Efficient, High-speed
3265   Communication in WSNs
3266   https://gupea.ub.gu.se/bitstream/2077/35801/1/gupea_2077_35801_1.pdf
3268 * GNU Parallel was cited in: Ferroelectric contributions to anomalous
3269   hysteresis in hybrid perovskite solar cells
3270   http://arxiv.org/pdf/1405.5810.pdf
3272 * Processes Paralleling to Speed up Computing and Tasks Execution in
3273   Linux
3274   http://kukuruku.co/hub/nix/processes-paralleling-to-speed-up-computing-and-tasks-execution-in-linux
3276 * Moving / Copying lots of s3 files quickly using gnu parallel
3277   http://blog.aclarke.eu/moving-copying-lots-of-s3-files-quickly-using-gnu-parallel/
3279 * Speeding up grep log queries with GNU Parallel
3280   http://www.tripwire.com/state-of-security/incident-detection/speeding-grep-queries-gnu-parallel/
3282 * Ubuntu - Gnu parallel - It's awesome
3283   http://kasunweranga.blogspot.dk/2014/06/ubuntu-gnu-parallel-its-awesome.html
3285 * Export quicklooks with vector overlay using TuiView
3286   http://spectraldifferences.wordpress.com/2014/03/08/export-quicklooks-with-vector-overlay-using-tuiview/
3288 * GNU Parallel指南 http://my.oschina.net/enyo/blog/271612
3290 * GNU parallelで違和感 http://jarp.does.notwork.org/diary/201405c.html#201405301
3292 * Bug fixes and man page updates.
3295 20140522
3297 * Use --semaphoretimeout to ignore the semaphore lock after a while.
3299 * {%} introduced as job slot replacement string. It has known bugs.
3301 * --slotreplace changes slot replacement string.
3303 * GNU Parallel officially in Solaris 11.2beta
3304   https://blogs.oracle.com/alanc/entry/solaris_11_2_changes_to
3306 * GNU Parallel was cited in: A Comparison of Antenna Placement
3307   Algorithms http://abhinavjauhri.com/publications/eap.pdf
3309 * Using GNU Parallel on a PBS cluster (nice use of --shebang-wrap)
3310   https://docs.it4i.cz/anselm-cluster-documentation/resource-allocation-and-job-execution/capacity-computing
3312 * BioLite uses GNU Parallel: https://bitbucket.org/caseywdunn/biolite
3314 * Isitdown uses GNU Parallel: http://www.isi.edu/~calvin/isitdown.md
3316 * Convert FLAC to MP3 with GNU parallel
3317   http://www.blogobramje.nl/posts/Convert_FLAC_to_MP3_with_GNU_parallel/
3319 * JD Edwards Business Function Documentation
3320   http://www.azertech.net/content/jd-edwards-business-function-documentation
3322 * Tools of the trade http://blog.eikeland.se/2014/05/01/tools-of-the-trade/
3324 * How I start a bioinformatics project
3325   http://nickloman.github.io/2014/05/14/how-i-start-a-bioinformatics-project/
3327 * No:The-Me GNU Parallel http://adityalaghate.in/gnu-parallel.html
3329 * Bug fixes and man page updates.
3332 20140422
3334 * --pipepart is a highly efficient alternative to --pipe if the input
3335   is a real file and not a pipe.
3337 * If using --cat or --fifo with --pipe the {} in the command will be
3338   replaced with the name of a physical file and a fifo respectively
3339   containing the block from --pipe. Useful for commands that cannot
3340   read from standard input (stdin).
3342 * --controlmaster has gotten an overhaul and is no longer
3343   experimental.
3345 * --env is now copied when determining CPUs on remote system. Useful
3346   for copying $PATH if parallel is not in the normal path.
3348 * --results now chops the argument if the argument is longer than the
3349   allowed path length.
3351 * Build now survives if pod2* are not installed.
3353 * The git repository now contains tags of releases.
3355 * GNU Parallel was cited in: Proactive System for Digital Forensic
3356   Investigation
3357   http://dspace.library.uvic.ca:8080/bitstream/handle/1828/5237/Alharbi_Soltan_PhD_2014.pdf
3359 * GNU Parallel was cited in: Beyond MAP estimation with the
3360   track-oriented multiple hypothesis tracker
3361   http://ieeexplore.ieee.org/xpl/abstractReferences.jsp?tp=&arnumber=6766651&url=http%3A%2F%2Fieeexplore.ieee.org%2Fxpls%2Fabs_all.jsp%3Farnumber%3D6766651
3363 * GNU Parallel was cited in: Prokka: rapid prokaryotic genome
3364   annotation
3365   http://bioinformatics.oxfordjournals.org/content/early/2014/03/18/bioinformatics.btu153.short
3367 * GNU Parallel was used (unfortunately with improper citation) in:
3368   Perspectives in magnetic resonance: NMR in the post-FFT era
3369   http://www.sciencedirect.com/science/article/pii/S1090780713003054
3371 * GNU Parallel is used in https://github.com/cc2qe/speedseq
3373 * Batch XML validation at the command line.
3374   http://horothesia.blogspot.dk/2014/04/batch-xml-validation-at-command-line.html
3376 * freebayes-parallel uses GNU Parallel
3377   https://github.com/ekg/freebayes/commit/31ee997984cebe8a196381c3de57e618e34a2281
3379 * Org-mode with Parallel Babel http://draketo.de/english/emacs/parallel-babel#sec-2
3381 * Speeding Up Grep Log Queries with GNU Parallel
3382   http://www.cybersecurity.io/speeding-grep-queries-gnu-parallel/
3384 * How to run tbss_2_reg in parallel
3385   http://tadpolebrainimaging.blogspot.dk/2014/03/how-to-run-tbss2reg-in-parallel.html
3387 * GNU parallel example: blastn https://asciinema.org/a/8775
3389 * Iterative DNS Brute Forcing
3390   http://www.room362.com/blog/2014/02/19/iterative-dns-brute-forcing/
3392 * Ejecutando comandos en paralelo
3393   http://jesusmercado.com/guias/ejecutando-comandos-en-paralelo/
3395 * Ejecutando en paralelo en bash (ejemplo con rsync)
3396   http://eithel-inside.blogspot.dk/2014/04/ejecutando-en-paralelo-en-bash-ejemplo.html
3398 * Bug fixes and man page updates.
3401 20140322
3403 * Offical package for Alpine Linux now exists:
3404   http://alpinelinux.org/apk/main/x86/parallel
3406 * GNU Parallel was cited in: Estimating uncertainties in statistics
3407   computed from direct numerical simulation
3408   http://dx.doi.org/10.1063/1.4866813
3410 * GNU Parallel was cited in: Vehicle routing problems with time
3411   windows and multiple service workers: a systematic comparison
3412   between ACO and GRASP
3413   http://link.springer.com/article/10.1007/s10100-014-0341-z
3415 * GNU Parallel, quick and easy
3416   http://www.reganmian.net/blog/2014/03/09/gnu-parallel-quick-and-easy/
3418 * Using Multiple CPU Cores With Command Line Tools
3419   http://prateekvjoshi.com/2014/03/07/using-multiple-cpu-cores-with-command-line-tools/
3421 * Batch convert mp3 CBR to VBR
3422   http://blogs.zercle.com/bouroo/2013/03/batch-convert-mp3-cbr-to-vbr/
3424 * Running Behat in parallel with Selenium grid
3425   http://zalas.eu/running-behat-in-parallel-with-selenium-grid/
3427 * Git-Mirror per cronjob aktuell halten
3428   https://www.schtobia.de/2013/git-mirror-per-cronjob-aktuell-halten/
3430 * Пишем многопоточный скрипт на bash
3431   http://dafter.ru/duf/howto/130.html
3433 * 如何利用多核CPU来加速你的Linux命令
3434   http://www.chinadmd.com/file/xpcr6wpctzwtuu3ivwiaatcs_1.html
3436 * Bug fixes and man page updates.
3439 20140222
3441 * --tollef has been retired.
3443 * --compress has be redesigned due to bugs.
3445 * Format of --eta and --joblog has changed slightly.
3447 * GNU Parallel was cited in: Speaker Verification and Keyword Spotting
3448   Systems for Forensic Applications
3449   http://lantana.tenet.res.in/website_files/thesis/Phd/srikanth.pdf
3451 * GNU Parallel was cited in: Scaleable Code Clone Detection
3452   http://scg.unibe.ch/archive/phd/schwarz-phd.pdf
3454 * GNU Parallel was cited in: Clone Detection that scales
3455   http://scg.unibe.ch/archive/masters/Vogt14a.pdf
3457 * GNU Parallel was cited in: Scalable Positional Analysis for Studying
3458   Evolution of Nodes in Networks
3459   http://arxiv-web3.library.cornell.edu/pdf/1402.3797
3461 * GNU Parallel was cited in: Aggregate Characterization of User
3462   Behavior in Twitter and Analysis of the Retweet Graph
3463   http://arxiv.org/pdf/1402.2671v1
3465 * GNU Parallel was used (unfortunately without citation) in: Causal
3466   Network Models for Predicting Compound Targets and Driving Pathways
3467   in Cancer
3468   http://jbx.sagepub.com/content/early/2014/02/10/1087057114522690.full
3470 * GNU Parallel was used (unfortunately without citation) in:
3471   Performance and Energy Efficiency of Common Compression /
3472   Decompression Utilities
3473   http://www.researchgate.net/publication/243962643_Performance_and_Energy_Efficiency_of_Common_CompressionDecompression_Utilities_An_Experimental_Study_in_Mobile_and_Workstation_Computer_Platforms/file/3deec51d1dbc0474f9.pdf
3475 * GNU Parallel was used (unfortunately without citation) in: SpringFS:
3476   Bridging Agility and Performance in Elastic Distributed Storage
3477   http://www.istc-cc.cmu.edu/publications/papers/2014/SpringFS-FAST14.pdf
3479 * GNU Parallel was recommended (without citation) in: Redesigning the
3480   Specificity of Protein-DNA Interactions with Rosetta
3481   http://link.springer.com/protocol/10.1007/978-1-62703-968-0_17
3483 * GNU Parallel is co-distributed with RepeatExplorer
3484   http://www.vcru.wisc.edu/simonlab/bioinformatics/programs/repeatexplorer/README.txt
3486 * Convert MP3 to a scrolling spectrum waterfall plot video
3487   http://jdesbonnet.blogspot.dk/2014/02/convert-mp3-to-scrolling-spectrum.html
3489 * PHP wrapper class for the GNU Parallel tool
3490   https://github.com/geopal-solutions/gnu-parallel-wrapper/tree/master
3492 * Exploratory Data Analysis http://www.slideshare.net/thinrhino/gnunify
3494 * Copias de archivos con rsync y parallel
3495   http://linuxmanr4.com/2014/02/20/copias-de-archivos-con-rsync-y-parallel
3497 * Single-Thread-Programme auf Multicore-Rechnern parallelisieren
3498   http://www.adlerweb.info/blog/2014/02/08/linux-single-thread-programme-auf-multicore-rechnern-parallelisieren
3500 * Распараллеливаем процессы для ускорения вычислений и выполнения
3501   заданий в Linux http://savepearlharbor.com/?p=210480
3503 * Bug fixes and man page updates.
3506 20140122
3508 * GNU Parallel was cited in: On the likelihood of multiple bit upsets
3509   in logic circuits
3510   http://arxiv-web3.library.cornell.edu/pdf/1401.1003
3512 * HaploClique uses GNU Parallel
3513   https://github.com/armintoepfer/haploclique
3515 * Scraping NSScreencast
3516   https://blog.nicolai86.eu/posts/2014-01-12/scraping-nsscreencast/
3518 * 30 Cool Open Source Software I Discovered in 2013
3519   http://www.cyberciti.biz/open-source/30-cool-best-open-source-softwares-of-2013/
3521 * [Unix] 13. The power of doing things in Parallel
3522   http://leetaey.tistory.com/384
3524 * Parallel the execution of a job that read from stdin
3525   http://www.linuxask.com/questions/parallel-the-execution-of-a-job-that-read-from-stdin
3527 * Mon Make à moi (6:38-11:50)
3528   http://videos.rennes.inria.fr/ReNaBI-GO2013/indexPierreLindenbaum.html
3530 * Shell-Abarbeitung beschleunigen: Wie Sie mit parallelen Prozesse
3531   effizienter in der Shell arbeiten
3532   https://www.hosteurope.ch/blog/shell-abarbeitung-beschleunigen-wie-sie-mit-parallelen-prozesse-effizienter-in-der-shell-arbeiten/
3534 * Summary of GNU Parallel tutorial
3535   http://hacktracking.blogspot.dk/2014/01/gnu-parallel-tutorial.html
3537 * Bug fixes and man page updates.
3540 20131222
3542 * GNU Parallel now has a motto: For people who live life in the
3543   parallel lane.
3545 * Detect if the buffer dir $TMPDIR runs out of space. This changes a
3546   central piece of code, making this release alpha quality.
3548 * --keep-order --(n)onall will sort according to the sshlogin.
3550 * Detect the number of CPUs on DEC Tru64.
3552 * GNU sql: --list-tables for sqlite3.
3554 * GNU Parallel was cited in: Variational Message-Passing: Extension to
3555   Continuous Variables and Applications in Multi-Target Tracking
3556   http://www.ics.uci.edu/~ajfrank/pubs/thesis.pdf
3558 * GNU Parallel was cited in: Genome Assembly: Scaffolding Guided by
3559   Related Genomes
3560   https://www.duo.uio.no/handle/10852/37431
3562 * GNU Parallel was cited in: Metagenomic analysis of Mariana Trench
3563   sediment samples
3564   http://repositorio.ul.pt/handle/10451/9436
3566 * GNU Parallel was cited in: Diacritization, automatic segmentation
3567   and labeling for Levantine Arabic speech
3568   http://ieeexplore.ieee.org/xpl/articleDetails.jsp?tp=&arnumber=6642556
3570 * GNU Parallel was cited in: Investigation of emotion classification
3571   using speech rhythm metrics
3572   http://ieeexplore.ieee.org/xpl/articleDetails.jsp?tp=&arnumber=6642591
3574 * GNU Parallel was cited in: A Rhythm-Based Analysis of Arabic Native
3575   and Non-Native Speaking Styles
3576   http://www.ijsps.com/uploadfile/2013/1128/20131128014413279.pdf
3578 * GNU Parallel was cited in: Evolutionary optimization of wetlands
3579   design
3580   http://dl.acm.org/citation.cfm?id=2480400
3582 * GNU Parallel was cited (unfortunately with wrong citation) in:
3583   RDBMS vs NoSQL: Performance and Scaling Comparison
3584   http://www.epcc.ed.ac.uk/sites/default/files/Dissertations/2012-2013/RDBMS%20vs%20NoSQL%20-%20Performance%20and%20Scaling%20Comparison.pdf
3586 * GNU Parallel was used (without proper citation) in: Comprehensive
3587   Analysis Pipeline for Discovery of Human Genetic Variation
3588   http://www.google.com/patents/US20130311106
3590 * Encrypt and decrypt in parallel with GPG
3591   http://blog.tkassembled.com/412/encrypt-and-decrypt-in-parallel-with-gpg/
3593 * Using GNU Parallel to create a SVM classifier 
3594   http://ivanyu.me/blog/2013/12/01/parallel/
3596 * Parallel xz compression
3597   http://anthon.home.xs4all.nl/rants/2013/parallel_xz/
3599 * Got CPUs to burn? Put 'em to work with GNU parallel
3600   http://baoilleach.blogspot.dk/2013/11/got-cpus-to-burn-put-em-to-work-with.html
3602 * Parallel rsync
3603   http://pastebin.com/JmnB9ffq
3605 * Gnu Parallel for fun and profit
3606   https://gist.github.com/celoyd/f7eb55ad69c9b33fd8c3
3608 * Parallelization of Exploitation
3609   http://rantsideasstuff.com/parallelization-of-exploitation/
3611 * Running assemblies in parallel
3612   https://khmer-protocols.readthedocs.org/en/v0.8.3/metagenomics/4-assemble.html
3614 * Procesando la contabilidad del PP
3615   http://www.neorazorx.com/2013/07/procesando-la-contabilidad-del-pp.html
3617 * Mon make à moi (French)
3618   http://www.slideshare.net/lindenb/mon-make-moi-tout-sauf-galaxy
3620 * Bug fixes and man page updates.
3623 20131122
3625 * A citation notice is printed on stderr only if stderr is a terminal,
3626   the user has not specified --no-notice and the user has not run
3627   --bibtex once. This makes the release alpha quality.
3629 * --compress will compress temporary files. If the output is big and
3630   very compressible this will take up less disk space in $TMPDIR and
3631   possibly be faster due to less disk I/O.
3633 * --compress-program comtrols which program to use for compressing
3634   temporary files.
3636 * --bar show progress as a progress bar compatible with zenity.
3638 * --resume can now be used with --result: Jobs already run will be
3639   skipped.
3641 * --transfer and --basefile support paths relative to the --workdir by
3642   inserting /./ into the path. 
3644 * GNU Parallel was cited in: fastphylo: Fast tools for phylogenetics
3645   http://www.biomedcentral.com/1471-2105/14/334/abstract
3647 * Using GNU parallel
3648   http://davetang.org/muse/2013/11/18/using-gnu-parallel/
3650 * Techlux - GNU - Parallel (German)
3651   https://techlux.de/blog/2013/11/07/gnu-parallel/
3653 * awk, sed, bzip2, grep, wc на всех ядрах
3654   http://vk.com/page-30666517_45528467
3656 * 如何利用多核CPU來加速你的Linux命令 — awk, sed, bzip2, grep, wc等
3657   http://www.hksilicon.com/kb/articles/290543/CPULinuxawk-sed-bzip2-grep-wc
3659 * GNU Parallel (Japanese)
3660   http://jarp.does.notwork.org/diary/201311b.html#20131117
3662 * Bug fixes and man page updates.
3665 20131022
3667 * --transfer files with /./ in the path will copy the files relative
3668   to the --workdir.
3670 * The maximal command length is now cached in a file halfing the
3671   startup time.
3673 * GNU Parallel was cited in: Investigating speaker gender using rhythm
3674   metrics in Arabic dialects
3675   http://ieeexplore.ieee.org/xpl/login.jsp?tp=&arnumber=6602389
3677 * GNU Parallel was cited in: Tiedon erist ̈minen ja visualisointi a
3678   lastensuojelun asiakaskertomuksista
3679   https://tampub.uta.fi/handle/10024/84978
3681 * Some Additional Useful Bioinformatics Software
3682   http://nix-bio.blogspot.dk/2013/10/additional-software-for-bioinformatics.html
3684 * GNU Parallel Example Screen Cast (bil to Geotiff conversion)
3685   http://www.youtube.com/watch?v=PpF27eC7Mys
3687 * Using GNU Parallel to roll-your-own Map Reduce!
3688   http://www.rankfocus.com/hello-world/
3690 * Use multiple CPU Cores with your Linux commands
3691   http://www.rankfocus.com/use-cpu-cores-linux-commands/
3693 * Using GNU Parallel at HPC @ Uni.lu
3694   https://hpc.uni.lu/users/use_cases/
3696 * Scaling up with parallelization
3697   https://www.msi.umn.edu/sites/default/files/AdvPython_1.pdf
3699 * How to teach yourself to be a technical tester
3700   http://infiniteundo.com/post/62421363463/qa-toc
3702 * Faster Rasters For All
3703   http://2013.foss4g.org/conf/programme/presentations/52/
3705 * Optimizing translated file downloads
3706   http://www.smartling.com/blog/2013/05/20/optimizing-translated-file-downloads/
3708 * EMC NetWorker parallel saveset cloning with nsrclone and GNU parallel
3709   http://www.beebotech.com.au/2013/10/emc-networker-parallel-saveset-cloning-with-nsrclone-and-gnu-parallel/
3711 * Best Practices for Amazon EMR
3712   http://media.amazonwebservices.com/AWS_Amazon_EMR_Best_Practices.pdf
3714 * Computing checksums for backup
3715   https://identi.ca/evan/note/6yf1GzAARtyBhj__xzMvAg
3717 * Un exemplu de utilizare a programului GNU parallel
3718   http://vundicind.blogspot.dk/2013/10/exemplu-utilizare-gnu-parallel.html
3720 * 平行化你的工作
3721   http://www.slideshare.net/drakeguan/part1-23705978
3723 * なんか気持ちよかです Gnu Parallel
3724   http://a3-lab.jpn.org/note/%E3%81%AA%E3%82%93%E3%81%8B%E6%B0%97%E6%8C%81%E3%81%A1%E3%82%88%E3%81%8B%E3%81%A7%E3%81%99-gnu-parallel
3726 * Bug fixes and man page updates.
3729 20130922
3731 * PDF-files of documentation is now included.
3733 * Cloning at warp speed 100 VMs in 1 minute using one command line
3734   http://www.beebotech.com.au/tag/command-line/
3736 * Calcul Quebec's introduction to GNU Parallel
3737   https://wiki.calculquebec.ca/w/GNU_parallel
3739 * Brincando com o GNU parallel
3740   http://blog.tadeucruz.com/2013/09/brincando-com-o-gnu-parallel/
3742 * GNU Parallelで並列処理を行う 
3743   http://qiita.com/PENGUINANA_/items/af27a833e835fe17f09b
3745 * Bug fixes and man page updates.
3748 20130822
3750 * A tutorial showing much of GNU Parallel's functionality. Spend an
3751   hour walking through the tutorial. Your commandline will love you
3752   for it. man parallel_tutorial
3754 * --line-buffer will buffer output on line basis. --group keeps the
3755   output together for a whole job. --ungroup allows output to mixup
3756   with half a line coming from one job and half a line coming from
3757   another job. --line-buffer fits between these two; it prints a full
3758   line, but will allow for mixing lines of different jobs.
3760 * --record-env records all variables and functions set. Useful to
3761   record the normal environment before using --env _.
3763 * --env _ exports all functions and variables to the remote server
3764   except for the ones recorded.
3766 * New signing key. Due to recommendations from NIST
3767   http://www.keylength.com/en/4/ the signing key was changed from
3768   1024D/ID:FFFFFFF1 to 9888R/ID:88888888.
3770 * Agalma: an automated phylogenomics workflow
3771   http://arxiv.org/pdf/1307.6432
3773 * Job ad asking for GNU Parallel expertise
3774   http://seattle.craigslist.org/est/sof/4006079352.html
3776 * Transient Beowulf Clustering with GNU Parallel and SSHfs
3777   http://www.reddit.com/r/linux/comments/1ka8mn/transient_beowulf_clustering_with_gnu_parallel/
3779 * Aligning to unique regions
3780   http://davetang.org/muse/2013/07/22/aligning-to-unique-regions/
3782 * Top 10 scripting tricks for basic bioinformatics
3783   http://students.washington.edu/bowmanjs/wordpress/?p=873
3785 * Using GNU Parallel to speed up and simplify data analyzes
3786   http://www.sergeymarkov.com/blog/2013/07/using-gnu-parallel-to-speed-up-and-simplify-data-analyzes/
3788 * Compression of files in parallel using GNU parallel
3789   http://codextechnicanum.blogspot.dk/2013/07/compression-of-files-in-parallel-using.html
3791 * Using GNU Parallel with Amazon
3792   media.amazonwebservices.com/AWS_Amazon_EMR_Best_Practices.pdf
3794 * Some useful comments on GNU Parallel
3795   https://news.ycombinator.com/item?id=6209767
3797 * Using GNU Parallel to count reads mapping to genes for multiple BAMs
3798   http://drduanehassane.com/blog/sequencing-resources
3800 * TimeMachineっぽいバックアップスクリプト
3801   http://rio.tc/2013/07/timemachine-1.html
3803 * GNU ParallelでAndroid NDKの全バージョンを一括ダウンロード
3804   http://qiita.com/mazgi/items/b10bf0ff3da2045d19ab
3806 * Bug fixes and man page updates.
3809 20130722
3811 * --round-robin with --pipe will write all blocks to already running
3812   jobs.
3814 * --env can now transfer Bash function for remote execution. That is
3815   pretty cool!
3817 * GNU Parallel was used (unfortunately with improper citation) in:
3818   Understanding the Impact of E-Commerce Software on the Adoption of
3819   Structured Data on the Web
3820   http://link.springer.com/chapter/10.1007/978-3-642-38366-3_9#page-1
3822 * GNU Parallel was used (unfortunately with improper citation) in:
3823   CWI at TREC 2012, KBA track and Session Track
3824   http://trec.nist.gov/pubs/trec21/papers/CWI.kba.session.final.pdf
3826 * Mitigation of Adverse Effects Caused by Shock Wave Boundary Layer
3827   Interactions through Optimal Wall Shaping.
3828   http://arc.aiaa.org/doi/abs/10.2514/6.2013-2653
3830 * Using GNU parallel to convert images.
3831   http://www.brunokim.com.br/blog/?p=18
3833 * A quick way to parallelize.
3834   http://timotheepoisot.fr/2013/07/08/parallel/
3836 * GNU Parallel 20130522 ('Rana Plaza') 发布,并行作业执行.
3837   http://www.open-open.com/news/view/371301
3839 * Quite a few bug fixes and man page updates.
3842 20130622
3844 * --xapply now recycles arguments if an input source has more
3845   arguments than others.
3847 * The sleep time between jobs is now both increased and decreased
3848   exponentially.
3850 * 10 seconds installation check the signature using GnuPG if GnuPG is
3851   installed.
3853 * Developer job asking for GNU Parallel expertise.
3854   http://careers.stackoverflow.com/jobs/35562/developer-big-data-geo-and-web-climate-central
3856 * A small utility program to run youtube-dl in parallel.
3857   https://github.com/dlh/youtube-dl-parallel
3859 * Parallelizing Freesurfer:
3860   http://blog.cogneurostats.com/?p=148
3862 * Bug fixes and man page updates.
3865 20130522
3867 * --ctrlc is now default if --pipe is not used; thus making it
3868   possible to kill remotely started jobs simply by pressing Ctrl-C.
3870 * --timeout 200% now means kill jobs that take more than twice the
3871   time of the median run time of a job.
3873 * Jobs are now distributed round robin when having mulitiple
3874   --sshlogin instead of filling up one --sshlogin at a time.
3876 * niceload: darwin version of --io --mem --swap. Thanks to Anders F
3877   Björklund.
3879 * Bug fixes and man page updates.
3882 20130422
3884 * 10 seconds installation: wget -O - pi.dk/3 | sh
3886 * HPUX CPU/core detection. Thanks to Javier Tarradas.
3888 * CPU detection for HURD, IRIX, SCO OpenServer and (old) HPUX.
3890 * --ctrlc will send SIGINT to tasks running on remote computers and
3891   thus killing them.
3893 * --load now uses 'ps' to see immediately see the number of running
3894   processes instead of 'uptime' thus making --load react much faster.
3896 * Testing on Centos 3.9 and FreeBSD 7 revealed a lot of compability
3897   bugs. Some of these required quite extensive changes making this
3898   release beta quality.
3900 *  --retries works with --onall.
3902 * The new --load computation now works on FreeBSD 7.
3904 * --nice works under tcsh.
3906 * GNU Parallel is officially supported in NetBSD.
3907   http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/parallel/parallel/README.html
3909 * GNU Parallel is accepted for openSUSE.
3910   http://software.opensuse.org/package/gnu_parallel
3912 * GNU Parallel can be installed under Microsoft Windows (CygWin).
3913   http://blogs.msdn.com/b/hpctrekker/archive/2013/03/30/preparing-and-uploading-datasets-for-hdinsight.aspx
3915 * Excuses for not installing GNU Parallel.
3916   http://oletange.blogspot.dk/2013/04/why-not-install-gnu-parallel.html
3918 * Job advert that requires GNU Parallel competence.
3919   http://versium.com/about/careers/
3921 * Parallelizing Batch Jobs for Fun and Profit.
3922   http://mikeseidle.com/tech/programming/2013/03/parallelizing-batch-jobs
3924 * Processing Transcription Start Sites(TSS) for the entire Mouse genome.
3925   http://qbrc.swmed.edu/2013/03/gnu-parallel-speeding-up-unix-commands-and-scripts/
3927 * GNU parallel is used throughout Scrimer.
3928   http://scrimer.readthedocs.org/en/latest/
3930 * GNU Parallel helped making public documents searchable.
3931   http://danpalmer.me/blog/articles/2013-04-06-unlocking-hillsborough.html
3933 * Identifying big movie files (German).
3934   http://blackappsolutions.wordpress.com/2013/03/23/wenn-der-plattenplatz-knapp-wird-filme-identifizieren-die-viel-platz-belegen/
3936 * Bug fixes and man page updates.
3939 20130222
3941 * --resume works with --pipe.
3943 * --resume-failed will go through --joblog, redo the failed jobs and
3944   then continue like --resume.
3946 * Negative positional arguments count from the end: {-1} means the
3947   last argument, {-2} the second to last.
3949 * NetBSD CPU detection.
3951 * --blocksize increases exponentially if it smaller than a full
3952   record.
3954 * Processing n-line records (--pipe -L n) is now much faster.
3956 * --tollef is obsoleted after discussion on the mailing list.
3958 * GNU Parallel is the highest rated tool on:
3959   http://www.biostars.org/show/tools/?sort=votes&since=all%20time
3961 * GNU Parallel was loved during FSFE's #ilovefs campaign.
3962   http://fsfe.org/news/2013/news-20130212-01.en.html
3964 * Using GNU Parallel with s3cmd (Japanese).
3965   http://blog.suz-lab.com/2013/02/s3cmd-gnu-paralells3.html
3967 * Intro to GNU Parallel (Chinese).
3968   http://guiquanz.github.com/2013/02/12/gnu-parallel-intro/
3970 * Bug fixes and man page updates.
3973 20130122
3975 * --sshdelay Delay starting next ssh by secs seconds. GNU parallel
3976   will pause secs seconds after starting each ssh. secs can be less
3977   than 1 seconds.
3979 * Official OpenBSD port:
3980   http://ftp.openbsd.org/ports/sysutils/parallel/
3982 * Official DragonFlyBSD package:
3983   http://www.mirrorservice.org/sites/ftp.dragonflybsd.org/packages/amd64/DragonFly-3.0.0/stable/parallel/
3985 * Post about niceload in Hungarian:
3986   http://commandline.blog.hu/2013/01/02/niceload
3988 * 自炊スキャンデータをKobo Gloに最適化
3989   http://interstadial.wordpress.com/2013/01/20/
3991 * GNU parallel+ssh で複数のリモートホストに複数のコマンドを実行させる
3992   http://oshiire.to/archives/1686
3994 * Bug fixes and man page updates.
3997 20121222
3999 * --shebang-wrap makes is possible to parallelize scripts by putting
4000   parallel in the shebang line (the first #! line in scripts).
4002 * --delay puts in a delay after starting each job. Useful to avoid
4003   raceconditions and thundering herd problems.
4005 * --results now uses / as separator instead of TAB and thus creates
4006   subdirs. Thanks to Drew Frank.
4008 * parallel: OpenBSD CPU detection. Thanks to Michał Markowski.
4010 * niceload --sensor allows for negative numbers to signify a lower
4011   number means the limit is lower.
4013 * niceload --prg suspend a named program that is already running.
4015 * niceload multiple --pid suspend process ids that are already running.
4017 * Convertir des images avec find et imagemagick
4018   http://roger.b.over-blog.com/article-convertir-des-images-avec-find-et-imagemagick-113416637.html
4020 * Bug fixes and man page updates.
4023 20121122
4025 * niceload --sensor makes it possible to use a program to control if a
4026   program should be suspended.
4028 * GNU Parallel was part of the justification for Nordic Free Software
4029   Award 2012
4030   https://fsfe.org/news/2012/news-20121112-01.html
4032 * Dateien schneller packen und konvertieren mit GNU parallel
4033   http://www.linux-community.de/Archiv/Tipp-der-Woche/Dateien-schneller-packen-und-konvertieren-mit-GNU-parallel
4035 * Processing images from Lunar Reconnaissance Orbiter Narrow Angle
4036   Camera http://lunokhod.org/?p=774
4038 * GNU Parallel is used in types2: Type and Hapax Accumulation Curves
4039   http://www.cs.helsinki.fi/u/josuomel/types2/
4041 * GNU Parallel used in: A Hybrid Factor Analysis and Probabilistic
4042   PCA-based system for Dictionary Learning and Encoding for Robust
4043   Speaker Recognition
4044   http://www.superlectures.com/odyssey2012/lecture.php?id=8&lang=en
4045   http://www.cse.iitm.ac.in/~mrsri/ppca.pdf
4047 * Mapreduce avec parallel, cat et une redirection
4048   http://datacratic.com/site/blog/mapreduce-avec-parallel-cat-et-une-redirection
4050 * GNU Parallel for Large Batches of Small Jobs
4051   https://support.scinet.utoronto.ca/wiki/images/7/7b/Tech-talk-gnu-parallel.pdf
4053 * GNU Parallel used in black belt tip (8:50-10:12)
4054   https://aws.amazon.com/apac/awspodcast/episode20/
4056 * Bug fixes and man page updates.
4059 20121022
4061 * --results structures output files so they can be imported using
4062   Pandas (http://pandas.pydata.org/). Useful when doing simulations to
4063   select output from some arguments.
4065 * Use --env to transfer environment variables through ssh to remote
4066   machines.
4068 * GNU Parallel is accepted for Ubuntu Quantal.
4069   http://packages.ubuntu.com/quantal/parallel
4071 * GNU Parallel was requested for OpenSUSE (go vote!)
4072   https://features.opensuse.org/314461
4074 * Kneth's Korner: Map/Reduce and GNU Parallel
4075   http://kenneth.geisshirt.dk/2012/10/mapreduce-and-gnu-parallel.html
4077 * Blog post in Japanese by Siguniang.
4078   https://siguniang.wordpress.com/2012/09/09/notes-on-gnu-parallel-the-command-line-power-tool/
4079   (Siguniang mentions the logo is called 'The Cafe Wall Illusion')
4080   http://www.michaelbach.de/ot/ang_cafewall/index.html
4082 * GNU Parallel, where have you been all my life?
4083   http://ssdigit.nothingisreal.com/2012/09/gnu-parallel-where-have-you-been-all-my.html
4085 * Reference-free ddRADseq analysis tools uses GNU Parallel.
4086   https://github.com/brantp/rtd#readme
4088 * When bash just isn’t quick enough.
4089   https://soimasysadmin.wordpress.com/2012/08/15/gnu-parallel-when-bash-just-isnt-quick-enough/
4091 * Using GNU Parallel to Package Multiple Jobs in a Single PBS Job.
4092   http://www.nas.nasa.gov/hecc/support/kb/Using-GNU-Parallel-to-Package-Multiple-Jobs-in-a-Single-PBS-Job_303.html
4094 * GNU Parallel Notes.
4095   http://xed.ch/help/parallel.html
4097 * Bug fixes and man page updates.
4100 20120822
4102 * Due to a bugfix the main flow has changed. Making this release beta
4103   quality.
4105 * Parallel Proxy Scraper & Checker Tool 
4106   https://www.youtube.com/watch?v=iXCeR_XsP6o
4108 * Bug fixes and man page updates.
4111 20120722
4113 * GNU Parallel was presented at Chiang Mai Bar Camp
4114   http://barcampchiangmai.org/
4115   See write up here:
4116   http://www.cnx-software.com/2012/07/02/use-gnu-parallel-to-speed-up-script-execution-on-multiple-cores-andor-machines/
4118 * I don't always max out all my CPUs, but when I do, I do it with GNU
4119   Parallel.
4120   http://memegenerator.net/instance/22638454
4122 * Bug fixes and man page updates.
4125 20120622
4127 * '-L n --pipe' will use records of n lines. This is useful when
4128   processing data that have fixed records with a fixed number of
4129   lines (e.g. fastq).
4131 * --filter-hosts will remove down hosts. For each remote host: check
4132   that login through ssh works. If not: do not use this host.
4133   Currently you can not put --filter-hosts in a profile, $PARALLEL,
4134   /etc/parallel/config or similar. This is because GNU Parallel uses
4135   GNU Parallel to compute this, so you will get an infinite loop. This
4136   will likely be fixed in a later release.
4138 * --pipe now uses fork() instead of busy wait. The performance should
4139   be better on computers with >10 cores while remaining the same on
4140   computers with few cores.
4142 * GNU Parallel will be represented at Chiang Mai Bar Camp.
4143   http://barcampchiangmai.org/
4145 * Indexing Big Data on Amazon AWS: The Screencast
4146   (Check out his T-shirt at 18:40-21:00).
4147   http://www.opensourceconnections.com/2012/06/06/indexing-big-data-on-amazon-aws-screencast/
4149 * biotoolbox uses GNU Parallel.
4150   https://code.google.com/p/biotoolbox/wiki/Pod_novo_wrapper
4152 * Spiceweasel uses GNU Parallel.
4153   https://github.com/mattray/spiceweasel
4155 * GNU Parallel part of The Administrators Challenge.
4156   http://challenge.twistedrack.com/questions/qs3.php
4158 * Finding Oldest Firefox Code using GNU Parallel.
4159   http://gregoryszorc.com/blog/2012/06/18/finding-oldest-firefox-code/
4161 * Bug fixes (quite a few for remote job running) and man page updates.
4164 20120522
4166 * Timings in --joblog now with milliseconds.
4168 * Thesis using GNU Parallel (correctly cited; hooray!).
4169   http://scholarworks.sjsu.edu/etd_projects/222/
4171 * Package for AIX.
4172   http://www.perzl.org/aix/index.php?n=Main.Parallel
4174 * Prokka uses GNU Parallel.
4175   http://bioinformatics.net.au/prokka-manual.html
4177 * GNU Parallel was presented at MUUG.
4178   http://muug.mb.ca/blog/meetings/2012/05/09/may-8th-2012-rtfm-gnu-parallel1/
4180 * Blog post: Manipulating many or large files with GNU parallel.
4181   http://compbiously.blogspot.com/2012/05/manipulating-many-or-large-files-with.html
4183 * Blog post: Running commands in parallel using bash.
4184   http://blog.michaelboman.org/2012/04/running-commands-in-parallel-using-bash.html  
4186 * Blog post in Hungarian.
4187   http://commandline.blog.hu/2012/05/03/gnu_parallel
4189 * Popularity of GNU Parallel in Debian explodes.
4190   http://qa.debian.org/popcon-graph.php?packages=parallel
4192 * Bug fixes and man page updates.
4195 20120422
4197 * A race condition bug caused restructuring of a central piece of the
4198   code. Thus this release of GNU Parallel should be considered beta
4199   quality.
4201 * sql --dbsize will now list sizes of all databases if given no
4202   database.
4204 * GNU Parallel is now in Debian Unstable.
4205   apt-get install parallel
4207 * Article: Computational and experimental analyses of
4208   retrotransposon-associated minisatellite DNAs in the soybean genome.
4209   http://www.biomedcentral.com/content/supplementary/1471-2105-13-s2-s13-s1.pdf
4211 * Blog post: GNU parallel - the best thing since sliced bread.
4212   https://arrayal.wordpress.com/2012/03/27/gnu-parallel-the-best-thing-since-sliced-bread/
4214 * Blog post: GNU Parallel makes everything faster.
4215   http://compbiously.blogspot.com/2012/03/gnu-parallel-makes-everything-faster.html
4217 * Blog post (German): Howto: GNU parallel.
4218   http://d24m.de/2012/04/05/howto-gnu-parallel/
4220 * Blog post: Running in Parallel
4221   http://interactivity.ifactory.com/2012/04/running-in-parallel/
4223 * 20000 watched the first intro video.
4224   http://pi.dk/1
4226 * The first 5 have received their GNU Parallel merchandise
4227   https://www.gnu.org/software/parallel/merchandise.html
4229 * Bug fixes and man page updates.
4232 20120322
4234 * Parallel Process Database Dumps.
4235   http://blog.mattoates.co.uk/2012/02/parallel-process-database-dumps.html
4237 * Using GNU Parallel to process images from Mars.
4238   http://lunokhod.org/?p=468
4240 * Using GNU Parallel with bzgrep.
4241   http://filip.rembialkowski.net/did-you-know-gnu-parallel/
4243 * Bug fixes and man page updates.
4246 20120222
4248 * --workdir . will use the current working dir. If the current working
4249   dir is beneath your home dir, the value . is treated as the relative
4250   path to your home dir. This means that if your home dir is different
4251   on remote computers (e.g. if your login is different) the relative
4252   path will still be relative to your home dir.
4254 * A texinfo file is now generated from the POD file using pod2texi.
4256 * The bioinformatics article "Fast large-scale clustering of protein
4257   structures using Gauss integrals" mentions GNU Parallel. They forgot
4258   to add the reference. Please remember --bibtex if you use GNU
4259   Parallel in an article.
4260   http://bioinformatics.oxfordjournals.org/content/28/4/510.short
4262 * The first supporter received his merchandise. Did you order yours?
4263   https://www.gnu.org/software/parallel/merchandise.html
4265 * How to use GNU Parallel with samtools.
4266   http://zvfak.blogspot.com/2012/02/samtools-in-parallel.html
4268 * How to use GNU Parallel for vacuuming PostgreSQL tables.
4269   http://blog.timmattison.com/archives/2012/01/24/mini-hack-parallel-vacuuming-in-postgresql/
4271 * Converting e-books with Calibre and GNU Parallel.
4272   http://www.linkhal.de/blog/2012/01/converting-massive-e-book-collections-with-calibre-and-gnu-parrallel/
4274 * Using GNU Parallel for tailing logfiles from multiple servers.
4275   http://silviud.blogspot.com/2012/02/shell-parallel-processing.html
4277 * Bug fixes and man page updates.
4280 20120122
4282 * --header : uses the first input line as column names and you can
4283   then use {colname} as a replacement string in the command. This also
4284   works with multiple :::'s.
4286 * --header <regexp> matches a header as a regular expression and
4287   repeats the header for each block with --pipe.
4289 * --resume resumes from the last unfinished job. Useful if you stop
4290   GNU Parallel and restart it later with the same arguments.
4292 * niceload now propagates exit status correctly.
4294 * Show your support for GNU Parallel. For a limited time you can get a
4295   GNU Parallel T-shirt+mug+pen+100 postcards at 20 EUR. See
4296   https://www.gnu.org/software/parallel/merchandise.html
4298 * Options -g -B -T -U -W -Y are retired as warned 6 months ago.
4300 * GNU Parallel referenced in article on Holographic Grid Cloud. Thanks
4301   to Stefano Gallozzi. http://arxiv.org/pdf/1112.6128
4303 * Article in IEEE Software on GNU Parallel. Thanks to Diomidis
4304   Spinellis.  http://www.spinellis.gr/blog/20110911/
4306 * An article on Narwhal which uses GNU Parallel. They forgot to add
4307   the reference. Please remember --bibtex if you use GNU Parallel in
4308   an article. 
4309   http://bioinformatics.oxfordjournals.org/content/early/2011/11/08/bioinformatics.btr613.full.pdf
4311 * Blog post on using GNU Parallel to speed up BLAST queries:
4312   http://blog.mckuhn.de/2012/01/embarrassingly-parallel-blast-search.html
4314 * Video showing Wake-on-LAN with GNU Parallel.
4315   https://www.youtube.com/watch?v=0mB-yIyKFLQ
4317 * Using GNU Parallel with Solr.
4318   http://sujitpal.blogspot.com/2011/12/solr-report-generation-with-python.html
4320 * First job ad including GNU Parallel:
4321   http://seeker.dice.com/jobsearch/servlet/JobSearch?op=101&dockey=xml/7/6/76f858de083a094f74b1a5d3ba53ffc5@endecaindex
4323 * Bug fixes and man page updates.
4326 20111222
4328 * --timeout will now kill grandchildren.
4330 * Interview in Hacker Public Radio.
4331   http://hackerpublicradio.org/eps.php?id=0860
4333 * Blog post in Chinese.
4334   http://blog.sina.com.cn/s/blog_3f7652740100y0ju.html
4336 * Bug fixes and man page updates.
4339 20111122
4341 * GNU Parallel package for Fedora.
4342   https://admin.fedoraproject.org/pkgdb/acls/name/parallel
4344 * Using GNU Parallel with Mozilla cross referencing.
4345   https://blog.mozilla.com/it/2011/11/15/mxr-improvements/
4347 * Neat flash presentation of GNU Parallel.
4348   http://prezi.com/0nq74b2elgtx/about-gnu-parallel/
4350 * How to create tar files of dirs in parallel.
4351   https://joneslee85.wordpress.com/2011/11/22/shell-tips-how-to-recursively-archive-many-folders/
4353 * Article in Admin Network&Security by Ben Martin.
4354   http://www.admin-magazine.com/HPC/Articles/GNU-Parallel
4356 * Blog post in Polish.
4357   http://blog.tiger.com.pl/2011/01/05/gnu-parallel/
4359 * Blog post on using GNU Parallel of Mac OS X.
4360   http://www.0xcb0.com/2011/10/19/running-parallel-bash-tasks-on-os-x/
4362 * Blog post in English by researcher.
4363   http://zandyware.wordpress.com/2011/10/15/gnu-parallell-make-best-use-of-your-multicore-computer/
4365 * Blog entry in Chinese.
4366   http://blog.csdn.net/tossense/article/details/6889026
4368 * Blog entry in Japanese on managing many servers.
4369   http://hiroakis.com/blog/2011/11/13/gnu-parallel/
4371 * GNU Parallel is now part of ppbs.
4372   http://physiology.med.cornell.edu/faculty/mason/lab/ppbs/introduction/introduction.html
4374 * How to use GNU Parallel with MCX.
4375   http://mcx.sourceforge.net/cgi-bin/index.cgi?MMC/Doc/MMCCluster
4377 * Bug fixes and man page updates.
4380 20111022
4382 * --tag prepends lines with the argument(s). If used with --(n)onall
4383   the line will be prepended with the sshlogin instead.
4385 * --shellquote does not run the command but quotes it using \'s.
4386   Useful for making quoted composed commands.
4388 * --profile can now be repeated merging multiple profiles.
4390 * --bibtex now gives the BibTeX entry.
4391   Thanks to Aleksandr Levchuk for testing.
4393 * Makefile for simple .deb package.
4394   cd packager/debian; make
4396 * sql: --list-databases lists the databases.
4398 * GNU Parallel officially in Fedora 16
4399   http://www.spinics.net/lists/fedora-package-announce/msg67130.html
4401 * Blog post on recompression FLAC audio.
4402   http://blog.oxplot.com/2011/08/reflac-flac-cleanser.html
4404 * The most complex use of ::: I have seen so far.
4405   http://agentzlerich.blogspot.com/2011/09/following-up-on-previous-failures-ive.html
4407 * Example of using GNU Parallel with sudo.
4408   http://loopkid.net/articles/2011/10/07/recursive-chmod-and-chown-on-files
4410 * Use wget and gnu parallel to download mp3s at rocket speed.
4411   http://sdbrain.posterous.com/use-wget-and-gnu-parallel-to-download-mp3s-at
4413 * First CV referring to GNU Parallel.
4414   http://www.peopleperhour.com/freelancers/stephen_/internet_researcher_and_protocol_develop/140602
4416 * Cartwright labs usage of GNU Parallel.
4417   http://cartwrightlab.wikispaces.com/The+Most+Bang+for+Your+Buck
4419 * Bug fixes and man page updates.
4422 20110822
4424 * --timeout implemented so that slow commands can be killed
4426 * CPU detection improved for Mac OSX. Thanks to Wayne E. Seguin.
4428 * Example of a parallel webcrawler in the man page.
4430 * Backup up PostgreSQL with GNU Parallel. Thanks to Stephane Wirtel.
4431   http://wirtel.be/2011/07/15/rsync_parallel/
4433 * Blog post in Japanese.
4434   http://dminor11th.blogspot.com/2011/08/gnu-parallel.html
4436 * Blog post about optimizing JPEGs. Thanks to Thomas Jost.
4437   http://schnouki.net/2011/07/22/optimizing-jpeg-pictures/
4439 * Bug fixes and man page updates.
4442 20110722
4444 * niceload: --hard will suspend a program if a limit is reached - as
4445   opposed to just slowing the program down.
4447 * niceload: --soft will slow the program down - as opposed to
4448   suspending the program completely.
4450 * niceload: --run-io will slow down a program if disk io goes above a
4451   certain limit.
4453 * niceload: --run-load will slow down a program if loadaverage goes
4454   above a certain limit.
4456 * niceload: --run-mem will slow down a program if free memory goes
4457   below a certain limit.
4459 * niceload: --run-noswap will slow down a program if the computer is
4460   swapping.
4462 * niceload: --start-io, --start-load, --start-mem, --start-noswap will
4463   defer starting a program until the system is below the limit.
4465 * --io, --load, --mem, and --noswap sets both --run-* and --start-*.
4467 * niceload got a major rewrite and is now object oriented.
4469 * GNU Parallel was presented at Nordic Perl Workshop 2011.
4470   http://conferences.yapceurope.org/npw2011/talk/3416
4472 * Blog post about zcat and GNU Parallel. Thanks to Dr. John.
4473   http://drjohnstechtalk.com/blog/2011/06/gnu-parallel-really-helps-with-zcat/
4475 * 2 blog posts in Japanese. Thanks to Negima.
4476   http://d.hatena.ne.jp/negima1976/20110607/1307412660
4477   http://d.hatena.ne.jp/negima1976/20110628/1309252494
4479 * Blog post for bioinformatics. Thanks to Chris Miller.
4480   http://chrisamiller.com/science/2010/05/26/use-parallel-for-easy-multi-processor-execution/
4482 * Bug fixes and man page updates.
4485 20110622
4487 * --onall will run all the jobs on all the computers. This is useful
4488   for systemadinistrators having multiple servers.
4490 * --nonall runs like --onall but reads no arguments from stdin
4491   (standard input), so is possible to do:
4492   parallel --nonall -S computer1,computer2 uptime
4494 * Context replace now works with multiple input sources:
4495   parallel -X echo {1}-{2} ::: 1 2 3 ::: a b c
4497 * --noswap do not start a job on a server that is swapping.
4499 * Article: Parallel processing without Hadoop!
4500   http://www.solutionhacker.com/parallel-processing-without-hadoop/
4502 * Article in Linux Magazine (Spanish). Thanks to Ben Martin.
4503   http://www.linux-magazine.es/issue/67/
4505 * First blog post in Korean. Thanks to 민병국.
4506   http://blog.daum.net/_blog/BlogTypeView.do?blogid=02RQ3&articleno=13380895&admin=#
4508 * Blog post in Japanese. Thanks to Naoya Nakazawa.
4509   http://www.sssg.org/blogs/naoya/archives/2003
4511 * Blog post in English. Thanks to Dagon.
4512   http://hekate.homeip.net/2011/05/29/
4514 * Bug fixes and man page updates.
4517 20110522
4519 * Multiple ::: can be put on the command line and will be treated
4520   similar to contents from multiple -a's.
4522 * ::: and :::: can now be mixed on the command line. Use {1} .. {n} to
4523   refer to inputs from the different input sources.
4525 * --xapply is now needed to get xapply's behaviour of reading one line
4526   from each of the input sources.
4528 * Multiple input sources will cause all combinations of arguments from
4529   the sources to be generated. E.g. 'parallel echo {1}+{2} ::: 1 2 :::
4530   a b c' will print 1+a 1+b 1+c 2+a 2+b 2+c. This can often replace
4531   nested loops.
4533 * Implemented {//} for the input line with the basename removed (dirname).
4535 * New video showing the new ::: and :::: input sources.
4536   http://tinyogg.com/watch/iOdhU/ http://www.youtube.com/watch?v=fOX1EyHkQwc
4538 * GNU Parallel now has a logo.
4539   http://www.gnu.org/software/parallel/logo.png
4541 * Article about GNU SQL in USENIX Magazine ;login: (print)
4542   http://www.usenix.org/publications/login/2011-04/
4544 * Using GNU Parallel with EC2. Thanks to Kevin Wu.
4545   http://blog.kevinformatics.com/post/4970574713/interested-in-your-experience-using-gnu-parallel-in
4547 * Review with idea for {..} and {...} in Japanese. Thanks to ichii386.
4548   http://d.hatena.ne.jp/ichii386/20110426
4550 * Upgrade GNU Parallel using Macports. Thanks to Phil Hollenback.
4551   http://www.hollenback.net/index.php/MacportsParallel
4553 * Robert from Echo One discusses using processes instead of threads:
4554   http://rrees.wordpress.com/2011/04/25/many-cores-many-threads/
4556 * How to run GNU Parallel on a SLURM cluster. Thanks to Kevin Stock.
4557   http://www.kevinstock.org/2011/04/using-the-ri-cluster/
4559 * Short article about using GNU Parallel with lame:
4560   http://loopkid.net/articles/2011/04/30/accelerate-lame-mp3-conversion
4562 * Using GNU Parallel to run tail -f in Japanese. Thanks to Clouder.
4563   http://blog.clouder.jp/archives/001140.html
4565 * BBC Research & Development uses GNU Parallel:
4566   http://www.bbc.co.uk/blogs/researchanddevelopment/2010/11/prototyping-weeknotes-41-26112.shtml
4568 * Short article about using GNU Parallel on RHEL. Thanks to Rishi Deshpande.
4569   http://nuclear-imaging.info/site_content/2011/05/11/gnu-parallel/
4571 * Using GNU Parallel for FLAC->MP3 conversion. Thanks to Derek Marcotte.
4572   http://derek.chezmarcotte.ca/?p=286
4574 * Bug fixes and man page updates.
4577 20110422
4579 * {#} now works as an alias for $PARALLEL_PID.
4581 * --eta now estimates way more accurately.
4583 * CPU detection code for AIX thanks to Christian Netrwal.
4585 * --joblog contains exitcode.
4587 * Thanks to Ævar Arnfjörð Bjarmason for reading my code.
4589 * GNU Parallel was presented at:
4590   - LUGA, Augsburg, 2011-03-26, http://www.luga.de/Aktionen/LIT-2011/Programm
4591   - OSAA.dk, Aarhus, 2011-04-12
4593 * Blog entry in Japanese. Thanks to Riywo.
4594   http://blog.riywo.com/2011/04/19/022802
4596 * Example of how to use GNU Parallel on PBS clusters. Thanks to Andrew
4597   J Dolgert: http://web0.tc.cornell.edu/wiki/index.php?title=Gnu_Parallel
4599 * First example of using GNU Parallel in Hebrew. Thanks to omry.
4600   http://nd.gd/jk
4602 * Intro video got past 10000 hits.
4603   http://www.youtube.com/watch?v=OpaiGYxkSuQ
4605 * Bug fixes and man page updates.
4608 20110322
4610 * --tollef to be switch compatible with Tollef's parallel. This will
4611   cause -l to mean --load, and the argument separator will be --
4612   instead of :::
4614 * --gnu will force GNU Parallel to behave like GNU Parallel even if
4615   --tollef is set.
4617 * Site wide config file: /etc/parallel/config
4619   This should solve the issue with some packagers renaming GNU
4620   Parallel to gparallel to avoid the naming conflict.
4622   By putting --tollef in the site wide config file you can deinstall
4623   Tollef's parallel and install GNU Parallel instead without any
4624   change for users or scripts. This is useful for packagers that
4625   currently rename GNU Parallel or simply do not distribute GNU
4626   Parallel because the command name conflicts with Tollef's parallel.
4628 * -L 0 -n 0, and -N 0 implemented. They will read one argument,
4629   but insert 0 arguments on the command line. Useful if you just want
4630   to run the same command with the same arguments a number of times.
4632 * GNU Parallel is now in Fink. Thanks to Jesse Alama.
4633   http://pdb.finkproject.org/pdb/package.php/parallel
4635 * Opscode Cookbook for Chef. Thanks to Joshua Timberman.
4636   https://github.com/opscode/cookbooks/tree/master/gnu_parallel
4638 * Man page examples translated into Japanese. Thanks to Koshigoe.
4639   http://w.koshigoe.jp/study/?%5Bsystem%5D+GNU+parallel+%BB%C8%CD%D1%CE%E3#l13
4641 * GNU Parallel will be presented at:
4642   - LUGA, Augsburg, 2011-03-26, http://www.luga.de/Aktionen/LIT-2011/Programm
4643   - OSAA.dk, Aarhus, 2011-04-12
4645 * Video of presentation from FSCONS 2010-11-07. The presenter was
4646   _really_ hoarse that day (Something to do with loads of alcohol the
4647   night before). http://vimeo.com/20838834
4649 * Review with examples in German. Thanks to M. Nieberg.
4650   http://kenntwas.de/2011/linux/gnu-parallel/
4652 * A review of the --pipe option in German. Thanks to Mathias Huber.
4653   http://www.linux-magazin.de/NEWS/GNU-Parallel-20110205-stueckelt-Daten
4655 * A small example of grepping maillogs. Thanks to François Maillet.
4656   http://www.francoismaillet.com/blog/?p=399
4658 * Using GNU Parallel instead of xargs. Thanks to James Cuff.
4659   http://blog.jcuff.net/2011/02/on-train-ride-in.html
4661 * Bug fixes and man page updates.
4664 20110205
4666 * --pipe splits piped data into blocks. Each block is piped to a
4667   program for processing. The piping and the programs will be run in
4668   parallel. Useful if the data you want to process is data for a
4669   program and not arguments.
4671 * --blocksize sets the blocksize in bytes for --pipe. The blocksize is
4672   approximate. It can deviate as much as the size of one record.
4673   Default is 1M.
4675 * --recstart sets the string matching the start of a
4676   record. Default is "".
4678 * --recend sets the string matching the end of a
4679   record. Default is '\n'. To specify none use --recend "".
4681   If both --recstart and --recend are set, the end of a record must be
4682   followed immediately by a start of a record. This is useful if
4683   either recend or recstart can occur in the middle of a record.
4685 * --remove-rec-sep removes the string matched by --recstart and
4686   --recend.
4688 * --regexp will make GNU Parallel treat --recstart and --recend as
4689   regular expressions.
4691 * --output-as-files will put the output of the programs into files and
4692   instead of giving the output GNU Parallel will output the name of
4693   these files.
4695 * -N if used with --pipe sets the number of records to read.
4697 * New video showing --pipe at
4698   http://www.youtube.com/watch?v=1ntxT-47VPA
4700 * GNU Parallel was presented at FOSDEM.
4702 * Article in USENIX Magazine ;login: (print)
4703   http://www.usenix.org/publications/login/2011-02/
4705 * GNU Parallel is now on ohloh.net. Thanks to Wim Muskee.
4706   https://www.ohloh.net/p/gnu-parallel
4708 * Advanced recursive example. Thanks to Ruarí Ødegaard.
4709   http://my.opera.com/ruario/blog/2011/01/24/editing-debian-packages-more-fun-with-gnu
4711 * Small example on using GNU Parallel through 0install (German).
4712   http://forum.ubuntuusers.de/topic/gnu-parallel-mit-zero-install-kurzinfo-kein-wi/
4714 * Bug fixes and man page updates.
4717 20110122
4719 * --joblog makes a simple log of completed jobs.
4721 * -X now spreads arguments between job slots when reaching last
4722   argument. Use -j1 to avoid this.
4724 * People on the email list have voted -j+0 to be the new default
4725   instead of -j9.
4727 * First review in Polish. Thanks to Patryk Krawaczyński.
4728   http://nfsec.pl/root/2458
4730 * Review in Spanish (in print).
4731   https://www.linux-magazine.es/issue/67/moreinfo.html
4733 * Review in English. Thanks to Brian Gough.
4734   http://blogs.fsfe.org/bjg/2011/01/gnu-parallel-a-map-operator-for-the-command-line/
4736 * Review in French. Thanks to Denis Dordoigne.
4737   http://linuxfr.org/2010/12/29/27715.html
4739 * Review in Spanish.
4740   http://gufete.net/index.php?entry=entry110116-200022
4742 * Article with advanced recursive example. Thanks to Ruarí Ødegaard
4743   http://my.opera.com/ruario/blog/2011/01/18/fun-with-gnu-parallel
4745 * Use case for memcache.
4746   http://www.dctrwatson.com/2010/12/how-to-dump-memcache-keyvalue-pairs-fast/
4748 * Bug fixes and man page updates.
4751 20101222
4753 * GNU niceload is now part of GNU Parallel. GNU niceload slows down a
4754   program if the load average is above a certain limit.
4756 * Implemented --tmpdir to buffer standard output and standard error in
4757   a different place.
4759 * Implemented --load to wait until the load is below a limit before
4760   starting another job on that computer.
4762 * Implemented --nice set the niceness of jobs running both locally and
4763   remotely.
4765 * Implemented --dry-run to print the job without running it.
4767 * Implemented --tty as the old default of assigning a tty to the first
4768   job causes problems.
4770 * Review with focus on clusters. Thanks to Taylor Gillespie
4771   http://www.unixpronews.com/unixpronews-49-20101019GNUParallelSpeedUpProcessingWithMulticoresClusters.html
4773 * Review with focus on protein similarity. 
4774   http://kevinformatics.tumblr.com/post/2142473893/cluster-like-computing-using-gnu-parallel
4776 * Review in Spanish.
4777   http://gr3p.com/2010/12/gnu-parallel-acelera-tus-scripts-en-linux
4779 * Quite a few bug fixes and man page updates.
4782 20101202
4784 * Implemented {/} for the input line with the path removed (basename).
4786 * Implemented {/.} for the input line with extension and path removed
4787   (basename).
4789 * Output from --progress is now sent to standard error instead of
4790   standard output.
4792 * --eta was broken and counted down from 0. Now fixed.
4794 * Standard output and standard error are flushed after every job so if
4795   standard output does not end with a newline it will still be grouped
4796   with the rest of standard output.
4798 * --command, -c, --file, and -f are now removed as options. They were
4799   never used in practice.
4801 * GetOptionsFromArray rewritten to work with old Perl libraries.
4803 * The file COPYING now contains the GNU General Public License 3
4805 * Major rewrite to make the code more object oriented and easier to
4806   maintain in the future.
4809 20101113
4811 * Using -j myfile the number of jobs can be changed while GNU Parallel
4812   is running simply by changing the content of myfile.
4814 * Implemented --profile to use different .parallel/config for
4815   different situations.
4817 * Ugly newlines in $PARALLEL and .parallel/config are no longer
4818   needed.  Instead you have to use \ in front of special shell
4819   characters.
4821 * --workdir puts the files transferred to remote machines in a
4822   specified directory.
4824 * $PARALLEL_PID is set to the process id of GNU Parallel.
4826 * $PARALLEL_SEQ is set to the sequence number of the job.
4828 * -v now only shows the command to run. Use -v -v to show the
4829    ssh/rsync wrapping.
4831 * Slow spawning error is now only a warning.
4833 * If stdin is a tty and input is read from stdin you now get a
4834   warning.
4836 * GNU sql: \n and \x0a in arguments is replaced with newline.
4838 * Patch for Debian package and spelling mistakes. Thanks to Rogério
4839   Brito <rbrito at ime dot usp dot br>
4841 * Mac OS X Homebrew package. Thanks to Jonathan Palardy <jonathan dot
4842   palardy at gmail dot com>
4844 * FreeBSD port. Thanks to Chris Howey <howeyc at gmail dot com>
4846 * Pardus package. Thanks to Fethican Coşkuner
4847   <fethicanc at gmail dot com>
4849 * First review in Chinese. Thanks to 曾義峰:
4850   http://antbsd.twbbs.org/~ant/wordpress/?p=2876
4852 * First review in print:
4853   http://www.linux-magazine.com/Issues/2010 Nov 2010
4855 * First review in Spanish:
4856   http://www.muylinux.com/2010/10/18/gnu-parallel-computacion-paralela-a-golpe-de-comando
4858 * First review in Dutch thanks to Koen Vervloesem <koen at vervloesem
4859   dot eu>:
4860   http://techworld.nl/technologie/33493/gebruik-al-je-processorkernen-met-gnu-parallel.html
4862 * Blog review thanks to R. Tyler Croy <tyler at monkeypox dot org>:
4863   http://unethicalblogger.com/posts/2010/11/gnuparallel_changed_my_life
4865 * 5000 views of the intro video:
4866   http://www.youtube.com/watch?v=OpaiGYxkSuQ
4868 * As usual a bunch of bugfixes and more usage examples in the man
4869   page.
4871 * GNU Parallel was presented at FSCONS 2010-11-07:
4872   http://www.fscons.org/fs/gnu-parallel Hopefully the
4873   video will be online soon.
4876 20100922
4878 * See GNU Parallel live at FSCONS 2010-11-07:
4879   http://www.fscons.org/fs/gnu-parallel
4881 * Untested Debian and xUbuntu packages available through OpenSUSE
4882   build service:
4883   https://build.opensuse.org/package/show?package=parallel&project=home%3Atange
4885 * Using --retries a job will be retried on another computer if it
4886   fails. This is useful if some jobs fail for no apparent reason (such
4887   as network failure).
4889 * BSD xargs -o (open /dev/tty) is now default for the job running in
4890   foreground. Useful for interactive commands like:
4891   ls | parallel -Xuj1 vi
4893 * GNU sql now supports SQLite.
4895 * Renamed .dburl.aliases to .sql/aliases and /etc/sql/aliases.
4897 * GNU sql now support --list-tables
4899 * Alias for DBURL can contain '?query' part with %-quoting.
4902 20100906
4904 * Using --shebang GNU Parallel can be used as the parser for a script.
4905   E.g: #!/usr/bin/parallel --shebang traceroute (followed by lines of
4906   hosts)
4908 * First community generated bugfixes
4910 * Alt Linux package of GNU Parallel. Thanks to Michael Shigorin <mike
4911   at altlinux dot org>
4913 * Sunfreeware package of GNU Parallel. Thanks to Steven M. Christensen
4914   <sunfreeware at gmail.com>
4916 * Untested CentOS, Fedora, Mandriva, RedHat, and SUSE packages
4917   available through OpenSUSE build service:
4918   https://build.opensuse.org/package/show?package=parallel&project=home%3Atange
4920 * Review of GNU Parallel. Thanks to Andrew McFague amcfague at wgen dot net
4921   http://www.andrew-mcfague.com/linux/utilities-linux/
4922   commands-every-serious-nix-user-should-know/#parallel
4924 * First 1000 views of the intro video
4926 * sql - a small script to access sql bases from the command line which
4927   is a handy companion to parallel --colsep
4930 20100822
4932 * Counting semaphore functionality: start a job in the background. If
4933   N jobs are already running, wait for one to complete. Examples:
4934   sem 'sleep 2; echo foo'; sem 'sleep 1; echo bar'; sem --wait
4935   sem -j2 'sleep 2; echo foo'; sem -j2 'sleep 1; echo bar'; sem --wait
4937 * With --colsep a table can be used as input. Example:
4938   cat tab_sep_table | parallel --colsep '\t' echo col1 {1} col2 {2}
4940 * --trim can remove white space around arguments.
4942 * --sshloginfile '..' means use ~/.parallel/sshloginfile
4944 * Zero install package. Thanks to Tim Cuthbertson <tim3d dot junk at
4945   gmail dot com>
4947 * OpenSUSE package. Thanks to Markus Ammer <mkmm at gmx-topmail dot
4948   de>
4950 * NixOS package. Thanks to Ludovic Courtès <ludo at gnu dot org>
4952 * Web review http://oentend.blogspot.com/2010/08/gnu-parallel.html
4953   Thanks to Pavel Nuzhdin <pnzhdin at gmail dot com>
4955 * Web review http://psung.blogspot.com/2010/08/gnu-parallel.html
4956   Thanks to Phil Sung <psung at alum dot mit dot edu>
4959 20100722
4961 * Arguments can now be given on the command line. Example:
4962   parallel bzip2 ::: *.txt
4964 * xapply like functionality. Example:
4965   parallel diff {1} {2} :::: filelist1 filelist2
4966   parallel diff {1} {2} ">"{1.}-{2.}.diff :::: filelist1 filelist2
4968 * Arch Linux package. Thanks to Peter Simons <simons at cryp dot to>
4970 * Mandriva package. Thanks to Sandro Cazzaniga <kharec at mandriva dot
4971   org>
4973 * -L -l -n -s now implies -X unless -m is set
4976 20100620
4978 * New video showing the new options.
4979   http://www.youtube.com/watch?v=OpaiGYxkSuQ or at
4980   http://tinyogg.com/watch/TORaR/ and http://tinyogg.com/watch/hfxKj/
4982 * 100% options complete with xargs. All options for xargs can now be
4983   used in GNU Parallel - even the more exotic.
4985 * --basefile for transferring basedata. When running jobs on remote
4986   computers --basefile will transfer files before the first jobs is
4987   run. It can be used to transfer data that remains the same for each
4988   job such as scripts or lookup tables.
4990 * --progress shows progress. To see how many jobs is running on each
4991   server use --progress. It can be turned on even after GNU Parallel
4992   is started.
4994 * --eta shows estimated time left in seconds.
4996 * --halt-on-error stops if an error occurs. GNU Parallel will default
4997   to run all jobs - even if some of them fail. With --halt-on-error
4998   GNU Parallel can ignore errors, wait for the currently running jobs
4999   to finish, or stop immediately when an error occurs.
5002 20100601
5004 * GNU Parallel now has support for running jobs on remote machines
5006 * Intro video http://www.youtube.com/watch?v=LlXDtd_pRaY
5007   http://openvideo.dailymotion.com/video/xdmqwz_gnu-parallel-script-processing-and_tech 
5010 20100424
5012 * GNU Parallel is now official GNU software