Skip to content

Instantly share code, notes, and snippets.

View j4c0bs's full-sized avatar

Jeremy Jacobs j4c0bs

View GitHub Profile
@j4c0bs
j4c0bs / keybase.md
Created February 23, 2018 22:03
keybase

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@j4c0bs
j4c0bs / update_vid_tag.py
Created July 25, 2017 20:18
Auto update version.py and git tag version id
#!/usr/bin/env python3
"""
--------------------------------------------------------------------------------
This script will:
- update git tag version id for last commit
- overwrite all contents in current version.py file
I strongly advise not using the code below and writing your own.