Skip to content

Instantly share code, notes, and snippets.

View orenyk's full-sized avatar
🌲

Oren Kanner orenyk

🌲
View GitHub Profile
@orenyk
orenyk / keybase.md
Created December 15, 2016 16:10
Keybase proof of GitHub ownership

Keybase proof

I hereby claim:

  • I am orenyk on github.
  • I am orenyk (https://keybase.io/orenyk) on keybase.
  • I have a public key whose fingerprint is C636 DE3B F1E5 4762 B026 D233 144F BD65 8493 1AE2

To claim this, I am signing this object:

@orenyk
orenyk / bootstrap_squares.html
Created November 12, 2015 15:08
Bootstrap Layout Example w/ 4 half-width blocks
<div class="container">
<div class="row">
<div class="col-md-6">
TOP LEFT CONTENT
</div>
<div class="col-md-6">
TOP RIGHT CONTENT
</div>
</div>
<div class="row">
# * Style guide based on Rails documention
module Namespace #:nodoc: don't document this
# Generic Namespace exception class
class NamespaceError < StandardError
end
# Raised when...
class SpecificError < NamespaceError
end