I hereby claim:
- I am orip on github.
- I am orip (https://keybase.io/orip) on keybase.
- I have a public key whose fingerprint is 9CA5 31A3 696E BD84 88BC 5BED AC4C 56E0 A3A1 8161
To claim this, I am signing this object:
| dependencies { | |
| def dagger_version = "1.1.0" | |
| compile "com.squareup.dagger:dagger:${dagger_version}" | |
| compile "com.squareup.dagger:dagger-compiler:${dagger_version}" | |
| } |
| android { | |
| def gitTag = { | |
| def tagMatchOptions | |
| try { | |
| tagMatchOptions = "--match ${tagToBuildFrom}" | |
| } catch (MissingPropertyException) { | |
| tagMatchOptions = "" | |
| } | |
| "git describe --exact HEAD ${tagMatchOptions}".execute().text.trim() | |
| }() |
| package com.example; | |
| import android.app.AlarmManager; | |
| import android.app.PendingIntent; | |
| import android.content.Context; | |
| import android.content.Intent; | |
| import android.os.SystemClock; | |
| import android.util.Log; | |
| /** |
| package com.example; | |
| import com.nineoldandroids.animation.Animator; | |
| /* | |
| * animate(view).alpha(0).setListener(AnimationUtils.withEndAction(new Runnable() { | |
| * public void run() { | |
| * view.setVisibility(View.GONE); | |
| * view.setAlpha(1); // restore alpha | |
| * } |
| // Available under the MIT license, http://opensource.org/licenses/MIT | |
| /** | |
| * Adapt between Context's file input/output streams and Guava's sinks and sources. | |
| * | |
| * This supports file modes. | |
| * | |
| * Usage: | |
| * ByteSink sink = | |
| * new AndroidPrivateFileGuavaAdapter( | |
| * "foo", Context.MODE_PRIVATE, context).asByteSink(); |
| import com.google.common.io.CharStreams; | |
| import java.io.BufferedReader; | |
| import java.io.IOException; | |
| import java.io.InputStreamReader; | |
| /** | |
| * Zero error checking or recovery. Apologies. | |
| * | |
| * Requires the READ_LOGS permission. |
I hereby claim:
To claim this, I am signing this object:
| CXX=clang++ | |
| # suppress all warnings :-( | |
| CXXFLAGS=-std=c++11 -stdlib=libc++ -Iapi -w | |
| TARGET=pict | |
| all: | |
| $(CXX) $(CXXFLAGS) api/*cpp cli/*cpp -o $(TARGET) | |
| test: | |
| cd test; perl test.pl ../$(TARGET) rel.log |
| EXP: 0 ACT: 2 bug020.txt /d:` /v | |
| EXP: 0 ACT: 0.0078125 clus011.txt /o:5 /v | |
| Seeding failure clus019.txt /v /r /e:.stdout | |
| Seeding failure clus023.txt /d:space /v /r /e:.stdout | |
| EXP: 0 ACT: 0.0078125 clus024.txt /d:space /v | |
| EXP: 0 ACT: 0.0078125 clus024.txt /O:3 /d:space /v | |
| Seeding failure clus100.txt /o:2 /v /r /e:.stdout | |
| Seeding failure clus100.txt /o:3 /v /r /e:.stdout | |
| Seeding failure clus101.txt /o:2 /v /r /e:.stdout | |
| EXP: 0 ACT: 0.0078125 clus102.txt /o:1 /v |
| https://github.com/cohama/lexima.vim | |
| https://github.com/LucHermitte/lh-brackets | |
| https://github.com/rstacruz/vim-closer | |
| https://github.com/jiangmiao/auto-pairs | |
| https://github.com/Raimondi/delimitMate |