-
get a shell on the organelle-m, and become root
sudo su -
-
check what filesystem is mounted at
/sdcard
(e.g./dev/mmcblk0p3
)df -h
This file contains 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
new immigrants they rob me | |
oh my they took our jobs | |
many years after my grandad | |
lost all of his slaves | |
but my vote still sort of works | |
by the grace of mother russia | |
we won so fuck you haha | |
trump is me | |
wont you help to sing |
This file contains 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
from long.ass.path.that.is.really.quite.long \ | |
import VerboseClassName | |
from long.ass.path.that.is.really.quite.long import ( | |
VerboseClassName) |
This file contains 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
In [1]: x = 'a\rb\rc' | |
In [2]: x.split() | |
Out[2]: ['a', 'b', 'c'] | |
In [3]: x.split() | |
Out[3]: ['a', 'b', 'c'] | |
In [4]: x = 'a\r\nb\r\nc' |
This file contains 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
# aptitude install libjpeg-dev zlib1g-dev | |
# pip install Pillow | |
wget -O ansi.zip https://github.com/rupa/ansiimg/archive/master.zip | |
pip install ansi.zip | |
wget -O meme.zip https://github.com/rupa/automeme/archive/master.zip | |
pip install meme.zip | |
wget http://images.memegenerator.net/images/298x/84688.jpg | |
ansi 84688.jpg -t "$(automeme)" |
This file contains 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
#!/bin/bash | |
# The More You Know ☄· | |
fart() { | |
echo $1 | |
echo $2 | |
echo $3 | |
} | |
doot() { |
I hereby claim:
- I am rupa on github.
- I am rupa (https://keybase.io/rupa) on keybase.
- I have a public key whose fingerprint is 9B45 0005 6F42 477C 66C8 2575 C5A3 1CA6 6B64 3957
To claim this, I am signing this object:
This file contains 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 | |
# Filename s5.py | |
# Python Dynamic Socks5 Proxy | |
# Usage: python s5.py 1080 | |
# Background Run: nohup python s5.py 1080 & | |
# Email: [email protected] | |
import socket, sys, select, SocketServer, struct, time | |
SocketServer.TCPServer.allow_reuse_address = True |
This file contains 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 bash | |
progname=$(basename $0) | |
version="1.0 (2014-08-17)" | |
step=2 | |
function create_hash { | |
openssl dgst -sha1 -binary <<< "$1" | xxd -p | |
} |
This file contains 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 | |
import random | |
CHARS = { | |
'top': [ | |
u'\u0300', | |
u'\u0301', | |
u'\u0302', | |
u'\u0303', |
NewerOlder