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
fladle { | |
// credentials and other general config... | |
configs { | |
benchmarkTests { | |
resultsHistoryName = "benchmark-tests-${getDateString()}" | |
directoriesToPull = [ | |
"/sdcard/Download" | |
] | |
filesToDownload = [ ".*/sdcard/Download/.*" ] |
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
@Retention(AnnotationRetention.RUNTIME) | |
@Target(AnnotationTarget.CLASS, AnnotationTarget.FILE, AnnotationTarget.FUNCTION) | |
annotation class BenchmarkTest |
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
android { | |
defaultConfig { | |
testInstrumentationRunner "org.andydyer.example.benchmark.test.BenchmarkRunner" | |
} | |
} |
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
class BenchmarkRunner : AndroidBenchmarkRunner() { | |
override fun newApplication( | |
cl: ClassLoader?, | |
className: String?, | |
context: Context? | |
): Application { | |
// Create an instance of our custom Application class for benchmark tests | |
return super.newApplication(cl, BenchmarkApp::class.java.name, context) | |
} |
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
package com.example | |
import com.facebook.litho.Component | |
import com.facebook.litho.ComponentContext | |
import com.facebook.litho.StateValue | |
import com.facebook.litho.annotations.LayoutSpec | |
import com.facebook.litho.annotations.OnCreateInitialState | |
import com.facebook.litho.annotations.OnCreateLayout | |
import com.facebook.litho.annotations.Prop | |
import com.facebook.litho.annotations.State |
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
javascript:(function(){var w=window.innerWidth;var h=window.innerHeight;var scale=Math.max(w/1280,h/720);var e=document.createElement("div");e.style.border="0";e.style.position="fixed";e.style.top="0";e.style.left="0";e.style.width="100%";e.style.height="100%";e.style.zIndex="999999999";var i=document.createElement("iframe");i.src="https://clients3.google.com/cast/chromecast/home/v/c9541b08";i.frameBorder=0;e.style.border="0";i.style.width="1280px";i.style.height="720px";i.style.pointerEvents="none";i.style.webkitTransform="scale("+scale+")";i.style.webkitTransformOrigin="top left";e.style.overflow="hidden";e.addEventListener("click",function(n){n.preventDefault();this.parentNode.removeChild(this)},false);document.body.appendChild(e);e.appendChild(i)})(); |
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
package com.glasstowerstudios.gruel.tasks.jira | |
import com.glasstowerstudios.gruel.tasks.GruelTask | |
import net.rcarz.jiraclient.BasicCredentials | |
import net.rcarz.jiraclient.Issue | |
import net.rcarz.jiraclient.Issue.FluentTransition | |
import net.rcarz.jiraclient.JiraClient | |
import org.gradle.api.tasks.TaskAction | |
class JiraTransitionTask extends GruelTask { |
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
package org.andydyer.example; | |
import android.content.Context; | |
import android.text.Editable; | |
import android.text.InputFilter; | |
import android.text.TextWatcher; | |
import android.util.AttributeSet; | |
import android.widget.EditText; |
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
### Keybase proof | |
I hereby claim: | |
* I am abdyer on github. | |
* I am andydyer (https://keybase.io/andydyer) on keybase. | |
* I have a public key whose fingerprint is 13AD 574C D830 D4B3 4742 9DC9 F137 5A70 2B3A 7E6B | |
To claim this, I am signing this object: |