I hereby claim:
- I am bigomega on github.
- I am bigomega (https://keybase.io/bigomega) on keybase.
- I have a public key whose fingerprint is 35B8 190F 23C3 8576 1E8C 8C8E 8EB4 BBCA 4DF5 E11C
To claim this, I am signing this object:
| dict = ['cat','cot','cog','bog','bat','bap','map', 'mat']; | |
| start = 'cat'; | |
| end = 'map'; | |
| isLinked = function(w1, w2){ | |
| var flag = false; | |
| for (var i = 0; i < w1.length; i++) { | |
| if(w1[i] != w2[i]){ | |
| if(flag) | |
| return false; | |
| flag = true; |
| import urllib2, re, time, json, os | |
| import gspread | |
| from oauth2client.client import SignedJwtAssertionCredentials | |
| html = urllib2.urlopen('http://www.dota2.com/international/battlepass').read() | |
| prizepool = re.search('id=[\'"]prizepool[^>]*>[\n\r\t]*([^<\t\r\n]*)', html, re.IGNORECASE).group(1) | |
| print(time.strftime('%H:%M - %m/%d/%Y'), prizepool) | |
| print("Update it in Google sheets") | |
| json_key = json.load(open(os.path.join(os.path.dirname(__file__), 'Personal hacks-0e20089bab35.json'))) |
| var hex_arrangement = [ | |
| '3333', | |
| '32223', | |
| '321123', | |
| '3210123' | |
| ] | |
| var hexval = { | |
| 0: [['profile', 'data-nav="home']], | |
| 1: [ | |
| ['behance', 'https://www.behance.net/bigOmega'], |
I hereby claim:
To claim this, I am signing this object:
| const got = require('got'); | |
| const gocha = "gotcha…" | |
| const AUTH_KEY = '' | |
| ;(async () => { | |
| try { | |
| const { data, headers } = await got.post({ | |
| url: 'https://api.github.com/graphql', | |
| headers: { Authorization: `bearer ${AUTH_KEY}` }, |