Skip to content

Instantly share code, notes, and snippets.

@bacl
bacl / LazyADB.bat
Created September 20, 2015 23:03
LazyADB - Quick menu with common repetitive ADB actions for Windows
@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
@bacl
bacl / streamer.py
Last active September 20, 2015 22:49
Script to follow a given hashtag stream on twitter and collect stats on associated hashtags
#!/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
@bacl
bacl / InstallAPK.bat
Created September 20, 2015 01:54
Simple way to quickly install an APK into Android from Windows
@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.