Skip to content

Instantly share code, notes, and snippets.

View filipeherculano's full-sized avatar
🏠
Working from home

Filipe Herculano Rocha filipeherculano

🏠
Working from home
View GitHub Profile
@filipeherculano
filipeherculano / keyboard.md
Last active August 6, 2020 20:59
keyboard configuration
gsettings set org.gnome.settings-daemon.plugins.keyboard active false
setxkbmap us -option compose:ralt
#!/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}")
@filipeherculano
filipeherculano / future_texts.md
Last active March 20, 2020 14:15
Future Text Writings

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:

@filipeherculano
filipeherculano / future.md
Last active April 26, 2021 11:02
Future Project List

Book Shelve

Topics to look for books

  • Phoenix
    • Phoenix in action
  • Erlang