Category: Hacks
hack the world
Encircle in the news
My Laptop as a Cover
My laptop is used as a cover in the velocity status page.
http://status.velocity.uwaterloo.ca/
Interesting!
D2L Webpage UI Fix
Desire to Learn has poorly designed website. It doesn’t scale well to higher resolution.
Example:
I attempt to fix this to something easier to read, into this:
Two changes I made: (1) Block the useless navigation bar which takes up vertical estate using AdBlock. (2) Resize the webpage into full width using a userscript (Tamperscript for Chrome people).
(2)
The source is hereĀ https://userscripts.org/scripts/show/390544
Phrack similarity tool
Read about an interesting article on Phrack regarding a heuristic algorithm for detection of similar objects.
http://www.phrack.org/issues.html?issue=68&id=15#article
Found a tool here for comparing Android APK similarities.
https://code.google.com/p/elsim/wiki/Similarity#Android
Will try this out sometime, on comparing my code with similar code – this is basically plagiarism software.