Skip to content

Instantly share code, notes, and snippets.

View deavmi's full-sized avatar
⚙️
6'ft, brown eyes, compiler writer

Tristan B. Velloza Kildaire deavmi

⚙️
6'ft, brown eyes, compiler writer
View GitHub Profile
@rany2
rany2 / eskom.py
Last active January 4, 2023 07:44
Eskom API
#!/usr/bin/env python3
import urllib.parse
from enum import Enum
from typing import List
import requests
BASE_URL = "https://loadshedding.eskom.co.za/LoadShedding/"
USER_AGENT = "ZA_LOADSHEDDING/1.0 (github.com/rany2)"
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active November 19, 2024 10:49
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname