Skip to content

Instantly share code, notes, and snippets.

View kristopherjohnson's full-sized avatar
💭
Huh?

Kristopher Johnson kristopherjohnson

💭
Huh?
View GitHub Profile
@davidnunez
davidnunez / gist:1404789
Created November 29, 2011 13:20
list all installed packages in android adb shell
pm list packages -f
@tenderlove
tenderlove / Makefile
Created June 29, 2011 18:12
dtrace problems
all:
dtrace -h -s probes.d
gcc -Wall -O0 -I. -o aaron aaron.c
clean:
rm probes.h
rm aaron
test: all
sudo dtrace -s timing.d -c './aaron'