Skip to content

Instantly share code, notes, and snippets.

View jbender's full-sized avatar

Jonathan Bender jbender

View GitHub Profile
@jbender
jbender / setup.md
Created November 20, 2015 16:45
Raspberry Pi X-Day

Device

Assemble Adafruit Ultimate device (connecting wifi USB)

Software

RVM

gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3

curl -sSL https://get.rvm.io | bash -s stable

@jbender
jbender / followup_prompt_cell.rb
Created October 8, 2015 14:37
ProMotion + RMQ custom styling
class FollowupPromptCell < PM::TableViewCell
def rmq_build
content.append!(UILabel, :followup_prompt_cell_label)
apply_style :followup_prompt_cell
end
def content
find(self.contentView)
end