Skip to content

Instantly share code, notes, and snippets.

View thecooldoggo's full-sized avatar
🐶

TheCoolDoggo thecooldoggo

🐶
View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active November 9, 2024 20:15
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This no longer works in browser!

This no longer works if you're alone in vc! Somebody else has to join you!

Warning

There are now two quest types ("stream" and "play")! Pay attention to the instructions!

@StevenACoffman
StevenACoffman / Homoglyphs.md
Last active November 12, 2024 22:09
Unicode Look-alikes

Unicode Character Look-Alikes

Original Letter Look-Alike(s)
a а ạ ą ä à á ą
c с ƈ ċ
d ԁ ɗ
e е ẹ ė é è
g ġ
h һ
@iahuang
iahuang / snowday.py
Last active May 31, 2024 19:35
Simple Python API for snowdaycalculator.com
import requests
from dataclasses import dataclass
import re
import datetime
class SchoolType:
PUBLIC = 0
URBAN_PUBLIC = 0.4
RURAL_PUBLIC = -0.4
PRIVATE = -0.4