mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[java,javascript] remove Learneroo (#5204)
This commit is contained in:
parent
8b7089d667
commit
cad341d8d9
@ -595,9 +595,6 @@ pojednává o konceptech vysvětlených zde v mnohem větší hloubce. Tento ná
|
|||||||
pokrývá hlavně JavaScript sám o sobě. Pokud se chcete naučit, jak se používá
|
pokrývá hlavně JavaScript sám o sobě. Pokud se chcete naučit, jak se používá
|
||||||
na webových stránkách, začněte tím, že se podíváte na [DOM][3]
|
na webových stránkách, začněte tím, že se podíváte na [DOM][3]
|
||||||
|
|
||||||
[Learn Javascript by Example and with Challenges][4]
|
|
||||||
je varianta tohoto návodu i s úkoly.
|
|
||||||
|
|
||||||
[JavaScript Garden][5] je sbírka příkladů těch nejnepředvídatelnějších částí
|
[JavaScript Garden][5] je sbírka příkladů těch nejnepředvídatelnějších částí
|
||||||
tohoto jazyka.
|
tohoto jazyka.
|
||||||
|
|
||||||
@ -619,7 +616,6 @@ na stránkách Mozilla Developer Network.
|
|||||||
[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript
|
[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript
|
||||||
[2]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
|
[2]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
|
||||||
[3]: https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core
|
[3]: https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core
|
||||||
[4]: http://www.learneroo.com/modules/64/nodes/350
|
|
||||||
[5]: https://shamansir.github.io/JavaScript-Garden/
|
[5]: https://shamansir.github.io/JavaScript-Garden/
|
||||||
[6]: http://www.amazon.com/gp/product/0596805527/
|
[6]: http://www.amazon.com/gp/product/0596805527/
|
||||||
[7]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
|
[7]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
|
||||||
|
@ -481,10 +481,9 @@ Für tiefergreifende Fragen ist Google der beste Startpunkt.
|
|||||||
|
|
||||||
**Online Tutorials**
|
**Online Tutorials**
|
||||||
|
|
||||||
* [Learneroo.com - Learn Java](http://www.learneroo.com)
|
|
||||||
|
|
||||||
* [Codingbat.com](http://codingbat.com/java)
|
* [Codingbat.com](http://codingbat.com/java)
|
||||||
|
* [Codewars - Java Katas](https://www.codewars.com/?language=java)
|
||||||
|
* [University of Helsinki - Object-Oriented programming with Java](http://moocfi.github.io/courses/2013/programming-part-1/)
|
||||||
|
|
||||||
**Bücher**:
|
**Bücher**:
|
||||||
|
|
||||||
|
@ -679,7 +679,6 @@ Something.new.qux #=> "qux"
|
|||||||
_(z.T. auf Englisch)_
|
_(z.T. auf Englisch)_
|
||||||
|
|
||||||
- [Offizielle Ruby Website](https://www.ruby-lang.org/de/)
|
- [Offizielle Ruby Website](https://www.ruby-lang.org/de/)
|
||||||
- [Learn Ruby by Example with Challenges](http://www.learneroo.com/modules/61/nodes/338) - Eine Variante dieses Dokuments mit in-Browser Challenges.
|
|
||||||
- [RubyMonk](https://rubymonk.com/) - Lerne Ruby mit einer Reihe interaktiver Tutorials.
|
- [RubyMonk](https://rubymonk.com/) - Lerne Ruby mit einer Reihe interaktiver Tutorials.
|
||||||
- [Offizielle Dokumentation](http://ruby-doc.org/core)
|
- [Offizielle Dokumentation](http://ruby-doc.org/core)
|
||||||
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
||||||
|
@ -841,10 +841,11 @@ public class EnumTest {
|
|||||||
|
|
||||||
**Πρακτικές και Φροντιστήρια Online**
|
**Πρακτικές και Φροντιστήρια Online**
|
||||||
|
|
||||||
* [Learneroo.com - Μάθε Java](http://www.learneroo.com)
|
|
||||||
|
|
||||||
* [Codingbat.com](http://codingbat.com/java)
|
* [Codingbat.com](http://codingbat.com/java)
|
||||||
|
|
||||||
|
* [Codewars - Java Katas](https://www.codewars.com/?language=java)
|
||||||
|
|
||||||
|
* [University of Helsinki - Object-Oriented programming with Java](http://moocfi.github.io/courses/2013/programming-part-1/)
|
||||||
|
|
||||||
**Βιβλία**:
|
**Βιβλία**:
|
||||||
|
|
||||||
|
@ -515,9 +515,6 @@ cubre muchos de los conceptos que vimos aquí pero a mayor detalle. Esta guía c
|
|||||||
el lenguaje JavaScript solo. Si quieres aprender a cómo usarlo en un ambiente web empieza aprendiendo
|
el lenguaje JavaScript solo. Si quieres aprender a cómo usarlo en un ambiente web empieza aprendiendo
|
||||||
sobre el [DOM](https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core)
|
sobre el [DOM](https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core)
|
||||||
|
|
||||||
[Aprende JavaScript con ejemplos y retos](http://www.learneroo.com/modules/64/nodes/350) es una
|
|
||||||
variante de esta guía pero con retos.
|
|
||||||
|
|
||||||
[Jardín JavaScript](https://shamansir.github.io/JavaScript-Garden/) es una guía para todas las
|
[Jardín JavaScript](https://shamansir.github.io/JavaScript-Garden/) es una guía para todas las
|
||||||
funciones y características contra-intuitivas del lenguaje.
|
funciones y características contra-intuitivas del lenguaje.
|
||||||
|
|
||||||
|
@ -565,8 +565,6 @@ Algo.new.qux # => 'qux'
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Recursos adicionales
|
## Recursos adicionales
|
||||||
- [Aprende Ruby Mediante Ejemplo con Ejercicios](http://www.learneroo.com/modules/61/nodes/338) - Una variante de
|
|
||||||
esta referencia con ejercicios en navegador.
|
|
||||||
- [Documentación Oficial](http://www.ruby-doc.org/core-2.1.1/)
|
- [Documentación Oficial](http://www.ruby-doc.org/core-2.1.1/)
|
||||||
- [Ruby desde otros lenguajes](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
- [Ruby desde otros lenguajes](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
||||||
- [Programando Ruby](http://www.amazon.com/Programming-Ruby-1-9-2-0-Programmers/dp/1937785491/) - Una
|
- [Programando Ruby](http://www.amazon.com/Programming-Ruby-1-9-2-0-Programmers/dp/1937785491/) - Una
|
||||||
|
@ -599,7 +599,6 @@ Something.new.qux # => 'qux'
|
|||||||
|
|
||||||
## Lisämateriaalia englanniksi
|
## Lisämateriaalia englanniksi
|
||||||
|
|
||||||
- [Learn Ruby by Example with Challenges](http://www.learneroo.com/modules/61/nodes/338) - Selaimessa tehtäviä harjoituksia tämän dokumentin hengessä
|
|
||||||
- [An Interactive Tutorial for Ruby](https://rubymonk.com/)
|
- [An Interactive Tutorial for Ruby](https://rubymonk.com/)
|
||||||
- [Official Documentation](http://www.ruby-doc.org/core-2.1.1/) - Virallinen dokumentaatio
|
- [Official Documentation](http://www.ruby-doc.org/core-2.1.1/) - Virallinen dokumentaatio
|
||||||
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
||||||
|
@ -923,10 +923,12 @@ n'hésitez pas à consulter Google pour trouver des exemples spécifiques.
|
|||||||
|
|
||||||
**Pratiquer en ligne et tutoriels**
|
**Pratiquer en ligne et tutoriels**
|
||||||
|
|
||||||
* [Learneroo.com - Learn Java](http://www.learneroo.com)
|
|
||||||
|
|
||||||
* [Codingbat.com](http://codingbat.com/java)
|
* [Codingbat.com](http://codingbat.com/java)
|
||||||
|
|
||||||
|
* [Codewars - Java Katas](https://www.codewars.com/?language=java)
|
||||||
|
|
||||||
|
* [University of Helsinki - Object-Oriented programming with Java](http://moocfi.github.io/courses/2013/programming-part-1/)
|
||||||
|
|
||||||
**Livres** :
|
**Livres** :
|
||||||
|
|
||||||
* [Head First Java](http://www.headfirstlabs.com/books/hfjava/)
|
* [Head First Java](http://www.headfirstlabs.com/books/hfjava/)
|
||||||
|
@ -769,8 +769,6 @@ plutôt ici :
|
|||||||
[Document Object
|
[Document Object
|
||||||
Model](https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core)
|
Model](https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core)
|
||||||
|
|
||||||
[Learn Javascript by Example and with Challenges](http://www.learneroo.com/modules/64/nodes/350) quelques challenges.
|
|
||||||
|
|
||||||
[JavaScript Garden](https://shamansir.github.io/JavaScript-Garden/) is an in-depth
|
[JavaScript Garden](https://shamansir.github.io/JavaScript-Garden/) is an in-depth
|
||||||
un guide pour vous éviter les faux-amis dans le JavaScript.
|
un guide pour vous éviter les faux-amis dans le JavaScript.
|
||||||
|
|
||||||
|
@ -548,7 +548,6 @@ Valami.new.qux # => 'qux'
|
|||||||
|
|
||||||
## Egyéb források
|
## Egyéb források
|
||||||
|
|
||||||
- [Learn Ruby by Example with Challenges](http://www.learneroo.com/modules/61/nodes/338)
|
|
||||||
- [Official Documentation](http://www.ruby-doc.org/core-2.1.1/)
|
- [Official Documentation](http://www.ruby-doc.org/core-2.1.1/)
|
||||||
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
||||||
- [Programming Ruby](http://www.amazon.com/Programming-Ruby-1-9-2-0-Programmers/dp/1937785491/) - A régebbi [ingyenes változat](http://ruby-doc.com/docs/ProgrammingRuby/) elérhető online.
|
- [Programming Ruby](http://www.amazon.com/Programming-Ruby-1-9-2-0-Programmers/dp/1937785491/) - A régebbi [ingyenes változat](http://ruby-doc.com/docs/ProgrammingRuby/) elérhető online.
|
||||||
|
@ -784,10 +784,11 @@ Tip, trik, dan contoh lainnya dapat melakukan pencarian melalui Google atau mesi
|
|||||||
|
|
||||||
**Tutorial dan Praktik Online**
|
**Tutorial dan Praktik Online**
|
||||||
|
|
||||||
* [Learneroo.com - Learn Java](http://www.learneroo.com)
|
|
||||||
|
|
||||||
* [Codingbat.com](http://codingbat.com/java)
|
* [Codingbat.com](http://codingbat.com/java)
|
||||||
|
|
||||||
|
* [Codewars - Java Katas](https://www.codewars.com/?language=java)
|
||||||
|
|
||||||
|
* [University of Helsinki - Object-Oriented programming with Java](http://moocfi.github.io/courses/2013/programming-part-1/)
|
||||||
|
|
||||||
**Buku**:
|
**Buku**:
|
||||||
|
|
||||||
|
@ -613,7 +613,6 @@ Sesuatu.new.qux # => 'qux'
|
|||||||
|
|
||||||
## Sumber tambahan
|
## Sumber tambahan
|
||||||
|
|
||||||
- [Learn Ruby by Example with Challenges](http://www.learneroo.com/modules/61/nodes/338) - Varian dari referensi ini dengan tantangan dalam browser.
|
|
||||||
- [An Interactive Tutorial for Ruby](https://rubymonk.com/) - Belajar Ruby melalui serangkaian tutorial interaktif.
|
- [An Interactive Tutorial for Ruby](https://rubymonk.com/) - Belajar Ruby melalui serangkaian tutorial interaktif.
|
||||||
- [Dokumentasi resmi](http://www.ruby-doc.org/core-2.1.1/)
|
- [Dokumentasi resmi](http://www.ruby-doc.org/core-2.1.1/)
|
||||||
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
||||||
|
@ -559,15 +559,16 @@ I link di seguito sono solo per capire l'argomento, cerca pure su Google degli e
|
|||||||
|
|
||||||
**Tutorial Online [in inglese]**
|
**Tutorial Online [in inglese]**
|
||||||
|
|
||||||
* [Learneroo.com - Learn Java](http://www.learneroo.com)
|
|
||||||
|
|
||||||
* [Codingbat.com](http://codingbat.com/java)
|
* [Codingbat.com](http://codingbat.com/java)
|
||||||
|
|
||||||
|
* [Codewars - Java Katas](https://www.codewars.com/?language=java)
|
||||||
|
|
||||||
|
* [University of Helsinki - Object-Oriented programming with Java](http://moocfi.github.io/courses/2013/programming-part-1/)
|
||||||
|
|
||||||
**Libri [in italiano]** :
|
**Libri [in italiano]** :
|
||||||
|
|
||||||
* [Java la guida completa](http://www.amazon.it/Java-guida-completa-Herbert-Schildt/dp/8838667667/ref=sr_1_1?ie=UTF8&qid=1393422296&sr=8-1&keywords=java)
|
* [Java la guida completa](http://www.amazon.it/Java-guida-completa-Herbert-Schildt/dp/8838667667/ref=sr_1_1?ie=UTF8&qid=1393422296&sr=8-1&keywords=java)
|
||||||
|
|
||||||
* [Thinking in java](http://www.amazon.it/Thinking-Java-1-Bruce-Eckel/dp/8871923030/ref=sr_1_8?ie=UTF8&qid=1393422296&sr=8-8&keywords=java)
|
* [Thinking in Java](http://www.amazon.it/Thinking-Java-1-Bruce-Eckel/dp/8871923030/ref=sr_1_8?ie=UTF8&qid=1393422296&sr=8-8&keywords=java)
|
||||||
|
|
||||||
* [Manuale di Java 7](http://www.amazon.com/gp/product/0071606300)
|
* [Manuale di Java 7](http://www.amazon.com/gp/product/0071606300)
|
||||||
|
@ -589,8 +589,6 @@ Il [Mozilla Developer Networ][1] fornisce una documentazione eccellente su come
|
|||||||
|
|
||||||
MDN's [A re-introduction to JavaScript][2] copre molti dei concetti qui trattati in maggiore dettaglio. Questa guida ha deliberatamente coperto solamente il linguaggio JavaScript; se volete sapere di più su come usare JavaScript in una pagina web, iniziate leggendo il [Document Object Model][3].
|
MDN's [A re-introduction to JavaScript][2] copre molti dei concetti qui trattati in maggiore dettaglio. Questa guida ha deliberatamente coperto solamente il linguaggio JavaScript; se volete sapere di più su come usare JavaScript in una pagina web, iniziate leggendo il [Document Object Model][3].
|
||||||
|
|
||||||
[Learn Javascript by Example and with Challenges][4] è una variante di questo referenziario con integrate delle sfide.
|
|
||||||
|
|
||||||
[Javascript Garden][5] è una guida approfondita di tutte le parti controintuitive del linguaggio.
|
[Javascript Garden][5] è una guida approfondita di tutte le parti controintuitive del linguaggio.
|
||||||
|
|
||||||
[JavaScript: The Definitive Guide][6] è una guida classica e referenziario.
|
[JavaScript: The Definitive Guide][6] è una guida classica e referenziario.
|
||||||
@ -608,7 +606,6 @@ In aggiunta ai contributori di questo articolo, alcuni contenuti sono adattati d
|
|||||||
[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript
|
[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript
|
||||||
[2]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
|
[2]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
|
||||||
[3]: https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core
|
[3]: https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core
|
||||||
[4]: http://www.learneroo.com/modules/64/nodes/350
|
|
||||||
[5]: https://shamansir.github.io/JavaScript-Garden/
|
[5]: https://shamansir.github.io/JavaScript-Garden/
|
||||||
[6]: http://www.amazon.com/gp/product/0596805527/
|
[6]: http://www.amazon.com/gp/product/0596805527/
|
||||||
[7]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
|
[7]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
|
||||||
|
@ -644,7 +644,6 @@ Something.new.qux #=> 'qux'
|
|||||||
|
|
||||||
## Ulteriori risorse
|
## Ulteriori risorse
|
||||||
|
|
||||||
- [Learn Ruby by Example with Challenges](http://www.learneroo.com/modules/61/nodes/338) - Una variante di questa guida con esercizi nel browser.
|
|
||||||
- [An Interactive Tutorial for Ruby](https://rubymonk.com/) - Imparare Ruby attraverso una serie di tutorial interattivi.
|
- [An Interactive Tutorial for Ruby](https://rubymonk.com/) - Imparare Ruby attraverso una serie di tutorial interattivi.
|
||||||
- [Official Documentation](http://ruby-doc.org/core)
|
- [Official Documentation](http://ruby-doc.org/core)
|
||||||
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
||||||
|
@ -1053,7 +1053,6 @@ The links provided here below are just to get an understanding of the topic, fee
|
|||||||
|
|
||||||
### Online Practice and Tutorials
|
### Online Practice and Tutorials
|
||||||
|
|
||||||
* [Learneroo.com - Learn Java](http://www.learneroo.com)
|
|
||||||
* [Codingbat.com](http://codingbat.com/java)
|
* [Codingbat.com](http://codingbat.com/java)
|
||||||
* [Codewars - Java Katas](https://www.codewars.com/?language=java)
|
* [Codewars - Java Katas](https://www.codewars.com/?language=java)
|
||||||
* [University of Helsinki - Object-Oriented programming with Java](http://moocfi.github.io/courses/2013/programming-part-1/)
|
* [University of Helsinki - Object-Oriented programming with Java](http://moocfi.github.io/courses/2013/programming-part-1/)
|
||||||
|
@ -641,9 +641,6 @@ here in more detail. This guide has quite deliberately only covered the
|
|||||||
JavaScript language itself; if you want to learn more about how to use
|
JavaScript language itself; if you want to learn more about how to use
|
||||||
JavaScript in web pages, start by learning about the [Document Object Model][3].
|
JavaScript in web pages, start by learning about the [Document Object Model][3].
|
||||||
|
|
||||||
[Learn Javascript by Example and with Challenges][4] is a variant of this
|
|
||||||
reference with built-in challenges.
|
|
||||||
|
|
||||||
[JavaScript Garden][5] is an in-depth guide of all the counter-intuitive parts
|
[JavaScript Garden][5] is an in-depth guide of all the counter-intuitive parts
|
||||||
of the language.
|
of the language.
|
||||||
|
|
||||||
@ -667,7 +664,6 @@ Mozilla Developer Network.
|
|||||||
[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript
|
[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript
|
||||||
[2]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
|
[2]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
|
||||||
[3]: https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core
|
[3]: https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core
|
||||||
[4]: http://www.learneroo.com/modules/64/nodes/350
|
|
||||||
[5]: https://shamansir.github.io/JavaScript-Garden/
|
[5]: https://shamansir.github.io/JavaScript-Garden/
|
||||||
[6]: http://www.amazon.com/gp/product/0596805527/
|
[6]: http://www.amazon.com/gp/product/0596805527/
|
||||||
[7]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
|
[7]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
|
||||||
|
@ -566,9 +566,6 @@ aturcara JavaScript dengan agak mudah; jika anda mahu belajar lebih lanjut
|
|||||||
tentang menggunakan JavaScript didalam laman web, mulakan dengan mempelajari
|
tentang menggunakan JavaScript didalam laman web, mulakan dengan mempelajari
|
||||||
tentang [Document Object Model][3].
|
tentang [Document Object Model][3].
|
||||||
|
|
||||||
[Learn Javascript by Example and with Challenges][4] adalah variasi panduan ini
|
|
||||||
dengan cabaran yang tersedia pakai.
|
|
||||||
|
|
||||||
[JavaScript Garden][5] pula adalah panduan yang lebih terperinci mengenai
|
[JavaScript Garden][5] pula adalah panduan yang lebih terperinci mengenai
|
||||||
semua bahagian bahasa aturcara ini yang bertentangan dengan naluri atau
|
semua bahagian bahasa aturcara ini yang bertentangan dengan naluri atau
|
||||||
kebiasaan.
|
kebiasaan.
|
||||||
@ -583,7 +580,6 @@ dan [JS Tutorial][7] di Mozilla Developer Network.
|
|||||||
[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript
|
[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript
|
||||||
[2]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
|
[2]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
|
||||||
[3]: https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core
|
[3]: https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core
|
||||||
[4]: http://www.learneroo.com/modules/64/nodes/350
|
|
||||||
[5]: https://shamansir.github.io/JavaScript-Garden/
|
[5]: https://shamansir.github.io/JavaScript-Garden/
|
||||||
[6]: http://www.amazon.com/gp/product/0596805527/
|
[6]: http://www.amazon.com/gp/product/0596805527/
|
||||||
[7]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
|
[7]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
|
||||||
|
@ -999,9 +999,9 @@ Linki zamieszczone poniżej służą pomocą w zrozumieniu wybranego tematu, w r
|
|||||||
|
|
||||||
### Tutoriale i ćwiczenia online po angielsku
|
### Tutoriale i ćwiczenia online po angielsku
|
||||||
|
|
||||||
* [Learneroo.com - Learn Java](http://www.learneroo.com)
|
|
||||||
* [Codingbat.com](http://codingbat.com/java)
|
* [Codingbat.com](http://codingbat.com/java)
|
||||||
* [Codewars - Java Katas](https://www.codewars.com/?language=java)
|
* [Codewars - Java Katas](https://www.codewars.com/?language=java)
|
||||||
|
* [University of Helsinki - Object-Oriented programming with Java](http://moocfi.github.io/courses/2013/programming-part-1/)
|
||||||
|
|
||||||
### Książki po angielsku
|
### Książki po angielsku
|
||||||
|
|
||||||
|
@ -586,7 +586,6 @@ Cokolwiek.new.xyz # => 'qux'
|
|||||||
|
|
||||||
### Angielskie
|
### Angielskie
|
||||||
|
|
||||||
- [Learn Ruby by Example with Challenges](http://www.learneroo.com/modules/61/nodes/338) - A variant of this reference with in-browser challenges.
|
|
||||||
- [Official Documentation](http://www.ruby-doc.org/core-2.1.1/)
|
- [Official Documentation](http://www.ruby-doc.org/core-2.1.1/)
|
||||||
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
||||||
- [Programming Ruby](http://www.amazon.com/Programming-Ruby-1-9-2-0-Programmers/dp/1937785491/) - An older [free edition](http://ruby-doc.com/docs/ProgrammingRuby/) is available online.
|
- [Programming Ruby](http://www.amazon.com/Programming-Ruby-1-9-2-0-Programmers/dp/1937785491/) - An older [free edition](http://ruby-doc.com/docs/ProgrammingRuby/) is available online.
|
||||||
|
@ -524,9 +524,6 @@ sobre e como usar o JavaScript em páginas na web, comece aprendendo sobre
|
|||||||
[Document Object
|
[Document Object
|
||||||
Model](https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core)
|
Model](https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core)
|
||||||
|
|
||||||
[Aprenda Javascript por Exemplos e com Desafios](http://www.learneroo.com/modules/64/nodes/350) é uma
|
|
||||||
variação desse guia com desafios.
|
|
||||||
|
|
||||||
[JavaScript Garden](https://shamansir.github.io/JavaScript-Garden/) é um guia
|
[JavaScript Garden](https://shamansir.github.io/JavaScript-Garden/) é um guia
|
||||||
profundo de todas as partes do JavaScript.
|
profundo de todas as partes do JavaScript.
|
||||||
|
|
||||||
|
@ -440,7 +440,6 @@ Algo.new.qux # => 'qux'
|
|||||||
|
|
||||||
## Recursos adicionais
|
## Recursos adicionais
|
||||||
|
|
||||||
- [Aprenda Ruby com desafios](http://www.learneroo.com/modules/61/nodes/338) - Uma coleção de desafios para testar a linguagem.
|
|
||||||
- [Documentação oficial](http://www.ruby-doc.org/core-2.1.1/)
|
- [Documentação oficial](http://www.ruby-doc.org/core-2.1.1/)
|
||||||
- [Ruby a partir de outras linguagens](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
- [Ruby a partir de outras linguagens](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
||||||
- [Programming Ruby](http://www.amazon.com/Programming-Ruby-1-9-2-0-Programmers/dp/1937785491/)- Um mais antigo [free edition](http://ruby-doc.com/docs/ProgrammingRuby/) e tambem uma versão online disponível.
|
- [Programming Ruby](http://www.amazon.com/Programming-Ruby-1-9-2-0-Programmers/dp/1937785491/)- Um mais antigo [free edition](http://ruby-doc.com/docs/ProgrammingRuby/) e tambem uma versão online disponível.
|
||||||
|
@ -514,10 +514,11 @@ public class ExampleClass extends ExampleClassParent implements InterfaceOne, In
|
|||||||
|
|
||||||
**Уроки онлайн**
|
**Уроки онлайн**
|
||||||
|
|
||||||
* [Learneroo.com - Изучение Java](http://www.learneroo.com)
|
|
||||||
|
|
||||||
* [Codingbat.com](http://codingbat.com/java)
|
* [Codingbat.com](http://codingbat.com/java)
|
||||||
|
|
||||||
|
* [Codewars - Java Katas](https://www.codewars.com/?language=java)
|
||||||
|
|
||||||
|
* [Университет Хельсинки - Объектно-ориентированное программирование на Java](http://moocfi.github.io/courses/2013/programming-part-1/)
|
||||||
|
|
||||||
**Книги**:
|
**Книги**:
|
||||||
|
|
||||||
|
@ -667,7 +667,6 @@ Something.new.qux #=> "qux"
|
|||||||
|
|
||||||
## Additional resources
|
## Additional resources
|
||||||
|
|
||||||
- [Learn Ruby by Example with Challenges](http://www.learneroo.com/modules/61/nodes/338) - A variant of this reference with in-browser challenges.
|
|
||||||
- [An Interactive Tutorial for Ruby](https://rubymonk.com/) - Learn Ruby through a series of interactive tutorials.
|
- [An Interactive Tutorial for Ruby](https://rubymonk.com/) - Learn Ruby through a series of interactive tutorials.
|
||||||
- [Official Documentation](http://ruby-doc.org/core)
|
- [Official Documentation](http://ruby-doc.org/core)
|
||||||
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
||||||
|
@ -546,7 +546,6 @@ Nieco.new.qux # => 'qux'
|
|||||||
|
|
||||||
## Ďalšie zdroje
|
## Ďalšie zdroje
|
||||||
|
|
||||||
- [Nauč sa ruby v príkladoch s úlohami](http://www.learneroo.com/modules/61/nodes/338) - Variácia tejto referencie s úlohami v prehliadači.
|
|
||||||
- [Oficiálna dokumentácia](http://www.ruby-doc.org/core-2.1.1/)
|
- [Oficiálna dokumentácia](http://www.ruby-doc.org/core-2.1.1/)
|
||||||
- [Ruby z iných jazykov](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
- [Ruby z iných jazykov](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
||||||
- [Programming Ruby](http://www.amazon.com/Programming-Ruby-1-9-2-0-Programmers/dp/1937785491/) - Staršia [bezplatná edícia](http://ruby-doc.com/docs/ProgrammingRuby/) je dostupná online.
|
- [Programming Ruby](http://www.amazon.com/Programming-Ruby-1-9-2-0-Programmers/dp/1937785491/) - Staršia [bezplatná edícia](http://ruby-doc.com/docs/ProgrammingRuby/) je dostupná online.
|
||||||
|
@ -577,8 +577,6 @@ more about how to use JavaScript in web pages, start by learning about the
|
|||||||
[Document Object
|
[Document Object
|
||||||
Model](https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core)
|
Model](https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core)
|
||||||
|
|
||||||
[Learn Javascript by Example and with Challenges](http://www.learneroo.com/modules/64/nodes/350) is a variant of this reference with built-in challenges.
|
|
||||||
|
|
||||||
[JavaScript Garden](https://shamansir.github.io/JavaScript-Garden/) is an in-depth
|
[JavaScript Garden](https://shamansir.github.io/JavaScript-Garden/) is an in-depth
|
||||||
guide of all the counter-intuitive parts of the language.
|
guide of all the counter-intuitive parts of the language.
|
||||||
|
|
||||||
|
@ -588,8 +588,6 @@ MDN'nin [A re-introduction to JavaScript(JavaScript'e Yeniden Giriş)][2] başl
|
|||||||
|
|
||||||
[Patika - Javascript][4]Hakan Yalçınkaya'nın eğitmen olduğu bu kaynak, Javascript'i baştan sonra öğrenmenizi ve öğrendiklerinizi çeşitli test, proje ve coding challenge'lar ile pekiştirmenizi sağlar.
|
[Patika - Javascript][4]Hakan Yalçınkaya'nın eğitmen olduğu bu kaynak, Javascript'i baştan sonra öğrenmenizi ve öğrendiklerinizi çeşitli test, proje ve coding challenge'lar ile pekiştirmenizi sağlar.
|
||||||
|
|
||||||
[Learn Javascript by Example and with Challenges][5] Bu da öğrendiklerinizi çeşitli challenge'lar ile pekiştirmenize olanak sağlar.
|
|
||||||
|
|
||||||
[JavaScript Garden][6] tüm detaylarının derinlemesine incelendiği bir rehberdir.
|
[JavaScript Garden][6] tüm detaylarının derinlemesine incelendiği bir rehberdir.
|
||||||
|
|
||||||
[Yusuf Sezer][7] Hem Türkçe hem yazılı olsun diyenler için kapsamlı bir kaynak.
|
[Yusuf Sezer][7] Hem Türkçe hem yazılı olsun diyenler için kapsamlı bir kaynak.
|
||||||
@ -600,7 +598,6 @@ MDN'nin [A re-introduction to JavaScript(JavaScript'e Yeniden Giriş)][2] başl
|
|||||||
[2]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
|
[2]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
|
||||||
[3]: https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core
|
[3]: https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core
|
||||||
[4]: https://academy.patika.dev/courses/javascript
|
[4]: https://academy.patika.dev/courses/javascript
|
||||||
[5]: http://www.learneroo.com/modules/64/nodes/350
|
|
||||||
[6]: https://shamansir.github.io/JavaScript-Garden/
|
[6]: https://shamansir.github.io/JavaScript-Garden/
|
||||||
[7]: https://www.yusufsezer.com.tr/javascript-dersleri/
|
[7]: https://www.yusufsezer.com.tr/javascript-dersleri/
|
||||||
[8]: https://www.btkakademi.gov.tr/portal/course/javascript-8099
|
[8]: https://www.btkakademi.gov.tr/portal/course/javascript-8099
|
||||||
|
@ -767,10 +767,11 @@ public class EnumTest {
|
|||||||
|
|
||||||
**Online-практика та посібники**
|
**Online-практика та посібники**
|
||||||
|
|
||||||
* [Learneroo.com — Вивчаємо Java](http://www.learneroo.com)
|
|
||||||
|
|
||||||
* [Codingbat.com](http://codingbat.com/java)
|
* [Codingbat.com](http://codingbat.com/java)
|
||||||
|
|
||||||
|
* [Codewars - Java Katas](https://www.codewars.com/?language=java)
|
||||||
|
|
||||||
|
* [University of Helsinki - Object-Oriented programming with Java](http://moocfi.github.io/courses/2013/programming-part-1/)
|
||||||
|
|
||||||
**Книжки**:
|
**Книжки**:
|
||||||
|
|
||||||
|
@ -483,12 +483,11 @@ if (Object.create === undefined) { // не перезаписуємо метод
|
|||||||
|
|
||||||
## Що почитати
|
## Що почитати
|
||||||
|
|
||||||
* [1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript
|
* https://developer.mozilla.org/en-US/docs/Web/JavaScript
|
||||||
* [2]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
|
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
|
||||||
* [3]: https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core
|
* https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core
|
||||||
* [4]: http://www.learneroo.com/modules/64/nodes/350
|
* https://shamansir.github.io/JavaScript-Garden/
|
||||||
* [5]: https://shamansir.github.io/JavaScript-Garden/
|
* http://www.amazon.com/gp/product/0596805527/
|
||||||
* [6]: http://www.amazon.com/gp/product/0596805527/
|
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
|
||||||
* [7]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
|
* http://eloquentjavascript.net/
|
||||||
* [8]: http://eloquentjavascript.net/
|
* http://jstherightway.org/
|
||||||
* [9]: http://jstherightway.org/
|
|
||||||
|
@ -616,7 +616,6 @@ Something.new.qux # => 'qux'
|
|||||||
|
|
||||||
## Додаткові ресурси
|
## Додаткові ресурси
|
||||||
|
|
||||||
- [Learn Ruby by Example with Challenges](http://www.learneroo.com/modules/61/nodes/338) - A variant of this reference with in-browser challenges.
|
|
||||||
- [An Interactive Tutorial for Ruby](https://rubymonk.com/) - Learn Ruby through a series of interactive tutorials.
|
- [An Interactive Tutorial for Ruby](https://rubymonk.com/) - Learn Ruby through a series of interactive tutorials.
|
||||||
- [Official Documentation](http://ruby-doc.org/core)
|
- [Official Documentation](http://ruby-doc.org/core)
|
||||||
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
||||||
|
@ -542,8 +542,7 @@ Something.new.qux # => 'qux'
|
|||||||
|
|
||||||
## Các nguồn tham khảo thêm.
|
## Các nguồn tham khảo thêm.
|
||||||
|
|
||||||
- [Learn Ruby by Example with Challenges](http://www.learneroo.com/modules/61/nodes/338) - A variant of this reference with in-browser challenges.
|
|
||||||
- [Official Documentation](http://www.ruby-doc.org/core-2.1.1/)
|
- [Official Documentation](http://www.ruby-doc.org/core-2.1.1/)
|
||||||
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
||||||
- [Programming Ruby](http://www.amazon.com/Programming-Ruby-1-9-2-0-Programmers/dp/1937785491/) - An older [free edition](http://ruby-doc.com/docs/ProgrammingRuby/) is available online.
|
- [Programming Ruby](http://www.amazon.com/Programming-Ruby-1-9-2-0-Programmers/dp/1937785491/) - An older [free edition](http://ruby-doc.com/docs/ProgrammingRuby/) is available online.
|
||||||
- [Ruby Style Guide](https://github.com/bbatsov/ruby-style-guide) - A community-driven Ruby coding style guide.
|
- [Ruby Style Guide](https://github.com/bbatsov/ruby-style-guide)
|
||||||
|
@ -476,8 +476,6 @@ JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introdu
|
|||||||
[Document Object
|
[Document Object
|
||||||
Model](https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core)
|
Model](https://developer.mozilla.org/en-US/docs/Using_the_W3C_DOM_Level_1_Core)
|
||||||
|
|
||||||
[Learn Javascript by Example and with Challenges](http://www.learneroo.com/modules/64/nodes/350) 是本参考的另一个版本,并包含了挑战习题。
|
|
||||||
|
|
||||||
[Javascript Garden](https://shamansir.github.io/JavaScript-Garden/) 是一个深入
|
[Javascript Garden](https://shamansir.github.io/JavaScript-Garden/) 是一个深入
|
||||||
讲解所有Javascript反直觉部分的导引。
|
讲解所有Javascript反直觉部分的导引。
|
||||||
|
|
||||||
|
@ -651,7 +651,6 @@ Something.new.qux # => 'qux'
|
|||||||
|
|
||||||
## 其它资源
|
## 其它资源
|
||||||
|
|
||||||
- [Learn Ruby by Example with Challenges](http://www.learneroo.com/modules/61/nodes/338) - A variant of this reference with in-browser challenges.
|
|
||||||
- [An Interactive Tutorial for Ruby](https://rubymonk.com/) - Learn Ruby through a series of interactive tutorials.
|
- [An Interactive Tutorial for Ruby](https://rubymonk.com/) - Learn Ruby through a series of interactive tutorials.
|
||||||
- [Official Documentation](http://ruby-doc.org/core)
|
- [Official Documentation](http://ruby-doc.org/core)
|
||||||
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
- [Ruby from other languages](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/)
|
||||||
|
@ -585,8 +585,6 @@ const add = (firstNumber, secondNumber) => {
|
|||||||
|
|
||||||
MDN 的 [重新介紹 JavaScript][2] 一文中,提到關於本文之外的更多細節。本文聚焦於 JavaScript 語言本身;若您想學習更多關於如何在網頁中使用 JavaScript,可以從閱讀 [文件物件模型][3] 開始。
|
MDN 的 [重新介紹 JavaScript][2] 一文中,提到關於本文之外的更多細節。本文聚焦於 JavaScript 語言本身;若您想學習更多關於如何在網頁中使用 JavaScript,可以從閱讀 [文件物件模型][3] 開始。
|
||||||
|
|
||||||
[Learn Javascript by Example and with Challenges][4] 是另一個參考網站,其包含線上的實戰練習。
|
|
||||||
|
|
||||||
[JavaScript Garden][5] 是一份深入探討這門語言所有反直覺部分的指南。
|
[JavaScript Garden][5] 是一份深入探討這門語言所有反直覺部分的指南。
|
||||||
|
|
||||||
[JavaScript 大全][6] 是一本經典的指南和參考書。
|
[JavaScript 大全][6] 是一本經典的指南和參考書。
|
||||||
@ -602,7 +600,6 @@ MDN 的 [重新介紹 JavaScript][2] 一文中,提到關於本文之外的更
|
|||||||
[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript
|
[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript
|
||||||
[2]: https://developer.mozilla.org/zh-TW/docs/Web/JavaScript/Language_overview
|
[2]: https://developer.mozilla.org/zh-TW/docs/Web/JavaScript/Language_overview
|
||||||
[3]: https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Using_the_Document_Object_Model
|
[3]: https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Using_the_Document_Object_Model
|
||||||
[4]: http://www.learneroo.com/modules/64/nodes/350
|
|
||||||
[5]: https://shamansir.github.io/JavaScript-Garden/zhtw/
|
[5]: https://shamansir.github.io/JavaScript-Garden/zhtw/
|
||||||
[6]: https://www.tenlong.com.tw/products/9789865027322
|
[6]: https://www.tenlong.com.tw/products/9789865027322
|
||||||
[8]: https://www.tenlong.com.tw/products/9789865029890?list_name=srh
|
[8]: https://www.tenlong.com.tw/products/9789865029890?list_name=srh
|
||||||
|
Loading…
Reference in New Issue
Block a user