Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • nodechat ... nodejs: 真正的一份代码,到处运行( http://cnodejs.org/blog/?p=702 ) 。从这里了解到如何在svr和client中同时复用部分代码,当然,本程序也模仿了这里面的技术来做,例如我源码里面svr/chatLib.js其实是同时被svr和client公用的。 微博交流: http://weibo.com/zhengll
  • u-boot ... (optional) Defines one or two SoC revisions (low 8 bits of SVR) for which the A004510 workaround should be applied. The rest of SVR is either not relevant to the decision of whether the erratum is present (e.g. ...
  • seawolf ... github.com/ncsurobotics/swpycv.git` * `https://github.com/ncsurobotics/svr.git` * `https://github.com/ncsurobotics/seawolf.git` * `https:// ... the teriminal to stop the stream and "pkill svrd" to stop svr. To test python import: $ python >>> import ...
  • u-boot ... (optional) Defines one or two SoC revisions (low 8 bits of SVR) for which the A004510 workaround should be applied. The rest of SVR is either not relevant to the decision of whether the erratum is present (e.g. ...
  • redis-net ... .c * ae_select.c * anet.c * zmalloc.c Redis-Protocol parse =================== * request.c How to do ======== $cd src $make $./svr use redis-cli to connect it and enjoy. Drafted by BohuTANG, you can contact me with
  • The-London-Riots ... over the previous day's opening and closing price is used as the value of the feature matrix for the SVR. ============== Feed Handler ============== This package handles newsfeeds for a currency pair. It will check the feed for new articles, and when ...
  • ravion-uboot ... (optional) Defines one or two SoC revisions (low 8 bits of SVR) for which the A004510 workaround should be applied. The rest of SVR is either not relevant to the decision of whether the erratum is present (e.g. ...
  • u-boot ... (optional) Defines one or two SoC revisions (low 8 bits of SVR) for which the A004510 workaround should be applied. The rest of SVR is either not relevant to the decision of whether the erratum is present (e.g. ...
  • pia-uboot ... (optional) Defines one or two SoC revisions (low 8 bits of SVR) for which the A004510 workaround should be applied. The rest of SVR is either not relevant to the decision of whether the erratum is present (e.g. ...
  • msgpack-rpc-debian ... std::string(e.what())); return; } }; int main(void) { myserver svr; svr.instance.listen("0.0.0.0", 9090); svr.instance.run(4); // run 4 threads } IDL parser and code generator is under development. It will ...