I hereby claim:
- I am tkmru on github.
- I am tkmru (https://keybase.io/tkmru) on keybase.
- I have a public key ASAAqfLTCnJPkuGs-MADQjzOvd3PXw3wh4fA_FYsXDMw2Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
$ adb shell input text pp
$ adb shell input keyevent ENTER
$ adb shell input keyevent KEYCODE_DPAD_DOWN
$ adb shell input keyevent DPAD_RIGHT
$ adb shell input keyevent DPAD_CENTER
| ag -l project_a | xargs sed -i '' -e 's/project_a/project_b/g' |
| -targetlibinfo | |
| -tti | |
| -tbaa | |
| -scoped-noalias | |
| -assumption-cache-tracker | |
| -profile-summary-info | |
| -forceattrs | |
| -inferattrs | |
| -ipsccp | |
| -globalopt |
| $ dagger/build/bin/opt -O3 -debug-pass=Structure -S opaque_predicate_test.ll -o opaque_predicate_test_opted.ll | |
| Pass Arguments: -tti -tbaa -scoped-noalias -assumption-cache-tracker -targetlibinfo -verify -simplifycfg -domtree -sroa -early-cse -lower-expect | |
| Target Transform Information | |
| Type-Based Alias Analysis | |
| Scoped NoAlias Alias Analysis | |
| Assumption Cache Tracker | |
| Target Library Information | |
| FunctionPass Manager | |
| Module Verifier | |
| Simplify the CFG |
| Array(params[:ids]).each do |id| | |
| # ... | |
| end |
| import ( | |
| "os" | |
| "log" | |
| ) | |
| func isExist(filename string) bool { | |
| _, err := os.Stat(filename) | |
| return err == nil | |
| } |
| git log --after=$(date -v-1d +"%Y-%m-%d") --pretty=oneline --abbrev-commit; |
| import unittest | |
| from test.support import EnvironmentVarGuard | |
| class TestConnection(unittest.TestCase): | |
| pass | |
| if __name__ == "__main__": | |
| env = EnvironmentVarGuard() | |
| env.set('DEVELOP_USER', 'test_user') | |
| env.set('DEVELOP_PASSWORD', 'test_password') |