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
/** | |
* @author rchytas | |
* | |
* Use any way you like :) | |
* | |
*/ | |
import java.io.File; | |
import java.io.FileInputStream; | |
import java.io.FileWriter; |
- Related Setup: https://gist.github.com/hofmannsven/6814278
- Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
- Interactive Beginners Tutorial: http://try.github.io/
- Git Cheatsheet by GitHub: https://services.github.com/on-demand/downloads/github-git-cheat-sheet/
Press minus + shift + s
and return
to chop/fold long lines!
- Reflow (Mozilla) = Layout (Webkit)
- Loading: Layout > Paint > Composition
- Composition is on GPU like translate > skips layout and paint loading cycle
- Aim for 60 FPS
- Only change properties that trigger compositing rather than layout or paint
- Use requestAnimationFrame
- Website: http://www.tableau.com
- Download: http://www.tableau.com/support/esdalt
Functionality behind the data sources, projects, workbooks, site users, and sites on a Tableau server.
- Website: https://octobercms.com/
- Docs: https://github.com/octobercms/october
- Developer guide: https://octobercms.com/docs/help/console
Website: https://angularjs.org/