start new:
tmux
start new with session name:
tmux new -s myname
| #!python | |
| # coding: utf-8 | |
| # by GaryLee | |
| # https://gist.github.com/GaryLee/d1cf2089c3a515691919 | |
| import sys | |
| import ctypes | |
| def run_as_admin(argv=None, debug=False): |
This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.
###Array ####Definition: