I hereby claim:
- I am burningtree on github.
- I am tree (https://keybase.io/tree) on keybase.
- I have a public key whose fingerprint is E230 092B DE79 B552 74C0 7697 9842 1DBD 0930 2131
To claim this, I am signing this object:
| 08-28 23:12:26.086 4755 4861 I ActivityManager: Displayed com.getbux.android/.app.battle.BattleActivity: +190ms | |
| 08-28 23:12:26.218 15072 15072 D AndroidRuntime: Shutting down VM | |
| 08-28 23:12:26.218 15072 15072 W System.err: java.lang.ArithmeticException: Rounding necessary | |
| 08-28 23:12:26.219 15072 15072 W System.err: at android.icu.text.DecimalFormat.round(DecimalFormat.java:1017) | |
| 08-28 23:12:26.219 15072 15072 W System.err: at android.icu.text.DecimalFormat.round(DecimalFormat.java:810) | |
| 08-28 23:12:26.219 15072 15072 W System.err: at android.icu.text.DecimalFormat.format(DecimalFormat.java:861) | |
| 08-28 23:12:26.219 15072 15072 W System.err: at android.icu.text.DecimalFormat.format(DecimalFormat.java:782) | |
| 08-28 23:12:26.219 15072 15072 W System.err: at java.text.DecimalFormat.format(DecimalFormat.java:611) | |
| 08-28 23:12:26.219 15072 15072 W System.err: at java.text.NumberFormat.format(NumberFormat.java:287) | |
| 08-28 23:12:26.219 15072 15072 W System.err: at com.getbux.android.app.battle.BattleActivity$ViewBi |
| tell application "TextWrangler" | |
| activate | |
| close find window | |
| select insertion point before line 1 of window 1 | |
| repeat | |
| open find window | |
| find "^\\d\\.[^\\n]+[\\n\\s]+([^\\n]+\\n{1})*" searching in text 1 of project window 1 options {search mode:grep, starting at top:false, wrap around:false, backwards:false, case sensitive:true, match words:false, extend selection:false} with selecting match | |
| replace "^([a-z]{1,3}\\.)" using " \\1" searching in selection of project window 1 options {search mode:grep, starting at top:false, wrap around:false, backwards:false, case sensitive:false, match words:false, extend selection:false} | |
| end repeat | |
| close find window |
| -----BEGIN PGP PUBLIC KEY BLOCK----- | |
| Version: GnuPG/MacGPG2 v2 | |
| mQGNBFWrEPgBDADLX3bM4bETL3zYNJrkTryFbdWeylRoOGtwB/1bZ2pVjAsgiOMc | |
| Maj3+7/6thT+kKZAB2PMnKRUCzi92Cec0pUadubCtjvCZnmBAvZZANU1T23PAqzt | |
| y3BIIvsrY84lLW4V9UQ2T6OkccpemKYBSCps24Gl6+2avAC9g0iB7xkoeneYGTy3 | |
| jCypz6nBHG+2GpfhXUonsizrMMbjUdUTtl5SzYYumdXTsFnkZofvHbG/2BPmZTqG | |
| tMCyTqA7XHvb8I1MDUMfWIgR/DBWcMYH43stbSveMiPGG3kcWnM3cX1d/q/b38pj | |
| lcGDXfX5JfGLaAVpvtACdrKnaEloHV1jbAFCDc3bvnS9XdLzOrCwpwkP35DJEf9i | |
| efcCYLPDwqWSQ87Mi5mUPYz6Ah9nH/j05SemUwgZWoG4hpkae1hU3oJN4hS30uZf |
| metaquery_version: 1 | |
| endpoints: | |
| test: | |
| request: 'http://en.wikipedia.org/wiki/Prague' | |
| select: h1 |
I hereby claim:
To claim this, I am signing this object:
| <link rel="import" href="../topeka-elements/category-icons.html"> | |
| <link rel="import" href="../core-icon/core-icon.html"> | |
| <link rel="import" href="../core-item/core-item.html"> | |
| <link rel="import" href="../core-menu/core-submenu.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { |
| /** | |
| * Justboil.me - a TinyMCE image upload plugin | |
| * jbimages/langs/en.js | |
| * | |
| * Released under Creative Commons Attribution 3.0 Unported License | |
| * | |
| * License: http://creativecommons.org/licenses/by/3.0/ | |
| * Plugin info: http://justboil.me/ | |
| * Author: Viktor Kuzhelnyi | |
| * |
| <dict> | |
| <key>CFBundleIdentifier</key> | |
| <string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string> | |
| <key>IOClass</key> | |
| <string>BroadcomBluetoothHostControllerUSBTransport</string> | |
| <key>IOProviderClass</key> | |
| <string>IOUSBDevice</string> | |
| <key>idProduct</key> | |
| <integer>1</integer> | |
| <key>idVendor</key> |
| <?php | |
| /* subreg-ddns.php | |
| * PHP script for updating DNS zone record with | |
| * current external IP on subreg.cz via SOAP API | |
| * | |
| * author: Jan Stransky <jan.stransky@arnal.cz> | |
| * usage: php subreg-ddns.php | |
| * licence MIT | |
| */ |
| /*! | |
| * airbank-status.js | |
| * CasperJS script for getting basic info from Airbank.cz website | |
| * MIT License | |
| * by Jan Stransky <jan.stransky@arnal.cz> | |
| * | |
| * Requirements: | |
| * - casperjs 1.1.0+ | |
| * | |
| * Usage: |