summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* only capitalize first character of the variableAlwayswithme2015-06-02-16/+16
|
* minor revisionAlwayswithme2015-06-02-2/+2
|
* update bash-cnAlwayswithme2015-05-20-8/+139
|
* Merge pull request #1099 from gnrfan/masterAdam Bard2015-05-16-8/+15
|\ | | | | Updating rust.html.markdown for Rust 1.0
| * Updating rust.html.markdown for Rust 1.0Antonio Ognio2015-05-15-8/+15
|/
* Merge pull request #1098 from tleb/fix-php/enven2015-05-15-1/+1
|\ | | | | [php/en] Add missing ;
| * add ; to php/entleb2015-05-14-1/+1
|/
* Merge pull request #1097 from aloisdg/masterAdam Bard2015-05-13-1/+1
|\ | | | | Update clojure.html.markdown
| * Update clojure.html.markdownAlois2015-05-13-1/+1
| |
* | Merge pull request #1096 from dwarring/patch-1ven2015-05-13-2/+1
|\ \ | | | | | | [Perl 6] tweak. Parrot desupported on Rakudo.
| * | Parrot is no longer supported.David Warring2015-05-13-2/+1
|/ / | | | | Also mention MoarVM before JVM.
* | Fix issue with referring to "output.txt" but examples use "output.out"Levi Bostian2015-05-11-2/+2
| | | | | | Fixes https://github.com/adambard/learnxinyminutes-docs/issues/1095
* | Merge pull request #1090 from sinkswim/masterGeoff Liu2015-05-09-0/+720
|\ \ | | | | | | [C++/it] italian translation of C++
| * | fixed C++/it typosrobertmargelli2015-05-09-6/+6
| | |
| * | C++ italian is up to daterobertmargelli2015-05-09-1/+124
| | |
| * | added and finished C++-itrobertmargelli2015-05-06-185/+185
| | |
| * | Merge branch 'master' of github.com:sinkswim/learnxinyminutes-docsrobertmargelli2015-05-05-1/+1
| |\ \
| * | | new C++ it versionrobertmargelli2015-05-05-0/+597
| | | |
* | | | Fix #1094ven2015-05-09-1/+1
| | | |
* | | | Merge pull request #1070 from deryni/avoid-ALL_CAPS-variablesLevi Bostian2015-05-08-29/+29
|\ \ \ \ | | | | | | | | | | [bash/en] Don't use ALL_CAPS variable names.
| * | | | Don't use ALL_CAPS variable names.Etan Reisner2015-05-07-29/+29
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | ALL_CAPS variable names are traditionally "reserved" for use by the shell/system. (People often try to use PATH for things locally and then wonder why their commands all stop working for example.
* | | | Merge pull request #1089 from geoffliu/masterGeoff Liu2015-05-06-0/+126
|\ \ \ \ | |_|_|/ |/| | | [C++/en] Templates and gotchas
| * | | comment changesGeoff Liu2015-05-06-3/+3
| | | |
| * | | Response to commentsGeoff Liu2015-05-05-8/+31
| | | |
| * | | Minor fixGeoff Liu2015-05-04-3/+4
| | | |
| * | | Templates and suchGeoff Liu2015-05-04-0/+102
|/ / /
* | | Merge pull request #1087 from aloisdg/patch-1ven2015-05-03-1/+1
|\ \ \ | | | | | | | | Fix Markdown
| * | | Fix MarkdownAlois2015-05-03-1/+1
| | | |
* | | | Merge pull request #1085 from aloisdg/typescript-frven2015-05-03-0/+174
|\ \ \ \ | | | | | | | | | | [typescript/fr] Adding french to TypeScript guide
| * | | | Update typescript-fr.html.markdownAlois2015-05-03-11/+12
| | | | | | | | | | | | | | | Add modifications from @vendethiel's comments. See #1075
| * | | | Update typescript-fr.html.markdownAlois2015-04-30-17/+22
| | | | | | | | | | | | | | | Adjust to 80 columns
| * | | | Update typescript-fr.html.markdownAlois2015-04-30-4/+4
| | | | | | | | | | | | | | | Fix translation
| * | | | Update typescript-fr.html.markdownAlois2015-04-30-31/+28
| | | | | | | | | | | | | | | Add classe block
| * | | | Update typescript-fr.html.markdownAlois2015-04-30-10/+10
| | | | | | | | | | | | | | | Translate functions block
| * | | | Create typescript-fr.html.markdownAlois2015-04-30-0/+171
| | | | | | | | | | | | | | | Translate the reading block, the introduction part and the type part.
* | | | | Merge pull request #1086 from aloisdg/json-frven2015-05-03-0/+62
|\ \ \ \ \ | |_|/ / / |/| | | | [json/fr] Adding french to JSON guide
| * | | | Fix HeaderAlois2015-05-03-2/+2
| | | | |
| * | | | Fix MarkdownAlois2015-05-03-1/+1
| | | | |
| * | | | Update json-fr.html.markdownAlois2015-05-03-2/+2
| | | | | | | | | | | | | | | Thank you @vendethiel for your comments
| * | | | Create json-fr.html.markdownAlois2015-05-03-0/+62
| |/ / /
* | | | Merge pull request #1084 from garrison/julia03Geoff Liu2015-05-03-4/+4
|\ \ \ \ | | | | | | | | | | [julia/en] Update for Julia 0.3 and fix a few typos
| * | | | [julia/en] Update for Julia 0.3 and fix a few typosJim Garrison2015-05-02-4/+4
|/ / / /
* | | | Merge pull request #1080 from kryzhovnik/bash/clear-variable-default-valueLevi Bostian2015-05-02-1/+2
|\ \ \ \ | | | | | | | | | | Clear explanation of default value expression
| * | | | Clear explanation of default value expressionAndrey Samsonov2015-05-02-1/+2
| | | | |
* | | | | Merge pull request #1079 from kryzhovnik/bash/string-substitutionLevi Bostian2015-05-02-1/+2
|\ \ \ \ \ | | | | | | | | | | | | Clear that length and position can be set by a variable in substring extraction
| * | | | | Clear that length and position can be set by variable in substring extractionAndrey Samsonov2015-05-02-1/+2
| |/ / / /
* | | | | Merge pull request #1077 from geoffliu/masterLevi Bostian2015-05-02-21/+21
|\ \ \ \ \ | | | | | | | | | | | | [Python3/en] Python3 doc cleanup
| * | | | | Python3 doc cleanupGeoff Liu2015-04-30-21/+21
| | | | | |
* | | | | | Merge pull request #1083 from sinkswim/masterGeoff Liu2015-05-02-0/+275
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | | [Bash/it] Italian translation of bash guide
| * | | | Update bash-it.html.markdownsinkswim2015-05-02-1/+1
| | |_|/ | |/| |