Skip to content

Instantly share code, notes, and snippets.

View bryanbibat's full-sized avatar

Bryan Bibat bryanbibat

View GitHub Profile
@bryanbibat
bryanbibat / application.html.erb
Last active August 29, 2015 13:59
Bootstrap First App
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>First App</title>
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
<%= csrf_meta_tags %>
</head>
<body>
@bryanbibat
bryanbibat / wishlist-2017.md
Last active December 6, 2017 22:36
Xmas 2017 secret santa
  • At least P500 worth of Oral-B Electric Toothbrush replacement heads, available at Mercury Drug or Watsons. Can be the following:

  • BM-800 condenser microphone. Available at Lazada. If you're feeling generous, you can add a desktop mic stand, but not a suspension boom/arm stand or a floor stand.

  • Water resistant cellphone armband for Galaxy S7 or larger

deck = []
13.times { deck << 0 }
39.times { deck << 1 }
result = Hash.new(0)
1000000.times do
deck = deck.shuffle
count = 0