Skip to content

Instantly share code, notes, and snippets.

if [[ -z "$TMUXP_STARTED" ]]; then
pydev
fi
@apieum
apieum / make.py
Last active August 29, 2015 14:21
ino make
#!/usr/bin/env python2
# -*- coding: utf-8; -*-
"""\
Ino is a command-line toolkit for working with Arduino hardware.
It is intended to replace Arduino IDE UI for those who prefer to work in
terminal or want to integrate Arduino development in a 3rd party IDE.
Ino can build sketches, libraries, upload firmwares, establish
@apieum
apieum / jamfile
Created May 26, 2015 11:28
jamfile et jamrule
SubDir TOP ;
LOCATE_TARGET = $(TOP)/../build/tests ;
LOCATE_SOURCE = $(TOP)/../build/tests ;
SEARCH_SOURCE = $(PWD:D) ;
LIBS = ;
HDRS += $(LIBRARY_DIR)/$(LIBS) ;
LIBRARY_MODULES = [ GLOB $(LIBRARY_DIR)/$(LIBS) : *.cpp *.c ] ;
###########################################################
# Samsung
###########################################################
# Series 7 / 9
keyboard:dmi:bvn*:bvr*:bd*:svn[sS][aA][mM][sS][uU][nN][gG]*:pn*
keyboard:dmi:bvn*:bvr*:bd*:svn[sS][aA][mM][sS][uU][nN][gG]*:pn*700Z*:pvr*
keyboard:dmi:bvn*:bvr*:bd*:svn[sS][aA][mM][sS][uU][nN][gG]*:pn*700G*:pvr*
@apieum
apieum / tigrc
Created September 16, 2016 21:56
tig config, bindings
bind generic + !git commit --amend
bind generic > !git push
bind generic P !git push -f
bind generic F !git fetch
bind generic <Lt> !git pull
bind stage l stage-update-line