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:
| import { | |
| reduce, mergeWith, isArray, isNumber, every, | |
| cond, add, ary, head, tail, concat, rest, | |
| } from 'lodash/fp'; |
| <cfset Mongo = CreateObject("java","com.mongodb.MongoClient")> | |
| <cffunction name="m" returntype="any"> | |
| <cfargument name="value" type="any"> | |
| <cfif IsJSON(arguments.value)> | |
| <cfset local.retrun = CreateObject("java","com.mongodb.util.JSON").parse(arguments.value)> | |
| <cfelse> | |
| <cfset local.retrun = CreateObject("java","com.mongodb.util.JSON").parse( SerializeJSON(arguments.value) )> | |
| </cfif> | |
| <cfreturn local.retrun> |