Skip to content

Instantly share code, notes, and snippets.

View prutya's full-sized avatar
🇺🇦
savelife.in.ua/en/donate-en

Anton Prudkohliad prutya

🇺🇦
savelife.in.ua/en/donate-en
View GitHub Profile
@prutya
prutya / transliteration.js
Created March 11, 2023 13:38
Transliteration of Ukrainian text into English
const MAP_NORMAL = {
"а": "a",
"б": "b",
"в": "v",
"г": "h",
"ґ": "g",
"д": "d",
"е": "e",
"є": "ie",
"ж": "zh",
@prutya
prutya / _headers
Last active December 28, 2022 14:49
A Webpack plugin to automatically generate Cloudflare Pages compatible _headers file to enable HTTP-2 Server Push
# Generated by ServerPushPlugin
/
Link: <index.js>; rel=preload; as=script
Link: <index.css>; rel=preload; as=stylesheet
@prutya
prutya / automatic_theme_switcher.py
Last active December 22, 2022 19:39
Automatically switch theme on iTerm2
#!/usr/bin/env python3
import asyncio
import iterm2
def log(string):
print(string)
async def update(connection, theme):
# Themes have space-delimited attributes, one of which will be light or dark.