Skip to content

Instantly share code, notes, and snippets.

View HoughIO's full-sized avatar
🖥️
Hacking'

Graham Hough HoughIO

🖥️
Hacking'
View GitHub Profile
@HoughIO
HoughIO / youtube_format_code_itag_list.md
Created November 29, 2021 08:04 — forked from sidneys/youtube_format_code_itag_list.md
YouTube video stream format codes itags

YouTube video stream format codes

Comprehensive list of YouTube format code itags

itag Code Container Content Resolution Bitrate Range VR / 3D
5 flv audio/video 240p - - -
6 flv audio/video 270p - - -
17 3gp audio/video 144p - - -
18 mp4 audio/video 360p - - -
22 mp4 audio/video 720p - - -
{"openapi":"3.0.2","info":{"title":"streamfan","version":"0.1.0"},"paths":{"/api/v1/login/access-token":{"post":{"tags":["login"],"summary":"Login Access Token","description":"OAuth2 compatible token login, get an access token for future requests","operationId":"login_access_token_api_v1_login_access_token_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_login_access_token_api_v1_login_access_token_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Token"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/login/test-token":{"post":{"tags":["login"],"summary":"Test Token","description":"Test access token","operationId":"test_token_api_v1_login_test_token_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"sch
@HoughIO
HoughIO / resume.json
Last active January 4, 2021 18:28
Graham Hough's Resume
{
"basics": {
"name": "Graham Hough",
"label": "Lead Developer Experience Engineer",
"picture": "",
"email": "graham@hough.io",
"phone": "(859) 388-0877",
"summary": "A software developer with a passion for QA and a love for automation. In my spare time I like to build fun side projects, play videogames, explore new technologies, and make music with synthesizers!",
"location": {
"address": "525 East 14th St #9D",

Keybase proof

I hereby claim:

  • I am houghio on github.
  • I am gorm (https://keybase.io/gorm) on keybase.
  • I have a public key ASBWlIth81aGFe0rVqrc2KeqpzmQknksKGNyufLsf8PcpAo

To claim this, I am signing this object:

echo "Installing JDK8"
apt-get -y -q update
apt-get -y -q upgrade
apt-get -y -q install software-properties-common htop
add-apt-repository ppa:webupd8team/java
apt-get -y -q update
echo "Fucking linux."
echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-selections
apt-get -y -q install oracle-java8-installer
//course: CS216-00x
//Project: Lab Assignment 12
//Date: 11/28/2015
//Purpose: to build a parse tree which shows the relationships
// among operators and operands in an expression
// display the tree structure visually
//Author: (your name)
#include <string>
#include <sstream>
@HoughIO
HoughIO / gist:3e10dfb0f473963c6bdc
Created February 16, 2015 17:09
pg errors log
/usr/bin/chef-solo:24:in `<main>'
[2015-02-16T17:03:07+00:00] ERROR: chef_gem[pg] (postgresql::ruby line 55) had an error: Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
/usr/bin/ruby1.9.1 extconf.rb
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- mkmf (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from extconf.rb:2:in `<main>'
Gem files will remain installed in /var/lib/gems/1.9.1/gems/pg-0.18.1 for inspection.
#Name: Graham Hough
#Date due: 1/23/15
#Purpose: to show how to convert numbers to and from binary
def main():
user_num = input('Please type the corrisponding number: \n1. Binary to deciaml\n2. Decimal to binary\n')
if user_num == '1':
x = input('what is the number you want to convert?')
result1 = binary_to_dec(x)
print('The converted number is ' + str(result1))
elif user_num == '2':
Hey, did you know this has several files?
hu nu?
Hey, did you know this has several files?
hu nu?
I added a few more lines for you to help. Also, this was forked.
-Graham