Skip to content

Commit dda3b34

Browse files
Ryan D Holmeshellman
Ryan D Holm
authored andcommitted
Scratch foreign language guides (EbookFoundation#2939)
* Adding Harvard GSE Scratch Book * Adding foreign language for scratch guide from harvard graduate school of edu * linting
1 parent 033e72f commit dda3b34

8 files changed

+48
-0
lines changed

free-programming-books-de.md

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* [Django](#django)
2424
* [Ruby on Rails](#ruby-on-rails)
2525
* [Scilab](#scilab)
26+
* [Scratch](#scratch)
2627
* [UML](#uml)
2728
* [Unix](#unix)
2829
* [Visual Basic](#visual-basic)
@@ -176,6 +177,11 @@
176177
* [Einführung in Scilab/Xcos 5.4](http://www.buech-gifhorn.de/scilab/Einfuehrung.pdf) (PDF)
177178

178179

180+
### Scratch
181+
182+
* [Kreative Informatik mit Scratch](http://eis.ph-noe.ac.at/kreativeinformatik/)
183+
184+
179185
### UML
180186

181187
* [Der moderne Softwareentwicklungsprozess mit UML](http://www.highscore.de/uml/)

free-programming-books-es.md

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
* [Ruby](#ruby)
4242
* [Ruby on Rails](#ruby-on-rails)
4343
* [Scala](#scala)
44+
* [Scratch](#scratch)
4445
* [SQL](#sql)
4546
* [SVG](#svg)
4647

@@ -333,6 +334,11 @@
333334
* [Scala con Ejemplos](https://github.com/ErunamoJAZZ/ScalaByExample-es) *(:construction: En proceso)*
334335

335336

337+
### Scratch
338+
339+
* [Informática Creativa](https://github.com/programamos/GuiaScratch) (PDF)
340+
341+
336342
### SQL
337343

338344
* [Manual de SQL](http://jorgesanchez.net/manuales/sql/intro-sql-sql2016.html) (HTML)

free-programming-books-fr.md

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
* [Ruby](#ruby)
3838
* [Sage](#sage)
3939
* [Scilab](#scilab)
40+
* [Scratch](#scratch)
4041
* [SPIP](#spip)
4142
* [SQL](#sql)
4243
* [Systèmes d'exploitation](#systemes-d-exploitation)
@@ -262,6 +263,11 @@
262263
* [Introduction à Scilab](http://forge.scilab.org/index.php/p/docintrotoscilab/downloads/) - Michaël Baudin, Artem Glebov, Jérome Briot
263264

264265

266+
### Scratch
267+
268+
* [Informatique Créative](https://pixees.fr/programmation-creative-en-scratch/)
269+
270+
265271
### SPIP
266272

267273
* [Programmer avec SPIP](http://programmer.spip.net) - Matthieu Marcimat et collectif SPIP

free-programming-books-ko.md

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* [Flask](#flask)
1919
* [R](#r)
2020
* [Ruby](#ruby)
21+
* [Scratch](#scratch)
2122
* [Swift](#swift)
2223

2324

@@ -125,6 +126,11 @@
125126
* [루비 스타일 가이드](https://github.com/dalzony/ruby-style-guide/blob/master/README-koKR.md)
126127

127128

129+
### Scratch
130+
131+
* [창의컴퓨팅(Creative Computing) 가이드북](http://digital.kyobobook.co.kr/digital/ebook/ebookDetail.ink?barcode=480150000247P)
132+
133+
128134
### Swift
129135

130136
* [Swift 언어 개발문서](http://swift.leantra.kr) - 이전 버젼

free-programming-books-nl.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
### Index
22

33
* [Python](#python)
4+
* [Scratch](#scratch)
45

56

67
### Python
78

89
* [De Programmeursleerling: Leren coderen met Python 3](http://www.spronck.net/pythonbook/dutchindex.xhtml) - Pieter Spronck (PDF) (3.x)
10+
11+
12+
### Scratch
13+
14+
* [Creatief Computergebruik](http://scratched.gse.harvard.edu/resources/creatief-computergebruik)

free-programming-books-ro.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* [HTML](#hmtl)
55
* [MySQL](#mysql)
66
* [PHP](#php)
7+
* [Scratch](#scratch)
78

89

910
### Ajax
@@ -24,3 +25,8 @@
2425
### PHP
2526

2627
* [PHP](http://php.punctsivirgula.ro)
28+
29+
30+
### Scratch
31+
32+
* [Informatica Creativa](http://scratched.gse.harvard.edu/resources/informatica-creativa-0)

free-programming-books-ru.md

+6
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
* [Rust](#rust)
6060
* [Scala](#scala)
6161
* [Scilab](#scilab)
62+
* [Scratch](#scratch)
6263
* [Smalltalk](#smalltalk)
6364
* [SQL](#sql)
6465
* [PostgreSQL](#postgresql)
@@ -479,6 +480,11 @@
479480
* [Программирование в Scilab](http://forge.scilab.org/index.php/p/docprogscilab/downloads)
480481

481482

483+
### Scratch
484+
485+
* [Креативное программирование](https://www.dropbox.com/s/qsthpk5r6gqmi6u/CreativeComputing_RUS_june2016.pdf?dl=0) (PDF)
486+
487+
482488
### Smalltalk
483489

484490
* [Смолток: Язык и его реализация](https://sites.google.com/site/polyglotsqueak) - Адэль Голдберг, Дэвид Робсон

free-programming-books-zh.md

+6
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
* [Rust](#rust)
6161
* [Scala](#scala)
6262
* [Scheme](#scheme)
63+
* [Scratch](#scratch)
6364
* [Shell](#shell)
6465
* [Swift](#swift)
6566
* [Vim](#vim)
@@ -662,6 +663,11 @@
662663
* [Scheme 入门教程](http://deathking.github.io/yast-cn/) (《Yet Another Scheme Tutorial》中文版)
663664

664665

666+
### Scratch
667+
668+
* [创意计算课程指南](http://cccgchinese.strikingly.com)
669+
670+
665671
### Shell
666672

667673
* [shell-book](http://me.52fhy.com/shell-book/)

0 commit comments

Comments
 (0)