Skip to content

Instantly share code, notes, and snippets.

def split(word):
# split string into list of chars
# https://www.geeksforgeeks.org/python-split-string-into-list-of-characters/
return [char for char in word]
symmetricLetters = ['A', 'H', 'I', 'J', 'O']
symmetricPairs = [('9', 'P'), ('A', 'A'), ('O', 'O'), ('J', 'L')]
failed = False
char symmetricLetters[] = {'A', 'H', 'I', 'M', 'O', 'T', 'U', 'V', 'W', 'X', 'Y', '8', '0'};
std::pair<char, char> symmetricPairs[] = {{'9', 'P'},
{'A', 'A'},
{'I', 'I'}};
std::cout << symmetricLetters[0]; // A
std::cout << symmetricLetters[2]; // I
std::cout << symmetricPairs[0].first; // 9
std::cout << symmetricPairs[0].second; // P
(outdated, need to update later)
Question
└── questions: firestore collection
└── [question id]: firestore doc
├── title: string
├── tags: Array<string>
├── userUid: string
├── displayName: string
├── timestamp: Date
tell application "UA Mixer Engine"
if it is running then
quit
else
launch
end if
end tell