ror, scala, jetty, erlang, thrift, mongrel, comet server, my-sql, memchached, varnish, kestrel(mq), starling, gizzard, cassandra, hadoop, vertica, munin, nagios, awstats
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
# version 0.1 | |
# this script will send a particular book to my kindle app | |
require 'gmail' | |
if ARGV.length != 1 | |
puts "Wrong syntax. $SendToMyKindle.rb <path_to_book>" | |
abort "Wrong input" | |
end | |
sending_book = ARGV[0] |
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
TRACE_DIRECTORY_CLIENT = TetCon/trace | |
TRACE_FILE_CLIENT = wtf | |
TRACE_LEVEL_CLIENT = SUPPORT |
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 Crypto.Cipher import AES | |
from hashlib import * | |
from itertools import * | |
from sys import * | |
AES_BLOCK_SIZE = 24 | |
VALID_PADDING = '08' * 8 | |
IV = ('00' * 16).decode ('hex') | |
CHARACTER_SET = 'abcdefghijklmnopqrstxyzuvw0123456789' | |
MIN_LENGTH = 1 |
NewerOlder