This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
| <!DOCTYPE html> | |
| <!-- By Jan Wrobel. See it working at: | |
| http://mixedbit.org/blog/2013/02/10/random_walk_illustrated_with_d3.html | |
| --> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> | |
| <title>Random walk</title> |
rsync (Everyone seems to like -z, but it is much slower for me)
| // phantomjs code to log in to Amazon | |
| // based on the code from this Stackoverflow answer: http://stackoverflow.com/questions/9246438/how-to-submit-a-form-using-phantomjs | |
| // I'm injecting jQuery so this assumes you have jquery in your project directory | |
| var page = new WebPage(), testindex = 0, loadInProgress = false; | |
| page.onConsoleMessage = function(msg) { | |
| console.log(msg); | |
| }; |
| <?php | |
| /* | |
| * Script: DataTables server-side script for PHP and MySQL | |
| * Copyright: 2012 - John Becker, Beckersoft, Inc. | |
| * Copyright: 2010 - Allan Jardine | |
| * License: GPL v2 or BSD (3-point) | |
| */ | |
| class TableData { |
As configured in my dotfiles.
start new:
tmux
start new with session name: