Skip to content

Instantly share code, notes, and snippets.

View esauvisky's full-sized avatar

emi~ esauvisky

View GitHub Profile
@esauvisky
esauvisky / app.py
Created June 23, 2022 08:05 — forked from nvbn/app.py
Sound lights with spotify, esp8266 and neopixel strip
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
@esauvisky
esauvisky / cloudSettings
Created October 3, 2020 10:58
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-10-03T10:58:35.173Z","extensionVersion":"v3.4.3"}
@esauvisky
esauvisky / cloudSettings
Last active October 3, 2020 10:49
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-10-03T10:49:26.076Z","extensionVersion":"v3.4.3"}
@esauvisky
esauvisky / cloudSettings
Last active September 21, 2020 14:37
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-09-21T14:37:39.793Z","extensionVersion":"v3.4.3"}

Keybase proof

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:

@esauvisky
esauvisky / stringtest.py
Last active March 16, 2019 23:53
Script to test issue on PokemonGo-CalcyIV-Renamer (requires pokemonlib.py)
#!/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