- Flask conventions/best practices - https://github.com/mjhea0/flask-tracking (first 2 parts of a 7 series piece)
- Boilerplate for Flask - https://github.com/mjhea0/flask-boilerplate
- Django Testing - http://www.realpython.com/blog/python/testing-in-django-part-2-model-mommy-vs-django-testing-fixtures/
- Django Debug Toolbar - http://gun.io/blog/debugging-SQL/
- Dokku and Django - http://gun.io/blog/deploying-django-app-on-dokku/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --[[ | |
| Provided by Tim Closs see https://devnet.madewithmarmalade.com/questions/3701/kinematic-bodies-in-marmalade-quick.html | |
| Ping pong game. | |
| Drag the bats up and down, and attempt to keep the ball in play. | |
| The bats and ball are physics "sensor" objects, so generate collision | |
| events but no physical responses. | |
| --]] | |
| local dw = director.displayWidth |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo dscl . -append /groups/wheel GroupMembership <username> | |
| # now `sudo visudo` and remove comment from: %wheel ALL=(ALL) NOPASSWD: ALL |
As configured in my dotfiles.
start new:
tmux
start new with session name:
NewerOlder