Note: Not for the faint of heart.
According to your dentist:
- Brush your teeth 3 times a day.
- Mouthwash (optional?)
- Clean your tongue every day.
- Floss!
| # I found this code I wrote in an old project of mine (written around Sept 2008). The project upgraded to a new Rails version and I had to find the routes with errors. | |
| # core extensions | |
| class Array | |
| def bsearch_lower_boundary(key) | |
| range = 0 ... self.length | |
| lower = range.first - 1 | |
| upper = range.last | |
| while lower + 1 != upper |
| <div> | |
| <div class="markItUp" id="markItUpPage_content"> | |
| <div class="markItUpContainer"> | |
| <div class="markItUpHeader"> | |
| <ul> | |
| <li class="markItUpButton markItUpButton1 "><a title="Header [Ctrl+H]" accesskey="H" href="">Header</a></li> | |
| <li class="markItUpButton markItUpButton2 "><a title="Bold [Ctrl+B]" accesskey="B" href="">Bold</a></li> | |
| <li class="markItUpButton markItUpButton3 "><a title="Italic [Ctrl+I]" accesskey="I" href="">Italic</a></li> | |
| <li class="markItUpButton markItUpButton4 "><a title="Link [Ctrl+L]" accesskey="L" href="">Link</a></li> | |
| </ul> |
| uby(3959,0x7fff70768c20) malloc: *** mmap(size=1125878398349312) failed (error code=12) | |
| *** error: can't allocate region | |
| *** set a breakpoint in malloc_error_break to debug | |
| ruby(3959,0x7fff70768c20) malloc: *** mmap(size=1125878398349312) failed (error code=12) | |
| *** error: can't allocate region | |
| *** set a breakpoint in malloc_error_break to debug | |
| <internal:lib/rubygems/custom_require>:29:in `require': failed to allocate memory (NoMemoryError) | |
| from <internal:lib/rubygems/custom_require>:29:in `require' | |
| from /Users/mikong/.rvm/gems/ruby-1.9.2-p0@global/gems/ruby-debug-base19-0.11.23/lib/ruby-debug-base.rb:1:in `<top (required)>' | |
| from <internal:lib/rubygems/custom_require>:29:in `require' |
| %w(rubygems sequel fileutils yaml active_support/inflector).each{|g| require g} | |
| require File.join(File.dirname(__FILE__), "downmark_it") | |
| module WordPress | |
| def self.import(database, user, password, table_prefix = "wp_2", host = 'localhost') | |
| db = Sequel.mysql(database, :user => user, :password => password, :host => host, :encoding => 'utf8') | |
| FileUtils.mkdir_p "_posts" |
| <html> | |
| <head> | |
| <script src="https://raw.github.com/mbostock/d3/master/d3.js"></script> | |
| <script src="https://raw.github.com/mbostock/d3/master/d3.geom.js"></script> | |
| <script src="https://raw.github.com/mbostock/d3/master/d3.layout.js"></script> | |
| <style> | |
| #area { background: #ddd; } | |
| circle { stroke-width: 2px; stroke: #fff; } | |
| </style> | |
| </head> |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> | |
| <script type="text/javascript" src="http://mbostock.github.com/d3/d3.v2.js?2.8.0"></script> | |
| </head> | |
| <body> | |
| <div id="chart"></div> | |
| <script type="text/javascript"> | |
| var width = 400, | |
| height = 300; |
| 250-0662 | |
| 482-5490 | |
| 348-7063 |
| icon-chevron-left/icon-caret-left | |
| icon-chevron-right/icon-caret-right | |
| icon-th-large | |
| icon-list | |
| icon-share | |
| icon-envelope-alt | |
| icon-trash | |
| icon-check | |
| icon-check-empty | |
| icon-pencil |
| chocnut: $0.05 | |
| pandesal: $0.05 | |
| monay: $0.1 | |
| isaw: $0.15 | |
| taho: $0.25 | |
| balut: $0.3 | |
| pancit canton: $0.35 | |
| chicharon: $0.50 | |
| halo-halo: $2 |