start new:
tmux
start new with session name:
tmux new -s myname
| #!/usr/bin/env python | |
| # -*- encoding: utf-8 -*- | |
| # | |
| # woof -- an ad-hoc single file webserver | |
| # Copyright (C) 2004-2009 Simon Budig <simon@budig.de> | |
| # | |
| # This program is free software; you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation; either version 2 of the License, or | |
| # (at your option) any later version. |
| int samplesPerFrame = 32; | |
| int numFrames = 42; | |
| float shutterAngle = .8; | |
| int[][] result; | |
| float time; | |
| float d1, d2, th, pp = .7, t, tt; | |
| int N = 10, M = 9; |