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:
liblinear-ruby: Ruby interface to LIBLINEAR using SWIG
classifier-reborn: Bayesian and LSI classification
dependencies: GSL
| To circle.yml: | |
| dependencies: | |
| post: | |
| - bin/cisetup | |
| checkout: | |
| post: | |
| - git fetch origin --depth=1000000 |
NOTE: This post now lives (and kept up to date) on my blog: http://hakunin.com/rails3-load-paths
Do nothing. All files in this dir are eager loaded in production and lazy loaded in development by default.
WARNING: Nokogiri was built against LibXML version 2.8.0, but has dynamically loaded 2.9.1
or
WARNING: Nokogiri was built against LibXML version 2.9.1, but has dynamically loaded 2.9.0
https://devcenter.heroku.com/articles/custom-domains http://thenomadicfreelancer.blogspot.com/2012/08/pointing-godaddy-domain-to-your-heroku.html
For each custom subdomain use domains:add in the Terminal.
| /* Cranium MVC | |
| * A minimalist MVC implementation written for | |
| * demonstration purposes at my workshops | |
| * http://addyosmani.com | |
| * Copyright (c) 2012 Addy Osmani; Licensed MIT */ | |
| var Cranium = Cranium || {}; | |
| // Set DOM selection utility |
| --colour | |
| -I app |
| <?xml version="1.0"?> | |
| <configuration> | |
| <configSections> | |
| <!-- custom configuration section for DLR hosting --> | |
| <section name="microsoft.scripting" type="Microsoft.Scripting.Hosting.Configuration.Section, Microsoft.Scripting" requirePermission="false"/> | |
| </configSections> | |
| <system.webServer> | |
| <handlers> | |
| <!-- clear all other handlers first. Don't do this if you have other handlers you want to run --> | |
| <clear/> |