This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env ruby | |
| require 'pp' | |
| a = [] | |
| a << [:a, :c, :e] | |
| a << [:b, :f, :g, :h, :i, :j] | |
| a << [:d] | |
| # element coefficients |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1.23% somestring specialstring specialstring | |
| | | |
| --- specialstring | |
| | | |
| |--12.34%-- specialstring | |
| | specialstring | |
| | | | |
| | |--12.34%-- specialstring | |
| | | specialstring | |
| | | | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| I/ActivityManager( 387): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 pkg=air.com.innogames.staemme cmp=air.com.innogames.staemme/.AppEntry bnds=[200,585][360,785]} from pid 21966 | |
| D/dalvikvm(32436): Late-enabling CheckJNI | |
| I/ActivityManager( 387): Start proc air.com.innogames.staemme for activity air.com.innogames.staemme/.AppEntry: pid=32436 uid=10116 gids={50116, 3003, 1028} | |
| I/StartupTime1(32436): :1359930694984 | |
| D/dalvikvm(32436): Trying to load lib /data/app-lib/air.com.innogames.staemme-1/libCore.so 0x420c4438 | |
| D/dalvikvm(32436): Added shared lib /data/app-lib/air.com.innogames.staemme-1/libCore.so 0x420c4438 | |
| D/libEGL (32436): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so | |
| D/libEGL (32436): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so | |
| D/libEGL (32436): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so | |
| D/OpenGLRenderer(32436): Enabling debug mode 0 |
NewerOlder