Skip to content

Instantly share code, notes, and snippets.

@bkofford
bkofford / keybase.md
Created March 5, 2015 02:06
keybase.md

Keybase proof

I hereby claim:

  • I am bkofford on github.
  • I am bkofford (https://keybase.io/bkofford) on keybase.
  • I have a public key whose fingerprint is 5C1D 0C81 A8BA 2576 5C93 2DCB 5A3A 38D9 5EBA 2D0D

To claim this, I am signing this object:

@bkofford
bkofford / gist:6370739
Created August 28, 2013 20:22
Crops the window frame off of a screencap of an ActiveSync Remote Display window pasted into Gimp.
(define (script-fu-crop-ASRDisp-320x240 inIMG)
(gimp-image-crop inIMG 320 240 4 42)
)
(script-fu-register
"script-fu-crop-ASRDisp-320x240" ;func name
"Crop ASRDisp 320x240" ;menu label
"Crops screen cap of ASRDisp window for 320x240 devices" ;description
""
""
""