Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [CSharp/en]Added ref and out parameters | Laoujin | 2015-01-31 | -0/+13 |
| | ||||
* | [CSharp/en]added casting to converting | Laoujin | 2015-01-31 | -1/+6 |
| | ||||
* | [CSharp/en]break and continue in loops | Laoujin | 2015-01-31 | -2/+9 |
| | ||||
* | [CSharp/en]Constants are TitleCase, not SCREAMING_CAPS in C# (as done ↵ | Laoujin | 2015-01-31 | -1/+1 |
| | | | | everywhere in the .NET framework, encouraged by the MS .NET framework guidelines and StackOverflow: http://stackoverflow.com/a/242549/540352) | |||
* | [CSharp/en]Fixed compilation and ef errors | Laoujin | 2015-01-31 | -3/+3 |
| | ||||
* | [CSharp/en]namespaces can have multiple levels with dots | Laoujin | 2015-01-31 | -1/+1 |
| | ||||
* | [CSharp/en]XML Comments can be used for external doc generation and for help ↵ | Laoujin | 2015-01-31 | -1/+3 |
| | | | | within the IDE | |||
* | Merge pull request #946 from devinmcginty/patch-1 | Geoff Liu | 2015-01-30 | -1/+1 |
|\ | | | | | Change explanation of unsigned types | |||
| * | Change explanation of unsigned types | Devin McGinty | 2015-01-30 | -1/+1 |
|/ | ||||
* | Merge pull request #944 from acganesh/patch-1 | Levi Bostian | 2015-01-29 | -0/+1 |
|\ | | | | | [r/en] Add definition of parakeet variable | |||
| * | Add definition of parakeet in r.html.markdown | acganesh | 2015-01-28 | -0/+1 |
|/ | | | Added a definition of the `parakeet` variable. It's currently never defined, but referenced. | |||
* | Merge pull request #943 from ikr0m/patch-1 | Geoff Liu | 2015-01-28 | -1/+1 |
|\ | | | | | Update scala.html.markdown | |||
| * | Update scala.html.markdown | Ikrom | 2015-01-29 | -1/+1 |
|/ | | | Removed typo (unnecessary double quote in patternFunc) | |||
* | Merge pull request #942 from geoffliu/master | ven | 2015-01-28 | -18/+18 |
|\ | | | | | [swift/pt-br] Remove an extra comma | |||
| * | Remove an extra comma | Geoff Liu | 2015-01-28 | -18/+18 |
| | | ||||
* | | Merge pull request #940 from TheDmitry/master | Geoff Liu | 2015-01-28 | -4/+4 |
|\ \ | |/ |/| | [swift/en,cn,ru]Updating the getting started guide weblink. | |||
| * | [swift/pt-br] Updating the getting started guide weblink | TheDmitry | 2015-01-28 | -1/+1 |
| | | ||||
| * | [swift/en,cn,ru]Updating the getting started guide weblink. | TheDmitry | 2015-01-28 | -3/+3 |
|/ | ||||
* | Merge pull request #934 from searoso/patch-1 | Adam Bard | 2015-01-25 | -0/+7 |
|\ | | | | | Update r.html.markdown | |||
| * | Update r.html.markdown | searoso | 2015-01-25 | -1/+1 |
| | | ||||
| * | Update r.html.markdown | searoso | 2015-01-20 | -0/+7 |
| | | | | | | Added logical operators that were missing. | |||
* | | fix #937 | ven | 2015-01-25 | -3/+2 |
| | | ||||
* | | Merge pull request #932 from TheDmitry/master | Andre Polykanine A.K.A. Menelion Elensúlë | 2015-01-25 | -0/+537 |
|\ \ | | | | | | | [swift/ru] Translating Swift guide into Russian | |||
| * | | [swift/ru] Fixing Russian translation for Swift | TheDmitry | 2015-01-25 | -26/+28 |
| | | | ||||
| * | | Merge remote-tracking branch 'upstream/master' | TheDmitry | 2015-01-25 | -52/+111 |
| |\ \ | |/ / |/| | | ||||
* | | | Merge pull request #928 from Oire/fix-python-ru | ven | 2015-01-24 | -52/+111 |
|\ \ \ | | | | | | | | | [python/ru] Fixing Russian translation for Python | |||
| * | | | [Python/ru] Fixing Russian translation for both Python tutorials | Andre Polykanine A.K.A. Menelion Elensúlë | 2015-01-24 | -52/+111 |
|/ / / | ||||
| * | | Merge remote-tracking branch 'upstream/master' | TheDmitry | 2015-01-22 | -8/+173 |
| |\ \ | |/ / |/| | | ||||
* | | | Merge pull request #936 from hirohope/master | ven | 2015-01-21 | -0/+159 |
|\ \ \ | | | | | | | | | [haml/es] Translating Haml guide into Spanish | |||
| * | | | haml-es | hirohope | 2015-01-20 | -0/+159 |
|/ / / | ||||
* | | | Merge pull request #935 from keito/master | Adam Bard | 2015-01-20 | -1/+4 |
|\ \ \ | |_|/ |/| | | Explain Optional Chaining | |||
| * | | Explain Optional Chaining | Keito Uchiyama | 2015-01-20 | -1/+4 |
|/ / | | | | | | | | | | | Without going into too much detail, mention optional chaining so it's not confusing that there is a question mark suffix (it's not currently mentioned anywhere on the page). | |||
* | | Merge pull request #933 from mdln/master | Adam Bard | 2015-01-20 | -1/+1 |
|\ \ | | | | | | | Update contributors | |||
| * | | Update contributors | Johnathan Maudlin | 2015-01-19 | -1/+1 |
| | | | ||||
* | | | Merge pull request #931 from geoffliu/master | Levi Bostian | 2015-01-19 | -6/+9 |
|\ \ \ | | | | | | | | | [Java/zh-cn] Fix explanation for ++ and -- operators. | |||
| * \ \ | Merge remote-tracking branch 'upstream/master' | Geoff Liu | 2015-01-18 | -70/+4440 |
| |\ \ \ | |/ / / |/| | | | ||||
| * | | | Merge branch 'master' of github.com:geoffliu/learnxinyminutes-docs | Geoff Liu | 2015-01-18 | -251/+2080 |
| |\ \ \ | ||||
| * | | | | [Java/cn] Fix inc/dec operator explanation | Geoff Liu | 2015-01-18 | -6/+9 |
| | | | | | ||||
| | | | * | Finish the translation of the text. | TheDmitry | 2015-01-21 | -1/+1 |
| | | | | | ||||
| | | | * | Update filename in the doc header. | TheDmitry | 2015-01-19 | -1/+1 |
| | | | | | ||||
| | | | * | [swift/ru] Translating Swift guide into Russian | TheDmitry | 2015-01-19 | -0/+535 |
| |_|_|/ |/| | | | ||||
* | | | | Merge pull request #930 from yelite/patch-1 | Geoff Liu | 2015-01-18 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Update swift.html.markdown | |||
| * | | | | Update swift.html.markdown | yelite | 2015-01-18 | -1/+1 |
|/ / / / | ||||
* | | | | Merge pull request #927 from suuuzi/patch-1 | Geoff Liu | 2015-01-17 | -3/+2 |
|\ \ \ \ | | | | | | | | | | | removing a piece in english in pt-br translation | |||
| * | | | | removing a piece in english in pt-br translation | Suzane Sant Ana | 2015-01-17 | -3/+2 |
|/ / / / | ||||
* | | | | Merge pull request #923 from TheDmitry/master | Andre Polykanine A.K.A. Menelion Elensúlë | 2015-01-15 | -0/+83 |
|\ \ \ \ | | | | | | | | | | | [brainfuck/ru] Translating Brainfuck guide into Russian | |||
| * | | | | Fix small mistackes. | TheDmitry | 2015-01-13 | -15/+15 |
| | | | | | ||||
| * | | | | [brainfuck/ru] Translating Brainfuck guide into Russian | TheDmitry | 2015-01-13 | -0/+83 |
| | |_|/ | |/| | | ||||
* | | | | Merge pull request #924 from miguelarauj1o/c++-ptbr | Adam Bard | 2015-01-15 | -0/+591 |
|\ \ \ \ | | | | | | | | | | | [C++/en] translated to [C++/pt-br] | |||
| * | | | | [C++/en] translated to [C++/pt-br] | Miguel Araújo | 2015-01-13 | -0/+591 |
| |/ / / |