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
<output></output> |
table of contents
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
require "readline" | |
def escaped(s) | |
s.gsub("'", "'\\\\''") | |
end | |
while s = Readline.readline("> ", true) | |
e = escaped(s) | |
puts `./android-type.sh '#{e}'` | |
end |
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
from string import Template | |
import oauth2 as oauth | |
import urlparse | |
import urllib | |
import time | |
import xml.dom.minidom | |
import sys, getopt | |
# If you get 'Title Messed Up By Unicode Error' messages try | |
# export PYTHONIOENCODING=utf-8 |
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
/* | |
//--> Repository for this Bookmarklet App: https://www.npmjs.com/package/ea-bookmarklets | |
Add https://ctrld.herokuapp.com/#%s to chrome://settings/searchEngines or as a bookmark | |
with a <keyword> in firefox - to load a gist into the editor by typing <keyword> <gisturl> | |
into the browsers locationbar. .. have fun. | |
*/ | |
(async(window,document) => { | |
// https://gist.github.com/hagb4rd/6843803a6674fe1b9ead6f1e60f14f15#file-queue-download-images-js | |
// ----------- |
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
#user nobody; | |
worker_processes 1; | |
#error_log logs/error.log; | |
#error_log logs/error.log notice; | |
#error_log logs/error.log info; | |
#pid logs/nginx.pid; |
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
[ | |
{ | |
"name": "thisisparker/cursewords", | |
"link": "https://github.com/thisisparker/cursewords", | |
"description": ":pencil: Terminal-based crossword puzzle solving interface", | |
"lang": "Python", | |
"stars": 114 | |
}, | |
{ | |
"name": "ammsa/Githeat", |
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
.SH bbe - binary block editor | |
.PP | |
* * * * * | |
Next:\ Overview, Previous:\ (dir), Up:\ (dir) | |
.SS bbe | |
.PP | |
This file documents version 0.2.2 of \f[C]bbe\f[R], a binary block | |
editor. | |
.PP | |
Copyright \[co] 2005 Timo Savinen |
NewerOlder