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:
| module = angular.module 'FacebookPluginDirectives', [] | |
| createDirective = (name) -> | |
| module.directive name, -> | |
| restrict: 'C' | |
| link: (scope, element, attributes) -> | |
| FB?.XFBML.parse(element.parent()[0]) | |
| createDirective pluginName for pluginName in ['fbActivity', 'fbComments', 'fbFacepile', 'fbLike', 'fbLikeBox', 'fbLiveStream', 'fbLoginButton', 'fbName', 'fbProfilePic', 'fbRecommendations'] |
| #!/usr/bin/env ruby | |
| def no_folder | |
| Kernel.abort 'No Folder provided. Exiting...' | |
| end | |
| def prompt(*args) | |
| print(*args) | |
| gets.strip | |
| end |
git log --oneline -1 <PR-BRANCH>git push -f origin :