start new:
tmux
start new with session name:
tmux new -s myname
| """Server-side I/O Performance in Python | |
| Based on the article and discussion at: | |
| https://www.toptal.com/back-end/server-side-io-performance-node-php-java-go | |
| The code was posted at: | |
| https://peabody.io/post/server-env-benchmarks/ |
| <?xml version="1.0" encoding="utf-8"?> | |
| <onlinemapsources> | |
| <onlinemapsource uid="0"> | |
| <name>Google Maps</name> | |
| <url><![CDATA[http://mt{$s}.google.cn/vt/lyrs=m@121&hl={$l}&x={$x}&y={$y}&z={$z}]]></url> | |
| <minzoom>0</minzoom> | |
| <maxzoom>19</maxzoom> | |
| <projection>MERCATORESFERICA</projection> | |
| <servers>0,1,2,3</servers> | |
| <httpparam name=""></httpparam> |
| #!/bin/sh | |
| ### | |
| # SOME COMMANDS WILL NOT WORK ON macOS (Sierra or newer) | |
| # For Sierra or newer, see https://github.com/mathiasbynens/dotfiles/blob/master/.macos | |
| ### | |
| # Alot of these configs have been taken from the various places | |
| # on the web, most from here | |
| # https://github.com/mathiasbynens/dotfiles/blob/5b3c8418ed42d93af2e647dc9d122f25cc034871/.osx |
| #!/usr/bin/python | |
| import subprocess | |
| # PyObjC-related imports | |
| from AppKit import NSApplication, NSSystemDefined | |
| from PyObjCTools import AppHelper | |
| KEY_UP = 11 |