Skip to content

Instantly share code, notes, and snippets.

View uetchy's full-sized avatar
🍵
Recovering

uetchy uetchy

🍵
Recovering
View GitHub Profile

Keybase proof

I hereby claim:

  • I am uetchy on github.
  • I am uechi (https://keybase.io/uechi) on keybase.
  • I have a public key ASB3p7n7ezpVina06FyMi_9hgeqEwjCiEbRp4TpBw8d7TQo

To claim this, I am signing this object:

@uetchy
uetchy / bezier_curve.ipynb
Created May 14, 2018 02:43
Bezier curve from scratch
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@uetchy
uetchy / mac-battery-inspector.py
Last active August 20, 2018 05:49
Inspect your MacBook's battery.
#!/usr/bin/env python
from __future__ import print_function
import subprocess
import re
def getIOReg():
cmd = "ioreg -l | grep Capacity"
response = subprocess.check_output(cmd, shell=True)
@uetchy
uetchy / filter.txt
Last active August 20, 2021 04:55
Social Detox Filter
[Adblock Plus 2.0]
! Title: Social Detox Filter
! Homepage: https://gist.github.com/uetchy/c6b774ea8e0221d71d1fe87720223c72/
!Twitter - Remove Counters
twitter.com##div[data-testid="reply"] > div > div:nth-child(2)
twitter.com##div[data-testid="like"] > div > div:nth-child(2)
twitter.com##div[data-testid="unlike"] > div > div:nth-child(2)
twitter.com##div[data-testid="retweet"] > div > div:nth-child(2)
twitter.com##div[data-testid="unretweet"] > div > div:nth-child(2)