Skip to content

Instantly share code, notes, and snippets.

View chapko's full-sized avatar
🦉

Eugene Chapko chapko

🦉
View GitHub Profile
@chapko
chapko / build.sh
Last active November 23, 2016 11:10 — forked from andrew-aladev/build.sh
#!/bin/sh
dir=$(pwd)
pkg="com.example.ThaliTestApp"
activity="$pkg/.MainActivity"
devices=($(adb devices | awk '/\<device\>/ { print $1 }'))
function adb-all {
for device in "${devices[@]}"
'use strict';
function getOverhead() {
var immediate = null;
var overhead = [0, 0];
var latestStart;
function handler() {
var diff = process.hrtime(latestStart);