I hereby claim:
- I am mpouleijn on github.
- I am mpouleijn (https://keybase.io/mpouleijn) on keybase.
- I have a public key whose fingerprint is A878 AA73 CF9B AF56 CAAA AB3E 0DD3 CFB7 85B4 9A99
To claim this, I am signing this object:
| ## | |
| ## pre-requesits: | |
| ## - set the IBMCLOUD_API_KEY enviroment value | |
| ## - set the RHEL_SUBS_PASSWORD environment value | |
| ## - create an ssh key in the directoy of this dockerfile | |
| ## - download the pull-secret.txt from cloud.redhat.com and place it in the directory of this docker file | |
| FROM ubuntu:latest | |
| ENV IBMCLOUD_API_KEY="" |
I hereby claim:
To claim this, I am signing this object:
| # code inspired from http://jainmarket.blogspot.com/2009/05/creating-custom-table-view-cell.html | |
| class CustomCell < UITableViewCell | |
| attr_accessor :primaryLabel | |
| attr_accessor :secondaryLabel | |
| def createLabels | |
| @primaryLabel = UILabel.alloc.init |
| # What the heck is $! ? | |
| require 'English' | |
| puts $!.inspect | |
| begin | |
| raise "Oops" | |
| rescue | |
| puts $!.inspect | |
| puts $ERROR_INFO.inspect |
| require 'router' | |
| use Rack::CommonLogger | |
| use Rack::ShowExceptions | |
| use Rack::Lint | |
| use Rack::Static, :urls => ["/static"] | |
| run Router.new |
| # Register the interceptor for a environment | |
| # | |
| require "mail_interceptor" | |
| AppName::Application.configure do | |
| #... | |
| config.action_mailer.register_interceptor(MailInterceptor) | |
| end |
| PATH | |
| remote: . | |
| specs: | |
| JDC-planning (0.0.2) | |
| activesupport (= 3.0.9) | |
| json | |
| rake (= 0.8.7) | |
| typhoeus (= 0.2.4) | |
| yard |
| site_name: 'Shopishop' | |
| site_slogan: 'Shopping with bags' | |
| site_logo: '<span>Shop</span><span class="purple">I</span><span class="oblique">Shop</span>' | |
| default_locale: 'en' | |
| # External services | |
| airbrake_key: '' | |
| s3_hostname: '' |