Skip to content

Instantly share code, notes, and snippets.

View jh0l's full-sized avatar
🦀
Excited State

Jack Hollis-London jh0l

🦀
Excited State
  • Melbourne
  • 12:23 (UTC +10:00)
View GitHub Profile
@jh0l
jh0l / tsconfig.json
Created December 7, 2020 17:59
Code examples in `Bundling your JS/TypeScript Node.js modules code withWebpack`
{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"outDir": "server-build",
"target": "es2016"
},
"include": ["src"]
}
@jh0l
jh0l / RMIT ITS Hack-a-Thon 2019
Created June 16, 2019 12:44
RMIT ITS Hack-a-Thon 2019 RMIT - ITS Saturday, 27 July 2019 at 10:00 am - Sunday, 28 July 2019 at 1:00 pm (AEST) Docklands, VIC
RMIT Hackathon Entry Terms & Conditions
Registration Open: Monday 30 May 2019, 9am
Registration Close: Saturday 27 July 2019, 11am
Event Opens: Saturday 27 July 2019, 12pm
Duration: Saturday 27 July 2019, 12pm to Sunday 28 July 2019, 1pm
Submission of Entries by: Sunday 28 July 2019, 11am
Team Presentations: Sunday 28 July 2019, 11am
Judging & Prize giving: Sunday 28 July 2019, 12pm
@jh0l
jh0l / gist:62ec27f1626f35aa571e483575079593
Last active July 20, 2018 11:15
Your message in URL form (tripleclick Copy and paste it into your url bar)
data:text/html,%3Chtml%20contenteditable%3E%3Cscript%3E_ID%3D%2256x6lu71bvsig%22%3Bfunc%3D()%3D%3E%7Bdocument.getElementById(_ID).innerHTML%3D'data%3Atext%2Fhtml%2C'%2BencodeURIComponent(window.location.href.slice(16%2C-76)%2Bdocument.getElementById(_ID).parentNode.innerHTML)%7D%3C%2Fscript%3E%3Cbutton%20onclick%3D%22func()%22%3Eencode%20page%3C%2Fbutton%3E%3Cbr%3E%3Cdiv%20onclick%3D%22this.setAttribute('id'%2C_ID)%22%20id%3D%2256x6lu71bvsig%22%3E%3Ch2%20class%3D%22old-h2%22%20style%3D%22border%3A%200px%3B%20font-family%3A%20Whitney%2C%20%26quot%3BHelvetica%20Neue%26quot%3B%2C%20Helvetica%2C%20Arial%2C%20sans-serif%3B%20font-size%3A%2016px%3B%20font-weight%3A%20inherit%3B%20margin%3A%200px%3B%20padding%3A%200px%3B%20vertical-align%3A%20baseline%3B%20color%3A%20rgb(255%2C%20255%2C%20255)%3B%20background-color%3A%20rgb(255%2C%20255%2C%20255)%3B%22%3E%3Cspan%20class%3D%22username-wrapper%22%20style%3D%22border%3A%200px%3B%20font-family%3A%20inherit%3B%20font-style%3A%20inherit%3B%20font-weight%3A%20inherit%3B%20
"""
scrape vine yearly playlist timeline
"""
import re
class UserClass:
"""user dictionary"""
def __init__(self, lines):