Skip to content

Instantly share code, notes, and snippets.

View fightingdreamer's full-sized avatar

Patryk Stępień fightingdreamer

View GitHub Profile
@fightingdreamer
fightingdreamer / parallel_upload.py
Last active July 26, 2018 12:43
Platformio parallel upload script
from platformio import util
from threading import Thread
Import('env')
UPLOADCMD = env['UPLOADCMD']
def _config_option(env, name, default=None):
config = util.load_project_config()
# add to ~/.gtkrc-2.0
style "vimfix" {
bg[NORMAL] = "#1D1F21" # color of gvim background
}
widget "vim-main-window.*GtkForm" style "vimfix"