Skip to content

Instantly share code, notes, and snippets.

View karlredgate's full-sized avatar

Karl Redgate karlredgate

  • Boston Dynamics
  • Greater Boston
View GitHub Profile
### Keybase proof
I hereby claim:
* I am karlredgate on github.
* I am karlredgate (https://keybase.io/karlredgate) on keybase.
* I have a public key ASDyTOEVSMjPm2PmOWD5DEARC-jg3HkQj2b-Fb1EJ53V5Ao
To claim this, I am signing this object:
@karlredgate
karlredgate / 00-note.md
Last active November 19, 2022 18:49
Print postscript file duplexed to printer with bash and awk only

Print a Postscript File Duplexed with only Bash and Awk

The awk script is using heuristic to determine where to insert the Duplex commands in the file.

The bash script is using the bash "feature" of sending to a network socket using the fake device paths that are builtin to bash.

@karlredgate
karlredgate / 00-note.md
Created November 19, 2022 18:55
Compile a Quick C Program without Editing

Compile a Quick C Program without Editing

This is a dumb(cute) hack to compile a simple program directly, without editing and managing the source code in a file.