Skip to content

Instantly share code, notes, and snippets.

View BenV's full-sized avatar

Ben Vinson BenV

View GitHub Profile
@BenV
BenV / Gemfile
Last active August 29, 2015 14:17 — forked from ysbaddaden/Gemfile
Magnum Status Repeater
source 'https://rubygems.org'
gem "json"
gem 'sinatra', "~> 1.3.5"
gem "octokit", "~> 3.0"
@sebfisch
sebfisch / replace-classes-in-apk.sh
Created May 22, 2012 08:58
Replaces classes in Android Package Files
#!/bin/bash
# Replaces classes in Android Package Files
# (c) Sebastian Fischer, CC-BY
# Can be used to rebuild an App with a modified version of a used library,
# as required for closed works that link to an LGPL library.
# Depends on: https://code.google.com/p/dex2jar/