Skip to content

Instantly share code, notes, and snippets.

View steve-thousand's full-sized avatar
🔜
Updating Homebrew...

Steve Conrad steve-thousand

🔜
Updating Homebrew...
View GitHub Profile
@steve-thousand
steve-thousand / hqq.py
Created November 7, 2020 01:23 — forked from einstein95/hqq.py
Downloads most hqq.tv streams
import json
import re
import urllib.request
from base64 import b64decode
from subprocess import call
from sys import argv
UA = 'Mozilla/6.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.5) Gecko/2008092417 Firefox/3.0.3'
headers = {'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Content-Type': 'text/html; charset=utf-8'}
@steve-thousand
steve-thousand / .bash_profile
Last active February 26, 2019 13:40 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# OVERRIDES
cd() { builtin cd "$@"; ll; }
# ALIASES
alias cd..='cd ../' # Go back 1 directory level (for fast typers)
alias ..='cd ../' # Go back 1 directory level
alias ...='cd ../../' # Go back 2 directory levels
alias .3='cd ../../../' # Go back 3 directory levels

Keybase proof

I hereby claim:

  • I am persecond on github.
  • I am stconrad (https://keybase.io/stconrad) on keybase.
  • I have a public key whose fingerprint is 6019 85F8 EF85 700B 3F16 83D4 54A4 6B25 AA97 6635

To claim this, I am signing this object: