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
| @echo off | |
| REM # | |
| REM # LazyADB - Quick menu with common repetitive ADB actions for Windows | |
| REM # by Bruno https://gist.github.com/bacl | |
| REM # | |
| REM # | |
| REM # change to your IP | |
| set TLMV=192.168.8.239 | |
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/python | |
| ## | |
| ########################################################################## | |
| ########################################################################## | |
| ## | |
| ## Script to follow a given hashtag stream on twitter and collect | |
| ## stats on associated hashtags | |
| ## | |
| ## USAGE: streamer.py <hashtag> [-t|-s] | |
| ## -t <n> print the top n hashtags |
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
| @echo off | |
| REM # | |
| REM # To install: | |
| REM # Start->Run. Type in shell:sendto | |
| REM # Save this as InstallAPK.bat | |
| REM # | |
| REM # To use: | |
| REM # Right click on the apk you want to install "Send to" menu and click on InstallAPK.bat | |
| REM # | |
| echo. |