Skip to content

Instantly share code, notes, and snippets.

View saosir's full-sized avatar
♥️
Focusing

sijianliang saosir

♥️
Focusing
  • Shenzhen
View GitHub Profile
@saosir
saosir / 分布式系统学习资料.md
Created January 23, 2017 00:57 — forked from zjhiphop/分布式系统学习资料.md
分布式系统学习资料

##分布式系统(Distributed System)资料


#####希望转载的朋友,你可以不用联系我.但是一定要保留原文链接,因为这个项目还在继续也在不定期更新.希望看到文章的朋友能够学到更多.

介绍:这是一篇介绍在动态网络里面实现分布式系统重构的paper.论文的作者(导师)是MIT读博的时候是做分布式系统的研究的,现在在NUS带学生,不仅仅是分布式系统,还有无线网络.如果感兴趣可以去他的主页了解.

@saosir
saosir / tornado_continuous_reload.py
Created June 18, 2016 02:28 — forked from renaud/tornado_continuous_reload.py
Example of Tornado that autoreloads/watches all files in folder 'static'
'''
Example of Tornado that autoreloads/watches all files in folder 'static'
'''
import tornado.ioloop
import tornado.web
import tornado.autoreload
import os
''' serves index.html'''