This file contains 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
[{"who": "招商银行信用卡", "content": "签到"}] |
This file contains 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
意利,尿片,定时开关,书立,玻璃保鲜 |
This file contains 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
--- | |
# ## osx startup | |
# ansible playbook to set up your mac, include: | |
# * oh~my~zsh | |
# * pyenv | |
# * pyenv-virtualenv | |
# ## dependency |
This file contains 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
--- | |
# ## osx startup | |
# ansible playbook to set up your mac, include: | |
# * oh~my~zsh | |
# * pyenv | |
# * pyenv-virtualenv | |
# * emacs |
This file contains 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
--- | |
# ## osx startup | |
# ansible playbook to set up your mac, include: | |
# * oh~my~zsh | |
# * pyenv | |
# * pyenv-virtualenv | |
# * emacs |
This file contains 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
--- | |
# ## osx startup | |
# ansible playbook to set up your mac, include: | |
# * oh~my~zsh | |
# * pyenv | |
# * pyenv-virtualenv | |
# * emacs |
This file contains 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
/* [APUE] P356 Polling Example */ | |
/* ./a.out < /var/log/daily.out 2>stderr.out */ | |
/* Environments OSX */ | |
/* gcc -v */ | |
/* Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 */ | |
/* Apple LLVM version 8.0.0 (clang-800.0.42.1) */ | |
/* Target: x86_64-apple-darwin15.6.0 */ | |
/* Thread model: posix */ | |
/* InstalledDir: /Library/Developer/CommandLineTools/usr/bin */ |
This file contains 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
# coding:utf-8 | |
import smtplib | |
import email | |
from email.MIMEMultipart import MIMEMultipart | |
from email.MIMEText import MIMEText | |
class Pymail(object): |
This file contains 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
# conding:uft-8 | |
class User(object): | |
def __init__(self, _id=None): | |
self._id = _id | |
def score(self, resource, score, frequency=1): | |
resource.scores = resource.scores + score |
This file contains 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
dr_2016_04_12 = ["SLA", "http://www.ibm.com/developerworks/cn/webservices/ws-sla/"] |
NewerOlder