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): |
| // Here we define our query as a multi-line string | |
| var query = ` | |
| query ($username: String, $type: MediaType) { | |
| MediaListCollection(userName: $username, type: $type) { | |
| lists { | |
| entries { | |
| status | |
| score(format: POINT_10) | |
| progress | |
| progressVolumes |
| <head> | |
| <meta charset="UTF-8"> | |
| </head> | |
| <!-- bootstrap styling --> | |
| <div class="container-fluid"> | |
| <div class="row text-center"> | |
| <h2>Very Simple Random Quote Generator</h2> | |
| </div> | |
| <div class="row text-center"> | |
| <div class="col-xs-12 well message"> |
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: