Skip to content

Commit a5e337a

Browse files
authored
Merge pull request #2 from vhf/master
从fork处同步内容,准备改造库结构
2 parents 646877f + ba6168f commit a5e337a

12 files changed

+45
-24
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- "4.1"
4+
- 6
55
before_script:
66
- npm install -g free-programming-books-lint
77
script: fpb-lint .

free-courses-en.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
* [Python](#python)
3131
* [R](#r)
3232
* [RethinkDB](#rethinkdb)
33+
* [Ruby](#ruby)
3334
* [Sails.js](#sailsjs)
3435
* [Scala](#scala)
3536
* [Software Engineering](#software-engineering)
@@ -261,6 +262,11 @@
261262
* [RethinkDB: Distributed Databases](https://courses.platzi.com/courses/rethinkdb-databases/)
262263

263264

265+
### Ruby
266+
267+
* [RubyMonk - Interactive Ruby tutorials](https://rubymonk.com)
268+
269+
264270
### Sails.Js
265271

266272
* [Develop web apps in Node.js and Sails.js](https://courses.platzi.com/courses/develop-apps-sails-js/)

free-programming-books-ar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
### Introduction to programming in Arabic
3030

31-
* [مختصر دليل لغات البرمجة ](http://alyassen.com/books/Brief-guide-to-programming-languages-v1.2.4.pdf) (PDF)
31+
* [مختصر دليل لغات البرمجة ](https://alyassen.github.io/Brief-guide-to-programming-languages-v1.2.4.pdf) (PDF)
3232

3333

3434
### Linux

free-programming-books-es.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186

187187
* [Aprendiendo Java](http://www.decom-uv.cl/~roberto/apuntes/java/AprendiendoJava.pdf) (PDF)
188188
* [Arquitectura Java Sólida](http://www.arquitecturajava.com)
189-
* [Desarrollo de proyectos informáticos con Java](http://www3.uji.es/~belfern/pdf/libroJavaConTapa.pdf) (PDF)
189+
* [Desarrollo de proyectos informáticos con Java](http://www3.uji.es/~belfern/libroJava.pdf) (PDF)
190190
* [Notas de Introducción al Lenguaje de Programación Java](http://lya.fciencias.unam.mx/jloa/publicaciones/introduccionJava.pdf) - Jorge L. Ortega Arjona, UNAM (PDF)
191191
* [OCPJP6 Resumen Español](https://github.com/PabloReyes/ocpjp-resumen-espanol) - Pablo Reyes Almagro (PDF)
192192
* [Pensando la computación como un científico (con Java)](http://www.ungs.edu.ar/areas/publicaciones/476/pensando-la-computacion-como-un-cientifico.html)
@@ -201,6 +201,7 @@
201201
* [Introducción a AJAX](http://librosweb.es/libro/ajax/)
202202
* [Introducción a JavaScript](http://librosweb.es/libro/javascript/)
203203
* [Jardín de JavaScript](http://bonsaiden.github.io/JavaScript-Garden/es)
204+
* [JavaScript, ¡Inspírate!](https://github.com/UlisesGascon/javascript-inspirate)
204205
* [JavaScript Para Gatos](https://jsparagatos.com)
205206

206207

free-programming-books-it.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
### CSS
6666

67-
* [Guida Completa sviluppo lato Client](http://www.aiutamici.com/PortalWeb/eBook/ebook/Alessandro_Stella-Programmare_per_il_web.pdf)(PDF)
67+
* [Guida Completa sviluppo lato Client](http://www.aiutamici.com/PortalWeb/eBook/ebook/Alessandro_Stella-Programmare_per_il_web.pdf) (PDF)
6868

6969

7070
### GIT

free-programming-books-ja.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,8 @@
352352
### iOS
353353

354354
* [Cocoa Programming Tips 1001](http://hmdt.jp/tips/cocoa/index.html) - 木下誠
355-
* [iOSアプリケーション プログラミングガイド](https://developer.apple.com/jp/devcenter/ios/library/documentation/iPhoneAppProgrammingGuide.pdf) - Apple Developer (PDF)
355+
* [iOSアプリケーション プログラミングガイド](https://developer.apple.com/jp/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/Introduction/Introduction.html) - Apple Developer (PDF)
356356
* [RubyMotion Tutorial: Ruby で iOS アプリを作ろう](http://tutorial.rubymotion.jp) - Clay Allsopp, RubyMotion JP(翻訳)
357-
* [初めての iOS アプリケーション](https://developer.apple.com/jp/devcenter/ios/library/documentation/iPhone101.pdf) - Apple Developer (PDF)
358357

359358

360359
### Java
@@ -472,7 +471,7 @@
472471
* [Objective-C 2.0 基礎文法最速マスター](http://marycore.jp/prog/objective-c/basic-syntax/) - @_marycore
473472
* [Objective-C によるプログラミング](https://developer.apple.com/jp/devcenter/ios/library/documentation/ProgrammingWithObjectiveC.pdf) - Apple Developer (PDF)
474473
* [Objective-C プログラミングの概念](https://developer.apple.com/jp/devcenter/ios/library/documentation/CocoaEncyclopedia.pdf) - Apple Developer (PDF)
475-
* [Objective-C プログラミング言語](https://developer.apple.com/jp/devcenter/ios/library/documentation/ObjC.pdf) - Apple Developer (PDF)
474+
* [Objective-C プログラミング言語](https://developer.apple.com/jp/documentation/ProgrammingWithObjectiveC.pdf) - Apple Developer (PDF)
476475
* [Objective-C 最速基礎文法マスター](http://d.hatena.ne.jp/fn7/20100203/1265207098) -id:fn7
477476

478477

free-programming-books-pl.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* [C](#c)
66
* [C++](#c-1)
77
* [Common Lisp](#common-lisp)
8+
* [Coq](#coq)
89
* [CSS](#css)
910
* [Haskell](#haskell)
1011
* [HTML](#html)
@@ -54,6 +55,11 @@
5455
* [Kurs programowania w języku Common Lisp](http://jcubic.pl/lisp_tutorial.php)
5556

5657

58+
### Coq
59+
60+
* [zeimer.github.io (Programowanie Funkcyjne)](https://zeimer.github.io)
61+
62+
5763
### CSS
5864

5965
* [Moja pierwsza strona internetowa w HTML5 i CSS3](http://ferrante.pl/books/html/)

free-programming-books-pt_BR.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,11 @@
142142
### Python
143143

144144
* [Aprenda computação com Python](https://aprendendo-computacao-com-python.readthedocs.org/en/latest/index.html)
145+
* [Aprenda Python Básico - Rápido e Fácil de entender](http://felipegalvao.com.br/livros) (PDF / Epub)
145146
* [Curso de Python e Django](https://osantana.me/curso-de-python-e-django)
146147
* [Django 101 - Introdução ao Django](http://turing.com.br/material/acpython/mod3/django/index.html)
147148
* [O tutorial de Python](http://turing.com.br/pydoc/2.7/tutorial/)
148-
* [Python Orientado a Objetos](http://www.dcc.ufrj.br/~fabiom/mab225/pythonoo.pdf) (PDF)
149+
* [Python Orientado a Objetos](https://docs.google.com/viewer?a=v&pid=sites&srcid=ZGVmYXVsdGRvbWFpbnxyYWZhZWx1ZnR8Z3g6NTJlM2UzYzY1ZTgzMDEwMw) (PDF)
149150
* [Python para Desenvolvedores](https://ark4n.files.wordpress.com/2010/01/python_para_desenvolvedores_2ed.pdf) (PDF)
150151
* [Tutorial Django Girls](http://tutorial.djangogirls.org/pt/)
151152

free-programming-books-ru.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Index
22

3-
* [0 - Language Agnostic](#1-language-agnostic)
3+
* [0 - Language Agnostic](#0---language-agnostic)
44
* [Open Source Ecosystem](#open-source-ecosystem)
55
* [Облачные Вычисления](#Облачные-вычисления)
66
* [Парадигмы Программирования](#Парадигмы-программирования)
@@ -153,7 +153,7 @@
153153
### Haskell
154154

155155
* [Developing Web Applications with Haskell and Yesod](https://bitbucket.org/darkus/yesod/downloads) - Майкл Сноймен
156-
* [О Haskell по-человечески](http://ohaskell.dshevchenko.biz/ru/index.html) - Денис Шевченко
156+
* [О Haskell по-человечески](https://www.ohaskell.guide) - Денис Шевченко
157157
* [Учебник по Haskell](http://anton-k.github.io/ru-haskell-book/book/home.html) - Антон Холомьёв
158158

159159

free-programming-books-zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
* [C++ 并发编程(基于C++11)](https://chenxiaowei.gitbooks.io/cpp_concurrency_in_action/content/)
356356
* [C++ 并发编程指南](https://github.com/forhappy/Cplusplus-Concurrency-In-Practice)
357357
* [CGDB中文手册](https://github.com/leeyiw/cgdb-manual-in-chinese)
358-
* [Cmake 实践](http://sewm.pku.edu.cn/src/paradise/reference/CMake%20Practice.pdf) (PDF版)
358+
* [Cmake 实践](http://sewm.pku.edu.cn/src/paradise/reference/CMake%20Practice.pdf) (PDF)
359359
* [GNU make 指南](http://docs.huihoo.com/gnu/linux/gmake.html)
360360
* [Google C++ 风格指南](http://zh-google-styleguide.readthedocs.org/en/latest/google-cpp-styleguide/contents/)
361361
* [QT 教程](http://www.kuqin.com/qtdocument/tutorial.html)
@@ -540,7 +540,7 @@
540540
* [Underscore.js中文文档](http://learningcn.com/underscore/)
541541
* [You-Dont-Know-JS](https://github.com/getify/You-Dont-Know-JS) (深入JavaScript语言核心机制的系列图书)
542542
* Zepto.js
543-
* [Zepto.js 中文文档](http://mweb.baidu.com/zeptoapi/)
543+
* [Zepto.js 中文文档](http://css88.com/doc/zeptojs_api)
544544
* [命名函数表达式探秘](http://justjavac.com/named-function-expressions-demystified.html) (注:原文由[为之漫笔](http://www.cn-cuckoo.com) 翻译,原始地址无法打开,所以此处地址为我博客上的备份)
545545
* [学用 JavaScript 设计模式](http://www.oschina.net/translate/learning-javascript-design-patterns) (开源中国)
546546
* [深入理解JavaScript系列](http://www.cnblogs.com/TomXu/archive/2011/12/15/2288411.html)

0 commit comments

Comments
 (0)