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:
------------------------- app/workers/post_receive.rb ------------------------- | |
index 28216ec..39ead22 100644 | |
@@ -2,6 +2,9 @@ class PostReceive | |
@queue = :post_receive | |
def self.perform(reponame, oldrev, newrev, ref, author_key_id) | |
+ | |
+ defined?(ActiveRecord::Base) and ActiveRecord::Base.establish_connection | |
+ | |
project = Project.find_by_path(reponame) |
You appear to be advocating a new: | |
[ ] cloud-hosted [ ] locally installable [ ] web-based [ ] browser-based [ ] language-agnostic | |
[ ] language-specific IDE. Your IDE will not succeed. Here is why it will not succeed. | |
You appear to believe that: | |
[ ] Syntax highlighting is what makes programming difficult | |
[ ] Garbage collection is free | |
[ ] Computers have infinite memory | |
[ ] Nobody really needs: |
sudo rm -rf /Applications/Tuxera\ Disk\ Manager.app | |
sudo rm -rf /Library/Application\ Support/Tuxera\ NTFS | |
sudo rm -rf /Library/Filesystems/fusefs_txantfs.fs |