Skip to content

Instantly share code, notes, and snippets.

View nthall's full-sized avatar
🌱

Noah H nthall

🌱
View GitHub Profile
@nthall
nthall / hackto.py
Created October 4, 2020 05:11
a script that checks your starred github repos for projects that have opted in to Hacktoberfest 2020 by adding the topic "Hacktoberfest" to the repo
#!/usr/bin/python
import sys
from colorama import Fore, init, Style
from requests import Session
from requests.utils import parse_header_links
class Crawler:
@nthall
nthall / keybase.md
Created September 18, 2017 19:13
keybase.io verification

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@nthall
nthall / press-thizz.js
Last active December 24, 2015 16:59
The JS half of a custom wordpress plugin for quick posts on TheBeats.biz
function press_thizz() {
var d = document,
w = window,
e = w.getSelection,
k = d.getSelection,
x = d.selection,
tagstr = '',
l = d.location.href,
pageTitle = d.title,
s = (e ? e() : (k) ? k() : (x ? x.createRange().text : 0)),