V2EX > Setting
My CSS:
@import url('https://raw.github.com/gist/1146732/v2ex_dark.css');
V2EX > Setting
My CSS:
@import url('https://raw.github.com/gist/1146732/v2ex_dark.css');
| // | |
| // AppDelegate.swift | |
| // pushtest | |
| // | |
| // Created by sawapi on 2014/06/08. | |
| // Copyright (c) 2014年 sawapi. All rights reserved. | |
| // | |
| // iOS8用 | |
| import UIKit |
| import UIKit | |
| /// Wrapper for the NSNotification userInfo values associated with a keyboard notification. | |
| /// | |
| /// It provides properties that retrieve userInfo dictionary values with these keys: | |
| /// | |
| /// - UIKeyboardFrameBeginUserInfoKey | |
| /// - UIKeyboardFrameEndUserInfoKey | |
| /// - UIKeyboardAnimationDurationUserInfoKey | |
| /// - UIKeyboardAnimationCurveUserInfoKey |
| # Set variables in .bashrc file | |
| # don't forget to change your path correctly! | |
| export GOPATH=$HOME/golang | |
| export GOROOT=/usr/local/opt/go/libexec | |
| export PATH=$PATH:$GOPATH/bin | |
| export PATH=$PATH:$GOROOT/bin |
$ text-builder -index /path/to/index.txt本人不提供任何保证和技术支持,使用者自负风险。
There are no guarantees, no any support. Use it at your own risk.
| # coding: utf-8 | |
| from objc_util import * | |
| NSAKDeserializer = ObjCClass('NSAKDeserializer') | |
| NSAKDeserializerStream = ObjCClass('NSAKDeserializerStream') | |
| NSAKSerializer = ObjCClass('NSAKSerializer') | |
| NSAKSerializerStream = ObjCClass('NSAKSerializerStream') | |
| NSAbstractLayoutGuide = ObjCClass('NSAbstractLayoutGuide') | |
| NSAddressCheckingResult = ObjCClass('NSAddressCheckingResult') | |
| NSAffineTransform = ObjCClass('NSAffineTransform') |