Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View jamilbk's full-sized avatar
🔥
Everything's fine

Jamil jamilbk

🔥
Everything's fine
View GitHub Profile
@jamilbk
jamilbk / GIF-Screencast-OSX.md
Created September 21, 2021 15:58 — forked from dergachev/GIF-Screencast-OSX.md
OS X Screencast to animated GIF

OS X Screencast to animated GIF

This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.

Screencapture GIF

Instructions

To capture the video (filesize: 19MB), using the free "QuickTime Player" application:

@jamilbk
jamilbk / nestedform
Created December 1, 2012 02:58 — forked from robertwclark/nestedform
Nested Form Build
class Organization < ActiveRecord::Base
attr_accessible :name, :employee_number, :country, :postal_code, :sic_code, :primary_url, :social_entities_attributes, :social_channels_attributes
has_one :user
has_one :social_score, :through => :social_entities
has_many :social_entities
has_many :social_channels, :through => :social_entities
accepts_nested_attributes_for :social_entities, :social_channels
end
@jamilbk
jamilbk / gist:3861162
Created October 9, 2012 20:17
Clean Install – Mountain Lion OS X 10.8 DP3 Update 4