Skip to content

Instantly share code, notes, and snippets.

@rmoriz
rmoriz / Gemfile
Last active February 7, 2020 12:30
UUID primary keys in Rails 3
# Gemfile
gem 'uuidtools'
@nikography
nikography / markdown-info.markdown
Created August 15, 2011 11:20
markdown compilation

markdown reference

footnotes:

works in tumblr with markdown editor enabled
requires multimarkdown

input:
sentence with footnote[^1].

@xxd
xxd / system.rb
Last active August 29, 2015 13:55 — forked from SaitoWu/runable.rb
#0> non-block call
Thread.new do
blahbla...
end
#1> 4 simple ways to call shell or cmd
`ps aux`