I hereby claim:
- I am esauvisky on github.
- I am emi_ (https://keybase.io/emi_) on keybase.
- I have a public key ASCZjZpyXoLrEruVZqPlsQhWbkylFqOw0twYgM3FHIgjJwo
To claim this, I am signing this object:
// ==UserScript== | |
// @name Udio Song Settings Extractor | |
// @namespace http://tampermonkey.net/ | |
// @version 1.3 | |
// @description Extracts and displays Udio song generation settings and sampler options from a UUID in the meta tag with styled list items | |
// @author emi (https://emi.do) | |
// @match https://www.udio.com/songs/* | |
// @match https://www.udio.com/create | |
// @grant GM_xmlhttpRequest | |
// @run-at document-end |
// ==UserScript== | |
// @name GitHub Fork Commit Search | |
// @namespace http://tampermonkey.net/ | |
// @version 0.9 | |
// @description Search commits across selected forks of a GitHub project | |
// @match https://github.com/* | |
// @grant GM_addStyle | |
// @require https://code.jquery.com/jquery-3.6.0.min.js | |
// @require https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js |
from __future__ import annotations | |
import array | |
import asyncio | |
from bisect import bisect_left | |
from dataclasses import dataclass | |
import logging | |
import os | |
import socket | |
import time |
{"lastUpload":"2020-10-03T10:58:35.173Z","extensionVersion":"v3.4.3"} |
{"lastUpload":"2020-10-03T10:49:26.076Z","extensionVersion":"v3.4.3"} |
{"lastUpload":"2020-09-21T14:37:39.793Z","extensionVersion":"v3.4.3"} |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python3.7 | |
from pokemonlib import PokemonGo | |
import asyncio | |
import logging | |
from sys import platform | |
CALCY_STRING = 'A0\u00A0,0\u2000,1\u2001,2\u2002,3\u2003,4\u2004,5\u2005,6\u2006,7\u2007,8\u2008,9\u2009,A\u200A,B\u200B' | |
logger = logging.getLogger('ivcheck') |
actions: | |
# Uncomment this and comment everything else to NOT rename any pokemon, just scan for adding to history | |
# - conditions: | |
# success: true | |
# - conditions: | |
# success: false | |
# Failed scans get renamed for later verification | |
- conditions: | |
success: false |