Scratch foreign language guides (#2939)
* Adding Harvard GSE Scratch Book * Adding foreign language for scratch guide from harvard graduate school of edu * lintingpull/2940/head
parent
033e72fe46
commit
dda3b341fb
|
@ -23,6 +23,7 @@
|
||||||
* [Django](#django)
|
* [Django](#django)
|
||||||
* [Ruby on Rails](#ruby-on-rails)
|
* [Ruby on Rails](#ruby-on-rails)
|
||||||
* [Scilab](#scilab)
|
* [Scilab](#scilab)
|
||||||
|
* [Scratch](#scratch)
|
||||||
* [UML](#uml)
|
* [UML](#uml)
|
||||||
* [Unix](#unix)
|
* [Unix](#unix)
|
||||||
* [Visual Basic](#visual-basic)
|
* [Visual Basic](#visual-basic)
|
||||||
|
@ -176,6 +177,11 @@
|
||||||
* [Einführung in Scilab/Xcos 5.4](http://www.buech-gifhorn.de/scilab/Einfuehrung.pdf) (PDF)
|
* [Einführung in Scilab/Xcos 5.4](http://www.buech-gifhorn.de/scilab/Einfuehrung.pdf) (PDF)
|
||||||
|
|
||||||
|
|
||||||
|
### Scratch
|
||||||
|
|
||||||
|
* [Kreative Informatik mit Scratch](http://eis.ph-noe.ac.at/kreativeinformatik/)
|
||||||
|
|
||||||
|
|
||||||
### UML
|
### UML
|
||||||
|
|
||||||
* [Der moderne Softwareentwicklungsprozess mit UML](http://www.highscore.de/uml/)
|
* [Der moderne Softwareentwicklungsprozess mit UML](http://www.highscore.de/uml/)
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
* [Ruby](#ruby)
|
* [Ruby](#ruby)
|
||||||
* [Ruby on Rails](#ruby-on-rails)
|
* [Ruby on Rails](#ruby-on-rails)
|
||||||
* [Scala](#scala)
|
* [Scala](#scala)
|
||||||
|
* [Scratch](#scratch)
|
||||||
* [SQL](#sql)
|
* [SQL](#sql)
|
||||||
* [SVG](#svg)
|
* [SVG](#svg)
|
||||||
|
|
||||||
|
@ -333,6 +334,11 @@
|
||||||
* [Scala con Ejemplos](https://github.com/ErunamoJAZZ/ScalaByExample-es) *(:construction: En proceso)*
|
* [Scala con Ejemplos](https://github.com/ErunamoJAZZ/ScalaByExample-es) *(:construction: En proceso)*
|
||||||
|
|
||||||
|
|
||||||
|
### Scratch
|
||||||
|
|
||||||
|
* [Informática Creativa](https://github.com/programamos/GuiaScratch) (PDF)
|
||||||
|
|
||||||
|
|
||||||
### SQL
|
### SQL
|
||||||
|
|
||||||
* [Manual de SQL](http://jorgesanchez.net/manuales/sql/intro-sql-sql2016.html) (HTML)
|
* [Manual de SQL](http://jorgesanchez.net/manuales/sql/intro-sql-sql2016.html) (HTML)
|
||||||
|
|
|
@ -37,6 +37,7 @@
|
||||||
* [Ruby](#ruby)
|
* [Ruby](#ruby)
|
||||||
* [Sage](#sage)
|
* [Sage](#sage)
|
||||||
* [Scilab](#scilab)
|
* [Scilab](#scilab)
|
||||||
|
* [Scratch](#scratch)
|
||||||
* [SPIP](#spip)
|
* [SPIP](#spip)
|
||||||
* [SQL](#sql)
|
* [SQL](#sql)
|
||||||
* [Systèmes d'exploitation](#systemes-d-exploitation)
|
* [Systèmes d'exploitation](#systemes-d-exploitation)
|
||||||
|
@ -262,6 +263,11 @@
|
||||||
* [Introduction à Scilab](http://forge.scilab.org/index.php/p/docintrotoscilab/downloads/) - Michaël Baudin, Artem Glebov, Jérome Briot
|
* [Introduction à Scilab](http://forge.scilab.org/index.php/p/docintrotoscilab/downloads/) - Michaël Baudin, Artem Glebov, Jérome Briot
|
||||||
|
|
||||||
|
|
||||||
|
### Scratch
|
||||||
|
|
||||||
|
* [Informatique Créative](https://pixees.fr/programmation-creative-en-scratch/)
|
||||||
|
|
||||||
|
|
||||||
### SPIP
|
### SPIP
|
||||||
|
|
||||||
* [Programmer avec SPIP](http://programmer.spip.net) - Matthieu Marcimat et collectif SPIP
|
* [Programmer avec SPIP](http://programmer.spip.net) - Matthieu Marcimat et collectif SPIP
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
* [Flask](#flask)
|
* [Flask](#flask)
|
||||||
* [R](#r)
|
* [R](#r)
|
||||||
* [Ruby](#ruby)
|
* [Ruby](#ruby)
|
||||||
|
* [Scratch](#scratch)
|
||||||
* [Swift](#swift)
|
* [Swift](#swift)
|
||||||
|
|
||||||
|
|
||||||
|
@ -125,6 +126,11 @@
|
||||||
* [루비 스타일 가이드](https://github.com/dalzony/ruby-style-guide/blob/master/README-koKR.md)
|
* [루비 스타일 가이드](https://github.com/dalzony/ruby-style-guide/blob/master/README-koKR.md)
|
||||||
|
|
||||||
|
|
||||||
|
### Scratch
|
||||||
|
|
||||||
|
* [창의컴퓨팅(Creative Computing) 가이드북](http://digital.kyobobook.co.kr/digital/ebook/ebookDetail.ink?barcode=480150000247P)
|
||||||
|
|
||||||
|
|
||||||
### Swift
|
### Swift
|
||||||
|
|
||||||
* [Swift 언어 개발문서](http://swift.leantra.kr) - 이전 버젼
|
* [Swift 언어 개발문서](http://swift.leantra.kr) - 이전 버젼
|
||||||
|
|
|
@ -1,8 +1,14 @@
|
||||||
### Index
|
### Index
|
||||||
|
|
||||||
* [Python](#python)
|
* [Python](#python)
|
||||||
|
* [Scratch](#scratch)
|
||||||
|
|
||||||
|
|
||||||
### Python
|
### Python
|
||||||
|
|
||||||
* [De Programmeursleerling: Leren coderen met Python 3](http://www.spronck.net/pythonbook/dutchindex.xhtml) - Pieter Spronck (PDF) (3.x)
|
* [De Programmeursleerling: Leren coderen met Python 3](http://www.spronck.net/pythonbook/dutchindex.xhtml) - Pieter Spronck (PDF) (3.x)
|
||||||
|
|
||||||
|
|
||||||
|
### Scratch
|
||||||
|
|
||||||
|
* [Creatief Computergebruik](http://scratched.gse.harvard.edu/resources/creatief-computergebruik)
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
* [HTML](#hmtl)
|
* [HTML](#hmtl)
|
||||||
* [MySQL](#mysql)
|
* [MySQL](#mysql)
|
||||||
* [PHP](#php)
|
* [PHP](#php)
|
||||||
|
* [Scratch](#scratch)
|
||||||
|
|
||||||
|
|
||||||
### Ajax
|
### Ajax
|
||||||
|
@ -24,3 +25,8 @@
|
||||||
### PHP
|
### PHP
|
||||||
|
|
||||||
* [PHP](http://php.punctsivirgula.ro)
|
* [PHP](http://php.punctsivirgula.ro)
|
||||||
|
|
||||||
|
|
||||||
|
### Scratch
|
||||||
|
|
||||||
|
* [Informatica Creativa](http://scratched.gse.harvard.edu/resources/informatica-creativa-0)
|
||||||
|
|
|
@ -59,6 +59,7 @@
|
||||||
* [Rust](#rust)
|
* [Rust](#rust)
|
||||||
* [Scala](#scala)
|
* [Scala](#scala)
|
||||||
* [Scilab](#scilab)
|
* [Scilab](#scilab)
|
||||||
|
* [Scratch](#scratch)
|
||||||
* [Smalltalk](#smalltalk)
|
* [Smalltalk](#smalltalk)
|
||||||
* [SQL](#sql)
|
* [SQL](#sql)
|
||||||
* [PostgreSQL](#postgresql)
|
* [PostgreSQL](#postgresql)
|
||||||
|
@ -479,6 +480,11 @@
|
||||||
* [Программирование в Scilab](http://forge.scilab.org/index.php/p/docprogscilab/downloads)
|
* [Программирование в Scilab](http://forge.scilab.org/index.php/p/docprogscilab/downloads)
|
||||||
|
|
||||||
|
|
||||||
|
### Scratch
|
||||||
|
|
||||||
|
* [Креативное программирование](https://www.dropbox.com/s/qsthpk5r6gqmi6u/CreativeComputing_RUS_june2016.pdf?dl=0) (PDF)
|
||||||
|
|
||||||
|
|
||||||
### Smalltalk
|
### Smalltalk
|
||||||
|
|
||||||
* [Смолток: Язык и его реализация](https://sites.google.com/site/polyglotsqueak) - Адэль Голдберг, Дэвид Робсон
|
* [Смолток: Язык и его реализация](https://sites.google.com/site/polyglotsqueak) - Адэль Голдберг, Дэвид Робсон
|
||||||
|
|
|
@ -60,6 +60,7 @@
|
||||||
* [Rust](#rust)
|
* [Rust](#rust)
|
||||||
* [Scala](#scala)
|
* [Scala](#scala)
|
||||||
* [Scheme](#scheme)
|
* [Scheme](#scheme)
|
||||||
|
* [Scratch](#scratch)
|
||||||
* [Shell](#shell)
|
* [Shell](#shell)
|
||||||
* [Swift](#swift)
|
* [Swift](#swift)
|
||||||
* [Vim](#vim)
|
* [Vim](#vim)
|
||||||
|
@ -662,6 +663,11 @@
|
||||||
* [Scheme 入门教程](http://deathking.github.io/yast-cn/) (《Yet Another Scheme Tutorial》中文版)
|
* [Scheme 入门教程](http://deathking.github.io/yast-cn/) (《Yet Another Scheme Tutorial》中文版)
|
||||||
|
|
||||||
|
|
||||||
|
### Scratch
|
||||||
|
|
||||||
|
* [创意计算课程指南](http://cccgchinese.strikingly.com)
|
||||||
|
|
||||||
|
|
||||||
### Shell
|
### Shell
|
||||||
|
|
||||||
* [shell-book](http://me.52fhy.com/shell-book/)
|
* [shell-book](http://me.52fhy.com/shell-book/)
|
||||||
|
|
Loading…
Reference in New Issue