Skip to content

Instantly share code, notes, and snippets.

View bheru27's full-sized avatar

Bryan Hernandez bheru27

View GitHub Profile
@bheru27
bheru27 / GPGFingerPrint.md
Created June 26, 2017 08:30
GPG Fingerprint for verification purposes

me at bryanhr dot com --- 8A75 A129 7881 38DF 84B3 BF45 6C8C F116 A980 0E5D

@bheru27
bheru27 / bash2zsh.py
Created December 14, 2015 22:28
.bash_history to .zsh_history converter
#!/usr/bin/env python2
#usage: cat .bash_history | ./bash2zsh.py >> .zsh_history
import sys
import time
for line in sys.stdin:
line = line.rstrip('\n')
timestamp = int(time.time())
sys.stdout.write(': %s:0;%s\n' %(timestamp, line))

Keybase proof

I hereby claim:

  • I am bheru27 on github.
  • I am bheru27 (https://keybase.io/bheru27) on keybase.
  • I have a public key ASBWtOBYAPEWFsmgbvb2oRwP1L7Mw6cQg9CaCYD7SmnZRgo

To claim this, I am signing this object: