Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 790 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 790 Bytes

My repo of useful little 'gizmos'

General

d2b-pp

Pretty print decimal to binary conversion

$ d2b-pp 16089468895
0000 0000 0000 0000 0000 0000 0000 0011 1011 1111 0000 0001 1100 1111 1101 1111
   ^    ^    ^    ^    ^    ^    ^    ^    ^    ^    ^    ^    ^    ^    ^    ^
  61   57   53   49   45   41   37   33   29   25   21   17   13    9    5    1

p4

Perforce wrapper to implement your own commands and aliases

parallel-http-fetch

Download files over HTTP in parallel via curl(1)

somafm-menu

Curses (really dialog) interface to the soma.fm stations

win32-prevent-ss.pl

Prevent a screen save trigger from moving the mouse via the Win32 API

Perl

perl/gen_moose_class_pod.pl

Perl POD from Moose classes from object inspection