Skip to content

Instantly share code, notes, and snippets.

@vvuksan
Created June 14, 2011 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vvuksan/1025952 to your computer and use it in GitHub Desktop.
Save vvuksan/1025952 to your computer and use it in GitHub Desktop.
Velocity 2011 links

PhantomJS – Headless Webkit browser

http://www.phantomjs.org/

Cache Manifest

https://github.com/jamesgpearce/confess

phantomjs confess.js http://functionsource.com

Site mirroring (mirror a site for posterity and testing)

https://github.com/ariya/X2/

RemoteJS

Works on most Android phones.

https://github.com/senchalabs/android-tools

HammerJS

Analyze your JS code structure

https://github.com/senchalabs/hammerjs

Javascript

Make your variables start with

a g h j k l m o p q x y z

helps the JS optimizer (?)

Also don’t call things similar to JS methods ie. instancebla since it is similar to instanceof

Use only for tools/minifiers.

EventRecorder

Record events in Android and replay it

https://github.com/senchalabs/android-tools/tree/master/eventrecorder

Colorzilla Gradient Editor

http://www.colorzilla.com/gradient-editor/

PCAPHAR

Make a waterfall chart out of a PCAP dump

http://code.google.com/p/pcaphar/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment