gsettings set org.gnome.settings-daemon.plugins.keyboard active false
setxkbmap us -option compose:ralt
View keyboard.md
View version_bumper.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import os | |
import sys | |
import re | |
import fileinput | |
def update_branch_and_checkout(version): | |
os.system("git checkout master") | |
os.system("git pull") | |
os.system(f"git checkout -b chore/prepare-to-v{version}") |
View future_texts.md
Future texts list
-
"My competition shirts are now gym wear"
- Adapt text from Codeforces
- Link:
-
"Blockchain 101"
- Write the basics of blockchain giving bitcoin as an example
-
Link:
View future.md
Book Shelve
- Learn You Some Erlang https://learnyousomeerlang.com/
- The Little Elixir & OTP Guidebook
- Elixir in action 2nd Edition
Topics to look for books
- Phoenix
- Phoenix in action
- Erlang