revising some ultimate-guitar.com tabs of the band wage war
official statement on reddit AMA: Drop A#, sometimes top string to G (3 steps down)
note: top string F in johnny cash is 5 steps lower than A#, 2 steps lower than G
| // ==UserScript== | |
| // @name Activate All Payback Coupons | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Activating all Coupons on Payback.de with one click | |
| // @author nakami | |
| // @copyright 2022 nakami | |
| // @license GNU General Public License v2.0 | |
| // @include http*://www.payback.de/coupons* | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js |
| import requests | |
| import json | |
| import time | |
| from collections import Counter | |
| from pprint import pprint | |
| # avoid stressing nindo too much | |
| # by adding a delay between fetch requests | |
| FETCH_SLEEP = 1 |
| // run on https://www.pinkbike.com/photo/podlist/ | |
| // high res links look like this: https://lp1.pinkbike.org/p0pb<ID>/<ID>.jpg | |
| // get all li-tags with 'inElm' class | |
| var li_inElms = document.querySelectorAll('li.inElm') | |
| // iterate over all li-tags | |
| for(var i = 0; i < li_inElms.length; i++){ | |
| // get the id | |
| var link = li_inElms[i].getElementsByTagName('a')[0].getAttribute('href'); |
| run in elevated powershell: | |
| net stop wuauserv | |
| net stop cryptSvc | |
| net stop bits | |
| net stop msiserver | |
| ren C:\Windows\SoftwareDistribution SoftwareDistribution.old | |
| ren C:\Windows\System32\catroot2 catroot2.old | |
| net start wuauserv | |
| net start cryptSvc |
| monokai palette | |
| http://www.colourlovers.com/palette/1718713/Monokai | |
| monokai CMD | |
| https://github.com/reideast/cmd-colors-monokai |
How the C++ Compiler Works
Antichamber
The Beginner's Guide
The Stanley Parable