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:
| // c++ -I/usr/local/include -L/usr/local/lib -lVariant schema_validate.cpp | |
| #include <cstdio> | |
| #include <iostream> | |
| #include <iomanip> | |
| #include <algorithm> | |
| #include <fstream> | |
| #include <sstream> | |
| #include <iterator> | |
| #include <memory> |
| # .bashrc | |
| ################################################################################ | |
| # python environment control | |
| ################################################################################ | |
| export PYTHON_ENV="" | |
| function entervirtualenv | |
| { | |
| if type virtualenvwrapper.sh >/dev/null 2>&1; then |