Pinned Loading
-
cheatsheat of really useful things I...
cheatsheat of really useful things I don't need to do very often or have stupid syntax 1# alias for quickly getting the remote URL for the current repo, very useful to pipe to pbcopy
2git config --global alias.url '!git remote -v | awk "{print \$2}" | head -1'
34# use local copy of file for all merge conflicts (sub --theirs to take remote copies)
5git status -s | cut -f2 -d' ' | xargs git checkout --ours
-
awk sed cheatsheet
awk sed cheatsheet 1# split compiler arg string to one options per line by pasting into terminal and hitting <ctrl-d>
2awk '{split($0, opts)} END {system("tput clear"); for (i in opts) print opts[i] }'
34#replace windows cr/lf with just lf. Insert a real ^M by typing ,<ctrl+v><ctrl-m>
5$ sed 's/^M//' somefile.*
-
rotaryencoder
rotaryencoder PublicForked from astine/rotaryencoder
raspberry pi rotary encoder reader code
C
-
sensorplatforms/open-sensor-platform
sensorplatforms/open-sensor-platform PublicOpen Sensor Platform project
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.