summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Merge branch 'master' of github.com:adambard/learnxinyminutes-docsAdam2016-10-21-942/+11145
|\
| * [latex/en] minor typo fixes (#2481)Ramanan Balakrishnan2016-10-21-5/+8
| |
| * Added line "lang: es-es" (#2483)Hughes Perreault2016-10-21-0/+1
| | | | | | Fixes #2482
| * Added example of C# inline properties (#1464)Chris2016-10-21-0/+4
| | | | | | | | This was a really cool & useful trick/feature that I found while learning C#.
| * [ruby/de] typo, formatting and translation fixes (#1792)Dennis Keller2016-10-21-17/+16
| | | | | | | | | | | | | | | | | | | | * [ruby-ecosystem/de] typo fixes * move name to translators section * remove trailing whitespace * revamp sentence
| * Update edn-es.html.markdownven2016-10-21-1/+1
| |
| * translate edn to spanish (#2467)Gino Amaury2016-10-21-0/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Añadido html en español * traduccion html a español sin revision * Traduccion html al español corregido * Correccion de la configuraciond el header * Correccion de links * creacion del archivo en la carpeta de traduccion * traduccion busqueda binaria español * traduccion programación dináica al español * creacion del archivo en español de edn * traduccion edn al español * Move Spanish SASS tutorial to the ES folder (#2468) * [c/pt_br]Fix correct name #define (#2469)
| * [go/de] fixing typos (#2480)DennisPS2016-10-21-2/+2
| |
| * [clojure-macros/pt_br] Fixing references links positioning (#2476)David Lima2016-10-21-0/+2
| | | | | | | | Links were positioned inside a code block, preventing markdown to parse links to HTML version
| * Add python3 class notes (#2479)Harry Moreno2016-10-20-0/+5
| | | | | | | | | | * explain that you can place the human and bat classes into seperate files * explain how to import specific functions from other files
| * also fix #2463ven2016-10-20-1/+1
| |
| * fix #2463ven2016-10-20-1/+1
| |
| * Perl 6: Make information about Hash tables correct. Rewrite the example for ↵samcv2016-10-20-111/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dynamically scoped variables.. (#2475) * Explain that you cannot pass immutable values like integers to subs even if you use $n is rw. * Add myself as a contributor * Remove contributor since I am not a major contributor * Add many more smartmatch examples. Make the ternary operatory clearer and add a code example for it. Make the section for && and || have a working code example and show the output it gives * Fix assigning $a $b and $c values in the && operator section * Rename a few things so they don't conflict with variables in other parts of the code * Remove extra dashes * Move description of smartmatch type checks toward the end of that section * Better names for scoping examples * Redo the example for dynamically scoped variables so the example is better and functions properly when ran (old example did not work properly when running it by itself) * Rename these classes so they aren't named the same as the ones above * Add information about the different twigils in Perl 6. This makes understanding what $. $! and $* are and how they relate. Also complete the renaming in the previous commit * Fix capitalization and indenting here * Using the word interpolate to mean accessing an element of an array is not the proper terminology. Using the word interpolate is usually associated with things such as this: say "@names = { @names.perl }" * Make the wording a little clearer for arrays * Remove incorrect information about hashes. Hashes are not arrays of pairs although Perl 6 makes it easy to use them as such * Make the subroutine text read better * Clean up the Object Model introduction section * Fix the section on interpolating all elements of an array * Use the word attribute instead of field since this is the wording that the perl 6 documentation uses for these objects * Fix column width in a few places * More clearly mark which twigils are used for "normal" variables and which ones are used on "objects". This makes the flow from the # Scoping => # Twigil => # Object Model section smoother * Semi-rewrite the example for object inheritance and use more natural names. Also rename class A to class Attrib-Class * Clean up the scoping introduction a little * Remove a leftover line from rewriting the inheritance example * More gradually introduce exceptions and fix a typo, as well as adding a few examples * Reorder introduction of packages to be more natural. Show how to "use" a package before we show how to create and declare our own modules * Avoid using the word 'use' because we're not refering to the perl keyword 'use'
| * [python3] updated docs on division for python3 (#2473)Srinivas Gorur-Shandilya2016-10-20-3/+7
| | | | | | | | | | | | | | | | | | | | * updated docs on division for python3 prev. docs were confusing, did not show how to actually divide. * modified language about python division * fixed grammar
| * Delete LearnGit-sk.txtven2016-10-18-208/+0
| |
| * Perl6: Add many more smartmatch examples. Make the ternary operator clearer ↵samcv2016-10-18-22/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#2472) * Explain that you cannot pass immutable values like integers to subs even if you use $n is rw. * Add myself as a contributor * Remove contributor since I am not a major contributor * Add many more smartmatch examples. Make the ternary operatory clearer and add a code example for it. Make the section for && and || have a working code example and show the output it gives * Fix assigning $a $b and $c values in the && operator section * Rename a few things so they don't conflict with variables in other parts of the code * Remove extra dashes * Move description of smartmatch type checks toward the end of that section
| * [vim/pt_br] Translate vim to portuguese (#2474)David Lima2016-10-18-0/+239
| | | | | | | | | | | | | | | | * [vim/pt_br] Translate vim to portuguese * [vim/pt_br] Updating references Plus translating titles and adding (EN) tag on english links
| * Perl6: Explain that Integers Can't be Passed and Modified in Sub's Even If ↵samcv2016-10-18-0/+9
| | | | | | | | | | | | | | | | | | | | Using `is rw´ (#2471) * Explain that you cannot pass immutable values like integers to subs even if you use $n is rw. * Add myself as a contributor * Remove contributor since I am not a major contributor
| * Fixes and improvements to the Logtalk tutorial (#2470)Paulo Moura2016-10-18-27/+50
| |
| * [c/pt_br]Fix correct name #define (#2469)Diogo Leal2016-10-17-1/+1
| |
| * Move Spanish SASS tutorial to the ES folder (#2468)gkampjes2016-10-17-0/+0
| |
| * [html/de] Translate html to german (#2440)Dennis Keller2016-10-15-0/+120
| | | | | | | | | | | | * Translate html to german * Add EN label to resources in English
| * useless "lang: en" (#2462)Hughes Perreault2016-10-15-1/+0
| | | | | | trying to fix #2417
| * [json/uk-ua] translation improvement (#2461)Serg2016-10-15-9/+15
| |
| * [sass/es-es] Add Spanish version for the Sass tutorial (#2457)César Suárez Ortega2016-10-15-0/+584
| | | | | | | | | | | | | | | | * Add Spanish version for the Sass tutorial * Add EN label to resources in English * Add better translation
| * Fix typos and improve styles (#2460)César Suárez Ortega2016-10-15-29/+30
| |
| * [sass/en] Fix typos in Sass tutorial (#2458)César Suárez Ortega2016-10-15-6/+4
| | | | | | | | | | | | * Fix typos in Sass tutorial * Restore contributors meta info
| * Update syntax (#2455)Fabien Sa2016-10-15-18/+19
| |
| * Update d-de.html.markdown (#2454)SmuSmu2016-10-14-1/+3
| |
| * fix tag language pt_br for amd (#2452)Diogo Leal2016-10-14-1/+1
| |
| * Removed excessive dollar signs (#2447)Remigiusz Suwalski2016-10-13-2/+2
| | | | | | There is no $ when one referencec the name of a variable as Bash is not PHP.
| * Several changes on Kontlin. (#2335)Jakukyo Friel2016-10-12-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * kotlin: remove unnecessary semicolons. Also replace code block language `java` with `kotlin`. * kotlin: change coding style (Kotlin Reference) * kotlin: anonymous function -> lambda expression Anonymous functions and lambda expressions are different in Kotlin. The code example uses `anonymous function` in the comment, while the code below is in fact lambda expressions. * Remove myself from contributors. Not for trivial changes. * kotlin: fix a typo. Thanks @geoffliu to point out this. * kotlin: change style of default parameter according to Referenec.
| * [dynamic-programming/pt-br] Translation to portuguese (#2442)Claudson Martins2016-10-11-0/+76
| | | | | | | | | | | | * Dynamic programming translation to PT-BR * Added EN tag to resources subtitle
| * Translate - Dynamic Programming to spanish (#2428)Gino Amaury2016-10-11-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Añadido html en español * traduccion html a español sin revision * Traduccion html al español corregido * Correccion de la configuraciond el header * Correccion de links * creacion del archivo en la carpeta de traduccion * traduccion busqueda binaria español * traduccion programación dináica al español
| * Csharp parallel (#2443)chriszimmerman2016-10-11-18/+12
| | | | | | | | * [csharp/en] - Attempts to address issue #1064 by using a different parallel example.
| * Added try-with-resources to Java docs (#2438)Robert Rose2016-10-10-22/+48
| | | | | | | | | | | | | | | | - Added documentation and sample code pertaining to try-with-resources to the Java documentation. - Converted all Oracle and GitHub http links to https. - Added my name to the contributors list since this is my second time contributing. - Special shoutout to @enkidevs for teaching me about try-with-resources.
| * Translate asciidoc to german (#2439)Dennis Keller2016-10-10-0/+125
| |
| * [elixir/en] Adds elixir documentation on the pipe operator. (#2434)chriszimmerman2016-10-09-0/+8
| |
| * [swift/ru] Updated code to Swift v.3, added some new sections from english ↵Alexey Nazaroff2016-10-08-62/+172
| | | | | | | | version (#2429)
| * line "lang: ru-ru" was missing (#2433)Hughes Perreault2016-10-08-0/+1
| | | | | | This commit fixes #2416
| * Updated code according Swift v.3 (#2427)Alexey Nazaroff2016-10-08-32/+36
| | | | | | | | | | | | * Updated code according Swift v.3 * [swift] Removed "where" in conditional statements
| * [binary search/pt-br] Binary Search translation to pt-br (#2424)Claudson Martins2016-10-07-0/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Binary Search translation to pt-br * Dynamic Programming translation to pt-br * DP translation reverted * Binary Search translation to pt-br * Dynamic Programming translation to pt-br * DP translation reverted * Update binary-search-pt.html.markdown
| * Translate binary search to spanish (#2425)Gino Amaury2016-10-07-0/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Añadido html en español * traduccion html a español sin revision * Traduccion html al español corregido * Correccion de la configuraciond el header * Correccion de links * creacion del archivo en la carpeta de traduccion * traduccion busqueda binaria español
| * [php-composer/es] Translated php-composer to spanish (#2423)Ivan Alberto2016-10-06-0/+176
| | | | | | | | | | | | * Initial translation * Fixed accent marks
| * [jQuery/es] Translated jQuery to spanish (#2422)Ivan Alberto2016-10-06-0/+141
| | | | | | | | | | | | * Initial translation * Added missing end mark
| * [vim/es] Translated Vim to spanish (#2420)Ivan Alberto2016-10-06-0/+242
| | | | | | | | | | | | | | | | * Initial version of translation * Traslated - Vim english to spanish * Fixed indentations
| * [kotlin/es] Translated Kotlin to spanish (#2397)Ivan Alberto2016-10-05-0/+361
| | | | | | | | | | | | | | | | * Initial translation * Fixing typos and orthography * Added (EN) tags and missing accent marks
| * [Kotlin/en] Add more destructuring examples (#2419)Sergey Mashkov2016-10-05-0/+11
| |
| * [Kotlin/en] Add when smartcast example (#2418)Sergey Mashkov2016-10-05-0/+8
| |
| * [Kotlin/en] correct object clarification (#2413)Sergey Mashkov2016-10-05-1/+6
| | | | | | | | | | | | * Kotlin: correct object clarification * Kotlin: correct object clarification