This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mkdir ~/android-tools/ | |
| cd ~/android-tools/ | |
| wget https://android.googlesource.com/platform/system/core/+archive/master.tar.gz | |
| tar -xzf master.tar.gz | |
| cd libmincrypt | |
| gcc -c *.c -I../include | |
| ar rcs libmincrypt.a *.o | |
| cd ../mkbootimg | |
| gcc mkbootimg.c -o mkbootimg -I../include ../libmincrypt/libmincrypt.a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Plugin] | |
| Loader=python | |
| Module=screensaver | |
| IAge=1 | |
| Name=Screensaver | |
| Description=Pause Rhythmbox when the GNOME screensaver is activated | |
| Authors=Jannik Heller <scrawl@baseoftrash.de> | |
| Copyright=Copyright 2009 Jannik Heller | |
| Website=http://scrawlshome.de/projects/screensaver |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Remove Youtube Links from Google+ | |
| // @namespace http://muffinresearch.co.uk | |
| // @author Stuart Colville | |
| // @match https://plus.google.com/* | |
| // @description This script adds styles to remove the youtube link widget from G+ | |
| // ==/UserScript== | |
| window.addEventListener("load", function(e) { | |
| var sheetNode = document.createElement('style'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| """ | |
| Spotify Screensaver Toggle | |
| By Stuart Colville | |
| http://muffinresearch.co.uk/ | |
| Requires Spotify Linux Preview. | |
| """ |
NewerOlder