I hereby claim:
- I am kkung on github.
- I am kkung (https://keybase.io/kkung) on keybase.
- I have a public key ASA6LVvEkVOPndMQuD5BhNun2HK5HVa1pruV037BAtBVAQo
To claim this, I am signing this object:
#!/bin/sh | |
# Select next source in Input menu | |
KEY=AppleSymbolicHotKeys.61.value.parameters.2 | |
# Shift-space | |
VALUE=131072 | |
plutil -replace "$KEY" -integer "$VALUE" -o /tmp/hangul_shiftspace.plist ~/Library/Preferences/com.apple.symbolichotkeys.plist | |
cp ~/Library/Preferences/com.apple.symbolichotkeys.plist{,.backup} | |
cp /tmp/hangul_shiftspace.plist ~/Library/Preferences/com.apple.symbolichotkeys.plist |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python | |
import sys | |
import re | |
import urllib | |
ENC_BODY_PATTERN = re.compile(r'value=\'([^\'].*)\'') | |
def decrypt(name, key): | |
if len(key) != 6: |
Cryptography | PyCrypto | RSA |
---|---|---|
1.0222690105438232 | 1.453489065170288 | 4.905964136123657 |
1.0008471012115479 | 1.3903019428253174 | 4.860486030578613 |
0.9761111736297607 | 1.3885319232940674 | 5.226905107498169 |
$ python get_logs.py rds-db-instance-name rds.log aws-access-key aws-secret-key
$ ./pgbadger -p '%t:%r:%u@%d:[%p]:' ./rds.log
$ open out.html
/* | |
Manifest | |
*/ | |
ManifestStyle | |
{ | |
-kakaotalk-theme-name: url('Travel Theme'); | |
-kakaotalk-theme-version: url('1.0.0'); | |
-kakaotalk-theme-url: url('http://www.kakao.com'); | |
-kakaotalk-author-name: url('Kakao Corp.'); |
from wand.api import * | |
from wand.color import Color | |
import ctypes | |
res = libmagick.NewMagickWand() | |
libmagick.MagickReadImage( | |
res, | |
'test/img/387062_352291954856564_1975342188_n.jpeg') | |
draw = libmagick.NewDrawingWand() | |
libmagick.DrawSetFont( |
Downloading https://github.com/downloads/dahlia/libsass-python/libsass-0.1.0preview.tar.gz | |
Processing libsass-0.1.0preview.tar.gz | |
Running libsass-0.1.0preview/setup.py -q bdist_egg --dist-dir /var/folders/jf/vqynd_t5705211nzjlfllvnw0000gn/T/easy_install-xxymQM/libsass-0.1.0preview/egg-dist-tmp-57FSXq | |
clang: warning: argument unused during compilation: '-mno-fused-madd' | |
sass.c:54:24: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
if (string != NULL && !(filename == NULL && dirname == NULL) || | |
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ | |
sass.c:54:24: note: place parentheses around the '&&' expression to silence this warning | |
if (string != NULL && !(filename == NULL && dirname == NULL) || | |
^ |
Traceback (most recent call last): | |
File "runserver.py", line 4, in <module> | |
app = create_app() | |
File "/Users/kkung/private/jothief/jothief/jothief/__init__.py", line 28, in create_app | |
admin_blueprint = admin.create_admin_blueprint(datastore) | |
File "/Users/kkung/private/jothief/env/lib/python2.7/site-packages/flask_admin/__init__.py", line 87, in create_admin_blueprint | |
return create_admin_blueprint_new(*args, **kwargs) | |
File "/Users/kkung/private/jothief/env/lib/python2.7/site-packages/flask_admin/__init__.py", line 116, in create_admin_blueprint_new | |
**kwargs) | |
File "/Users/kkung/private/jothief/env/lib/python2.7/site-packages/flask/blueprints.py", line 95, in __init__ |