I hereby claim:
- I am baxang on github.
- I am baxang (https://keybase.io/baxang) on keybase.
- I have a public key whose fingerprint is 9C1F 7B6E E604 6351 B910 589E 9148 7D4C 4328 B87E
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| ruby: | |
| enabled: true | |
| config_file: config/.rubocop.yml |
| desc "Check binary version." | |
| task :get_ver do | |
| require 'rubygems' | |
| require 'zip' | |
| require 'pathname' | |
| require 'cfpropertylist' | |
| Zip::File.open('build/iPhoneOS-8.0-Release/WH.ipa') do |file| | |
| plist = file.get_entry('Payload/WH.app/Info.plist') | |
| content = CFPropertyList::List.new(format: CFPropertyList::List::FORMAT_BINARY, data: plist.get_input_stream.read) |
| (function($, undefined) { | |
| var $document = $(document); | |
| $document.undelegate($.rails.formSubmitSelector, 'ajax:complete.rails'); | |
| $document.delegate($.rails.formSubmitSelector, 'ajax:error.rails', function(event) { | |
| if (this == event.target) $.rails.enableFormElements($(this)); | |
| }); | |
| })(jQuery); |
| // Add a breakpoint which covers 0..479px | |
| $screen-tn: 320px !default; | |
| $screen-tn-min: $screen-tn !default; | |
| $screen-tn-max: ($screen-xs-min - 1) !default; | |
| // Additional grid mixins for tn. | |
| @mixin make-tn-column($columns, $gutter: $grid-gutter-width) { |
| $ bundle exec compass watch --trace | |
| >>> Change detected at 12:01:38 to: active_admin.css.scss | |
| error app/assets/stylesheets/active_admin.css.scss (Line 13: File to import not found or unreadable: active_admin/mixins. | |
| Load paths: | |
| /Users/shpark/Projects/projectc/app/assets/stylesheets | |
| /Users/shpark/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets | |
| /Users/shpark/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets | |
| Compass::SpriteImporter) | |
| identical public/stylesheets/active_admin.css | |
| NoMethodError on line ["32"] of /Users/shpark/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/sass-rails-3.2.3/lib/sass/rails/helpers.rb: undefined method `[]' for nil:NilClass |
| # A formtastic input which incorporates carrierwave uploader functionality. | |
| # | |
| # Intelligently adds the cache field, displays and links to the current | |
| # value if there is one, adds a class to the wrapper when replacing an | |
| # existing value, allows removing an existing value with the checkbox | |
| # taking into account validation requirements. | |
| # | |
| # There are several options: | |
| # | |
| # * Toggle the replacement field with `replaceable: true/false`. |
| require 'nokogiri' | |
| require 'addressable/uri' | |
| api_key = 'your_key' | |
| uri = Addressable::URI.parse 'http://openapi.epost.go.kr/postal/retrieveLotNumberAdressService/retrieveLotNumberAdressService/getComplexList' | |
| uri.query_values = { | |
| ServiceKey: api_key, | |
| srchwrd: '무악동', | |
| areaNm: '현대아파트', |
| server { | |
| listen 80; | |
| server_name fast-track.asia www.fast-track.asia fta.seeitworks.asia; | |
| rewrite ^ http://blog.fast-track.asia$request_uri? permanent; | |
| } |
| $('#i-am-an .box').hover( | |
| function(e) { | |
| var t = $(this).find('.drawer'); | |
| if (t.is(':animated')) { | |
| t.stop(true, false); | |
| } | |
| t.delay(100).animate({top:'0px'}, 400); | |
| }, | |
| function(e) { | |
| var t = $(this).find('.drawer'); |