my ~/bin

I’ll be publishing/linking some of the scripts from my ~/bin directory. These are typically things useful for manipulating one-record-per-line files or streams of data. Along the lines of grep, find, xargs, awk, etc. Most of this is Perl, with a bit or R, bash, and C thrown in.

Title idea attributed to MJD’s Welcome to my ~/bin

  • aggregate – report event counts from a stream
  • pcoc – Piped Command Output Colorizer
  • sample – probabilistic sampling from a stream of lines
  • shuffle – randomize a stream of data