Keybase proof
I hereby claim:
- I am atastycookie on github.
- I am deadroot (https://keybase.io/deadroot) on keybase.
- I have a public key ASB4MpJiESUYiprIp_SPX4dWgDHJ2w7XH9LvSJIzh1fmDAo
To claim this, I am signing this object:
js/core/node_modules | |
js/tygh/core.js | |
js/tygh/notifications_center.js | |
js/tygh/bottom_panel.js | |
js/core/npm-debug.log | |
js/tygh/bottom_panel.js | |
app/lib/composer.phar | |
design/backend/css/twitterbootstrap.css | |
images/* |
I hereby claim:
To claim this, I am signing this object:
<?php | |
$count = 1000; | |
$minNumber = 0; | |
$maxNumber = 666; | |
$array = getRandomNumbers($count, $minNumber, $maxNumber); | |
$sorter = new BubbleSorter($array); | |
$sortedArray = $sorter->sort(); | |
echo implode(' ', $sortedArray) . PHP_EOL; |
SET GLOBAL slow_query_log = 1'; | |
SET GLOBAL slow_launch_time = 2; | |
SET GLOBAL long_query_time = '/var/log/mysql/slow.log'; | |
FLUSH SLOW LOGS; |
#!/bin/bash | |
##### IP RANGE ##### | |
ip=( | |
"5.61.16.0/21" | |
"5.61.232.0/21" | |
"79.137.157.0/24" | |
"79.137.174.0/23" | |
"79.137.183.0/24" | |
"94.100.176.0/20" |
# -*- coding: utf-8 -*- | |
import socket | |
import binascii | |
import sys | |
SUBNET_LIST = { | |
"52.56.0.0/16": "Amazon AWS", | |
"206.189.0.0/16": "DigitalOcean", | |
"167.99.0.0/16": "DigitalOcean", | |
"165.227.0.0/16": "DigitalOcean", |
### Keybase proof | |
I hereby claim: | |
* I am atastycookie on github. | |
* I am ananev (https://keybase.io/ananev) on keybase. | |
* I have a public key ASCbb3lrKJa1ccKbIyzhiFh3CJoEtVxqNz-fwupBP-XBPAo | |
To claim this, I am signing this object: |
<iframe/src=javascript:%2561%256c%2565%2572%2574``>
import itertools | |
class AdbText: | |
key_dict = { | |
"0": 7, "1": 8, "2": 9, "3": 10, "4": 11, "5": 12, "6": 13, "7": 14, "8": 15, "9": 16, "*": 17, | |
"#": 18, "A": 29, "B": 30, "C": 31, "D": 32, "E": 33, "F": 34, "G": 35, "H": 36, "I": 37, "J": 38, "K": 39, | |
"L": 40, "M": 41, "N": 42, "O": 43, "P": 44, "Q": 45, "R": 46, "S": 47, "T": 48, "U": 49, "V": 50, "W": 51, | |
"X": 52, "Y": 53, "Z": 54, ",": 55, ".": 56, " ": 61, " ": 62, "\n": 66, "`": 68, "-": 69, "=": 70, "[": 71, | |
"]": 72, "\\": 73, ";": 74, "'": 75, "/": 76, "@": 77, "+": 81, "(": 162, ")": 163, | |
} |