[ Launch: worms ] 6957240 by mjgil[ Launch: worms ] 6956898 by enjalot
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
| //configurable variables | |
| boolean | |
| exportMode = true; //set to true when exporting, false when designing | |
| String | |
| folderPrefix = "b"; | |
| int | |
| fps = 24, | |
| outputScale = 2, //set to 2 or 4 when exporting, 1 when designing | |
| windowSize = 480 * outputScale, |
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
| # http://www.mblondel.org/journal/2010/09/19/support-vector-machines-in-python/ | |
| # Mathieu Blondel, September 2010 | |
| # License: BSD 3 clause | |
| import numpy as np | |
| from numpy import linalg | |
| import cvxopt | |
| import cvxopt.solvers | |
| def linear_kernel(x1, x2): |
[ Launch: people on rings ] 6680791 by mjgil
[ Launch: spinner animation ] 6680679 by mjgil
[ Launch: sin waves ] 6680446 by mjgil See Previous Inlet [ Gist ]
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
| # View list of connections and their states | |
| netstat -tan | grep ':80 ' | awk '{print $6}' | sort | uniq -c | |
| # List all connections and timers | |
| ss -rota | less |
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
| <!-- Prompt IE6 users to install Chrome Frame --> | |
| <!--[if lt IE 7 ]> | |
| <script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script> | |
| <script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script> | |
| <![endif]--> |
- Addy Osmani http://addyosmani.com/blog/
- A list apart http://www.alistapart.com/
- Catswhocode http://www.catswhocode.com/blog/
- David Walsh http://davidwalsh.name/
- Nettuts+ http://net.tutsplus.com/
- Smashingmagazine http://www.smashingmagazine.com/
- Phpmaster http://phpmaster.com/
- Learn to touch type (can be done asynchronously)
- Read Your Problem With Vim is You Don't Grok Vi