Skip to content

Instantly share code, notes, and snippets.

View jensck's full-sized avatar

Jens Knutson jensck

  • Resonant Cavity
  • Minneapolis, MN, USA
View GitHub Profile

Keybase proof

I hereby claim:

  • I am jensck on github.
  • I am jensck (https://keybase.io/jensck) on keybase.
  • I have a public key whose fingerprint is F049 4FE8 6912 3D29 A54C 611A 1643 5BE1 39F9 7CCC

To claim this, I am signing this object:

@jensck
jensck / dex_method_counter.py
Last active December 11, 2015 02:39
Script for Android developers to help find which of jars are causing the most pain re: the dex method count limit (more info: http://goo.gl/kHSox )
#!/usr/bin/env python
"""Util script to determine how many methods are in a given (list of) jar(s).
Requires Python 2.6 or higher (it even works with Python 3!)
Special thanks to "JesusFreke" on StackOverflow for providing the info on how to extract the
method count from a dex file: http://stackoverflow.com/a/14026180/180788
"""
from __future__ import print_function
@jensck
jensck / gist:1177728
Created August 29, 2011 03:37 — forked from voodootikigod/gist:1155790
PyCodeConf Ticket Give-away
Day job: Android hacker for Code 42
Favorite Python project: Django (or bpython - hard to decide!)
Favorite Conference: MinneBar
Python Experience Level: Been using it for about 5 years... on the Dreyfus model, I'd say I rank "Proficient"?