Skip to content

Instantly share code, notes, and snippets.

View mrtidy's full-sized avatar

Jeremiah Johnson mrtidy

View GitHub Profile
@mrtidy
mrtidy / DexWebInfConfiguration.java
Created June 5, 2011 16:08
support dex classes in Jetty on Android
import org.eclipse.jetty.webapp.WebAppContext;
import org.eclipse.jetty.webapp.WebInfConfiguration;
import android.os.Environment;
import android.util.Log;
import dalvik.system.DexClassLoader;
/**
* Adds dex support to the classloader used in the Jetty WebInfConfiguration.
*
@mrtidy
mrtidy / gist:1005983
Created June 3, 2011 07:00
XML formatting a curl result
curl https://some-call-that-returns-xml | xmllint --format -