Collection for Y2016W27

Android

Cli

Compiler

Github

K8s

  • Using Kubernetes Health Checks - Ian Lewis
    • 感覺似乎是工作上需要用到的一個東西,在 rolling update 的時候,針對特定的服務做 check,確定有執行後才開始把舊的 container 關掉。

Linux

Mapreduce

Misc

Npm

  • nplaym
    • 裝 npm 的時候太無聊的話可以玩遊戲 XD

Pypy

Python

from pip.req import parse_requirements  

# parse_requirements() returns generator of pip.req.InstallRequirement objects  
install_reqs = parse_requirements(<requirements_path>, session=False)  

# reqs is a list of requirement  
# e.g. ['django==1.5.1', 'mezzanine==1.4.6']  
reqs = [str(ir.req) for ir in install_reqs]  

setup(  
...  
    install_requires=reqs  
)  

Security

Taiwan


Share


Donation

如果覺得這篇文章對你有幫助, 除了留言讓我知道外, 或許也可以考慮請我喝杯咖啡, 不論金額多寡我都會非常感激且能鼓勵我繼續寫出對你有幫助的文章。

If this blog post happens to be helpful to you, besides of leaving a reply, you may consider buy me a cup of coffee to support me. It would help me write more articles helpful to you in the future and I would really appreciate it.


Related Posts