summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* [elixir/ru] Structs and ExceptionsEv Bogdanov2017-08-19-0/+38
|
* [elixir/ru] Modules and FunctionsEv Bogdanov2017-08-18-0/+107
|
* [elixir/ru] Basic types, Operators and Control FlowEv Bogdanov2017-08-18-0/+241
|
* [elixir/ru] Not ready yetEv Bogdanov2017-08-15-119/+0
|
* [elixir/ru] Basic typesEv Bogdanov2017-08-15-0/+119
|
* [elixir/en] Fix exception nameEv Bogdanov2017-08-15-1/+3
|
* [red/en] Fix logic in "either" examples (#2800)Jonathan Harford2017-07-18-6/+6
|
* [tcsh/en] (#2777)Nicholas Christopoulos2017-07-16-0/+790
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add files via upload tcsh/en added * Add files via upload [tcsh][en] * Add files via upload [tcsh][en] * Add files via upload [tcsh][en] * Add files via upload typos * Add files via upload typo at switch * Add files via upload tcsh/en added secret-num game as an example * Add files via upload competition -> completition * tcsh/en one more example to show when needed quotes at =~ and !~ * tcsh/en Clear explanation about what the '@' does
* fix wrongly written (#2797)bugsnail2017-07-13-2/+2
|
* [ruby fr-fr] more details, more examples (#2796)Sylvain Abélard2017-07-11-18/+31
|
* Update ruby-ecosystem-fr.html.markdown (#2795)Sylvain Abélard2017-07-11-12/+13
| | | | Only french and typo fixes. The content might be outdated too: Ruby 2.5 instead of 2.0
* [java/en] adding an exemple to ternary operator ?: (#2794)Mathieu Gemard2017-07-11-1/+5
| | | We could think we always had to use = with ?:
* [perl6] Lists are not Arrays. Make this clearSamantha McVey2017-07-10-2/+3
| | | | | Lists are immutable while Arrays are mutable. Arrays are which have the @ sigil.
* [amd/es-es] Replace 'Tópico' with 'Tema' (#2790)hromojaro2017-07-10-1/+1
|
* [java/en] few changes (#2788)Mathieu Gemard2017-07-09-66/+55
|
* Update LOLCODE.html.markdownAdam Bard2017-07-04-1/+1
|
* Update rst.html.markdownAdam Bard2017-07-04-1/+1
|
* [scala/de] Backport traits keyword explanation (#2781)Andy2017-07-04-2/+3
|
* [scala/en] Add traits in objects chapter (#2760)Andy2017-07-04-1/+45
| | | | | | * [scala/en] Add traits in objects chapter * [scala/en] Traits: Describe traits keywords
* [nim/ru] Translation Nim to russian (#2778)Nomadic2017-07-04-0/+279
| | | | | | * Translation Nim to russian * EN tag for all links
* Remove nonstandard contributor/author sectionsven2017-07-04-12/+0
|
* [elisp/en] fix typo (#2770)spacegoing2017-07-04-1/+2
| | | the example boldified the color instead of colorizing them
* fix #2700ven2017-07-04-4/+4
|
* more clear explanation for interface (#2779)gondo2017-07-02-1/+1
| | | more clear explanation why interface is consider defined without specifically declaring it (like in other languages `pair implement Stringer`)
* Update python3.html.markdown (#2776)Alfonso Millan2017-06-29-0/+1
|
* fix typo (#2772)Julien Dehos2017-06-24-17/+17
|
* Fix typo (#2764)ranwise2017-06-18-3/+3
|
* [java/en] typo (#2763)Mathieu Gemard2017-06-18-1/+1
|
* [PHP/en]Fix small typo in PHP English tutorial (#2761)Yerkebulan Tulibergenov2017-06-16-1/+1
|
* Fix typo (#2757)Esteve Aguilera2017-06-16-1/+1
|
* [haxe/en] Fix typo (#2756)Nick2017-06-11-2/+2
| | | | | | | | | | | | | | - [x] I solemnly swear that this is all original content of which I am the original author - [x] Pull request title is prepended with `[language/lang-code]` - [x] Pull request touches only one file (or a set of logically related files with similar changes made) - [x] Content changes are aimed at *intermediate to experienced programmers* (this is a poor format for explaining fundamental programming concepts) - [x] If you've changed any part of the YAML Frontmatter, make sure it is formatted according to [CONTRIBUTING.md](https://github.com/adambard/learnxinyminutes-docs/blob/master/CONTRIBUTING.markdown) - [x] Yes, I have double-checked quotes and field names! Output: My dog's name isfido, and his other favorite thing is a: teddy New output: My dog's name is fido, and his other favorite thing is a: teddy
* Merge pull request #2752 from rlgreen91/fix_js_en_typoAdam Bard2017-06-09-1/+1
|\ | | | | [Javascript/en]Corrects typo in prototype section.
| * Corrects typo in prototype section.rlgreen912017-06-08-1/+1
| |
* | Merge pull request #2755 from tomkel/masterAdam Bard2017-06-09-1/+1
|\ \ | | | | | | [scala/en] fix anologus typo
| * | [scala/en] fix anologus typoTommy Kelly2017-06-09-1/+1
|/ /
* | [shutit/en] shutit added (#2754)Ian Miell2017-06-09-5/+7
| |
* | Update shutit.htmlAdam Bard2017-06-08-5/+5
|/ | | shell->bash (for my poor server's health)
* [sml/zh-cn] Chinese Translation for Standard ML (#2750)zhengbuqian2017-06-08-0/+438
| | | | | | * translate sml to chinese to line 105 * finish translation of sml into chinese
* [en/java] Modify the Animal abstract class (#2751)Kidhanis De Jesus2017-06-08-3/+3
| | | | | | | | | | * Fix word order in class documentation * Change access level modifier of age variable The comment inside eat() mentions that the variable is private. Furthermore, there would be no error if the variable were used inside Dog given the current access level.
* [html/vi-vn] Add HTML tutorial in Vietnamese (#2749)Xuan (Sean) Luong2017-06-07-0/+123
| | | | | | * [html/vi-vn] Add HTML tutorial in Vietnamese * Address vendethiel's comments
* [python3/vi-vn] Add Python 3 tutorial in Vietnamese (#2747)Xuan (Sean) Luong2017-06-06-0/+913
| | | | | | * Add Python 3 tutorial in Vietnamese * Create a separate translators section
* fixed node notation (#2745)Alper Yilmaz2017-06-06-4/+4
| | | nodes should be indicated with regular parenthesis `()`, some lines contained nodes within square brackets `[]`
* [shutit/en] shutit added (#2746)Ian Miell2017-06-05-0/+316
| | | | | | * [shutit/en] shutit added * [shutit/en] pause point corrected
* fix broken URL for vim (#2744)Yan Zhang2017-06-01-7/+7
|
* [Java/en]Fix small typo in Java English tutorial (#2743)Yerkebulan Tulibergenov2017-05-31-1/+1
|
* [groovy/ca-es] Catalan translation of Groovy (#2742)Xavier Sala2017-05-30-0/+437
| | | | | | | | | | | | | | | | | | * Afegit Go en català * Go in catalan * added Kotlin * kotlin in catalan 80 chars * Added -ca to the kotlin filename * Translated Groovy to catalan * Missed -ca * Copy & paste problems in the header :-P
* [go/ca-es] catalan translation of Go (#2741)Xavier Sala2017-05-28-0/+853
| | | | | | | | | | | | * Afegit Go en català * Go in catalan * added Kotlin * kotlin in catalan 80 chars * Added -ca to the kotlin filename
* [c/en-en] Make reference link in footer/summary link to Stack Overflow ↵Aaroh Mankad2017-05-26-1/+1
| | | | | | | | article (#2739) * Make reference link in footer/summary link to Stack Overflow article * remove name from list of contributors
* Update typescript.html.markdown (#2738)bezigon2017-05-25-28/+37
| | | https://github.com/adambard/learnxinyminutes-docs/issues/2737
* fix #1155ven2017-05-25-4/+29
|