|
448 | 448 | * [《JavaScript 模式》](https://github.com/jayli/javascript-patterns) “JavaScript patterns”中译本
|
449 | 449 | * [命名函数表达式探秘](http://justjavac.com/named-function-expressions-demystified.html) (注:原文由[为之漫笔](http://www.cn-cuckoo.com)翻译,原始地址无法打开,所以此处地址为我博客上的备份)
|
450 | 450 | * [学用 JavaScript 设计模式](http://www.oschina.net/translate/learning-javascript-design-patterns) (开源中国)
|
451 |
| -* [深入理解JavaScript系列](http://www.cnblogs.com/TomXu/archive/2011/12/15/2288411.html) |
452 |
| -* [ECMAScript 5.1 中文版](http://yanhaijing.com/es5) |
| 451 | +* [深入理解JavaScript系列](http://www.cnblogs.com/TomXu/archive/2011/12/15/2288411.html) |
| 452 | +* [ECMAScript 5.1 中文版](http://yanhaijing.com/es5) |
453 | 453 | * [ECMAScript 6 入门](http://es6.ruanyifeng.com/) (作者:阮一峰)
|
454 | 454 | * [JavaScript Promise迷你书](http://liubin.github.io/promises-book/)
|
455 | 455 | * [You-Dont-Know-JS](https://github.com/getify/You-Dont-Know-JS) (深入JavaScript语言核心机制的系列图书)
|
|
606 | 606 | * [Python 官方文档中文版](http://data.digitser.net/zh-CN/python_index.html)
|
607 | 607 | * [Fabric 中文文档](http://fabric-chs.readthedocs.org)
|
608 | 608 | * [Beautiful Soup 4.2.0 中文文档](http://beautifulsoup.readthedocs.org/zh_CN/latest/)
|
| 609 | +* [Python 中的 Socket 编程](https://legacy.gitbook.com/book/keelii/socket-programming-in-python-cn/details) |
609 | 610 | * [用Python做科学计算](http://old.sebug.net/paper/books/scipydoc)
|
610 | 611 | * [Sphinx 中文文档](http://www.pythondoc.com/sphinx/index.html)
|
611 | 612 | * [精通 Python 设计模式](https://github.com/cundi/Mastering.Python.Design.Patterns)
|
|
690 | 691 |
|
691 | 692 | * [The Swift Programming Language 中文版](http://numbbbbb.github.io/the-swift-programming-language-in-chinese/)
|
692 | 693 | * [Swift 语言指南](http://dev.swiftguide.cn)
|
693 |
| -* [Stanford 公开课,Developing iOS 8 Apps with Swift 字幕翻译文件](https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift) |
694 |
| -* [C4iOS - COSMOS](http://c4ios.swift.gg) |
| 694 | +* [Stanford 公开课,Developing iOS 8 Apps with Swift 字幕翻译文件](https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift) |
| 695 | +* [C4iOS - COSMOS](http://c4ios.swift.gg) |
695 | 696 |
|
696 | 697 | ### 读书笔记及其它
|
697 | 698 |
|
|
723 | 724 | * [前端开发笔记本](https://github.com/li-xinyang/FEND_Note)
|
724 | 725 |
|
725 | 726 | ### 测试相关
|
726 |
| - |
0 commit comments