Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update typescript.html.markdown | Monis Qadri | 2019-07-31 | -2/+2 |
| | | | The input list is of int[] [@line236](https://github.com/adambard/learnxinyminutes-docs/blame/master/typescript.html.markdown#L236]) but the output of its shown is in string [@line238](https://github.com/adambard/learnxinyminutes-docs/blame/master/typescript.html.markdown#L238]). same thing happens at [@line244](https://github.com/adambard/learnxinyminutes-docs/blame/master/typescript.html.markdown#L244]) | |||
* | Merge pull request #3542 from inkydragon/ruby2.5.5 | Adam Bard | 2019-07-16 | -55/+105 |
|\ | | | | | [ruby/zh-cn] sync with english version | |||
| * | [ruby/zh-cn] sync with english version | woclass | 2019-06-01 | -55/+105 |
| | | | | | | | | - sync code, result andcontributors | |||
| * | Merge pull request #1 from adambard/master | woclass | 2018-12-03 | -1933/+18399 |
| |\ | | | | | | | Update from Upstream | |||
* | \ | Merge pull request #3568 from dannaf/patch-1 | Adam Bard | 2019-07-16 | -1/+1 |
|\ \ \ | | | | | | | | | [ansible/en]Fix typo | |||
| * | | | Fix typo | Daniel Naftalovich | 2019-07-15 | -1/+1 |
| | | | | ||||
* | | | | Merge pull request #3564 from PicoSushi/add-output-for-python3-fstring | Adam Bard | 2019-07-16 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | [python3/en]Add output for python3 f-string. | |||
| * | | | | Add output for python3 f-string. | Ryota Kayanuma | 2019-07-15 | -1/+1 |
| |/ / / | ||||
* | | | | Merge pull request #3574 from Jedt3D/pascal | Adam Bard | 2019-07-16 | -0/+236 |
|\ \ \ \ | |/ / / |/| | | | [pascal/th] Translate Pascal to Thai language | |||
| * | | | try to fix the yaml header again | Worajedt Sitthidumrong | 2019-07-17 | -4/+5 |
| | | | | ||||
| * | | | Fix the . (dot) at the first line | Worajedt Sitthidumrong | 2019-07-17 | -6/+5 |
| | | | | ||||
| * | | | add contributors & translators back | Worajedt Sitthidumrong | 2019-07-17 | -1/+6 |
| | | | | ||||
| * | | | remove contributors & translators temporarily | Worajedt Sitthidumrong | 2019-07-17 | -5/+0 |
| | | | | ||||
| * | | | fixed the strange char problem (passed local building) | Worajedt Sitthidumrong | 2019-07-17 | -23/+32 |
| | | | | ||||
| * | | | try to fix build problem | Worajedt Sitthidumrong | 2019-07-16 | -2/+2 |
| | | | | ||||
| * | | | fix tab characters | Worajedt Sitthidumrong | 2019-07-16 | -5/+5 |
| | | | | ||||
| * | | | translate Pascal to Thai language | Worajedt Sitthidumrong | 2019-07-16 | -0/+227 |
| | | | | ||||
* | | | | Merge pull request #3551 from aiescola/patch-1 | Divay Prakash | 2019-06-29 | -14/+54 |
|\ \ \ \ | | | | | | | | | | | [kotlin/es-es] Add some additional information and improved examples | |||
| * | | | | Update kotlin-es.html.markdown | Aitor Escolar | 2019-06-21 | -0/+1 |
| | | | | | ||||
| * | | | | update kotlin-es with some additional information and improved example | Aitor Escolar | 2019-06-20 | -14/+53 |
| | | | | | ||||
* | | | | | [typescript/en] Add doc for for-of and for-in loops in Typescri… (#3548) | Divay Prakash | 2019-06-29 | -0/+24 |
|\ \ \ \ \ | | | | | | | | | | | | | [typescript/en] Add doc for for-of and for-in loops in Typescript | |||
| * | | | | | PR changes: use const instead of let | ashraf-patel | 2019-06-18 | -3/+3 |
| | | | | | | ||||
| * | | | | | Add one more example | ashraf-patel | 2019-06-17 | -0/+5 |
| | | | | | | ||||
| * | | | | | Iterators and Generators | ashraf-patel | 2019-06-17 | -0/+19 |
| |/ / / / | ||||
* | | | | | Merge pull request #3550 from esthor/patch-1 | Divay Prakash | 2019-06-29 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | [prolog] - typo fix in prolog.html.markdown | |||
| * | | | | | typo fix in prolog.html.markdown | Erik Thorelli | 2019-06-19 | -1/+1 |
| |/ / / / | ||||
* | | | | | [rst/en] Updating rules for list / sublist creation (#3517) | Divay Prakash | 2019-06-29 | -4/+12 |
|\ \ \ \ \ | |/ / / / |/| | | | | [rst/en] Updating rules for list / sublist creation | |||
| * | | | | Update rst.html.markdown | Andrew DiMola | 2019-04-15 | -1/+3 |
| | | | | | | | | | | | | | | | Separated sentences for readability / line length. | |||
| * | | | | Update rst.html.markdown | Andrew DiMola | 2019-04-15 | -4/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revising the section on creating lists with RST, as the syntax for list/sublist creation is not 1-1 with Markdown. The current example is actually incorrect—any/all sublists must be separated from their parent list by blank lines (above and below). These sublists must also be properly indented in relation to the text of the above parent list. References: [1]: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#bullet-lists [2]: http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html | |||
* | | | | | Merge pull request #3539 from chanlawrencet/master | Adam Bard | 2019-06-05 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | [c++/de] added language, resolves #3537 | |||
| * | | | | | added language, resolves #3537 | lchan05 | 2019-05-28 | -0/+1 |
| | | | | | | ||||
* | | | | | | Merge pull request #3541 from danielemegna/rustit-fix-struct-name | Andre Polykanine | 2019-06-05 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [rust/it] fix struct name according below usage | |||
| * | | | | | | [rust-it] fix struct name according below usage | Daniele Megna | 2019-05-31 | -1/+1 |
| | | | | | | | ||||
* | | | | | | | Merge pull request #3543 from rphl-snts/fix-some-typos | Andre Polykanine | 2019-06-05 | -1/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | [clojure/pt-br] fix some typos | |||
| * | | | | | | fix some typos | Raphael | 2019-06-01 | -1/+1 |
|/ / / / / / | ||||
* | | | | | | Merge pull request #3540 from danielemegna/rustit-fixtypo | Andre Polykanine | 2019-05-31 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | [rust/it] Fix typo | |||
| * | | | | | Fix typo in rust-it | Daniele Megna | 2019-05-29 | -1/+1 |
|/ / / / / | ||||
* | | | | | Merge pull request #3538 from apeyroux/master | Divay Prakash | 2019-05-25 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | [fr-fr/erlang] fix syntax | |||
| * | | | | | fix syntax | Alexandre Peyroux | 2019-05-24 | -2/+2 |
| | | | | | | ||||
* | | | | | | Merge pull request #3536 from dubiouscript/patch-1 | Divay Prakash | 2019-05-25 | -0/+2 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | [awk/en] add some related links | |||
| * | | | | | add link to dubiousjim/awkenough Awk utility routines | dubiouscript | 2019-04-23 | -0/+1 |
| | | | | | | ||||
| * | | | | | add awk "gotchas" alpine wiki link | dubiouscript | 2019-04-23 | -0/+1 |
| |/ / / / | ||||
* | | | | | [C++/de] added. (#3527) | LamdaLamdaLamda | 2019-05-20 | -0/+1160 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added [C++/de] * [C++/de] filename fixed. * [C++/de] language code in filename added * [C++/de] file duplicate removed | |||
* | | | | | Merge pull request #3533 from Ravenons/patch-1 | Divay Prakash | 2019-05-16 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | [Cypher/en] Escaping underscores (unwanted italic) | |||
| * | | | | | Escaping underscores (unwanted italic) | Carlos Ledesma | 2019-05-15 | -1/+1 |
|/ / / / / | ||||
* | | | | | [haxe/en] Fix grammatical errors, closes #3513 (#3530) | Divay Prakash | 2019-05-11 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | [haxe/en] Fix grammatical errors, closes #3513 | |||
| * | | | | | Fix grammatical errors | Divay Prakash | 2019-05-11 | -2/+2 |
|/ / / / / | ||||
* | | | | | Merge pull request #3528 from shinohara-rin/patch-1 | Divay Prakash | 2019-05-11 | -4/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | [make/zh] Update make-cn.html.markdown | |||
| * | | | | | Update make-cn.html.markdown | ent_explode | 2019-05-06 | -4/+4 |
| | | | | | | | | | | | | | | | | | | fix typo and gramma mistakes | |||
* | | | | | | Merge pull request #3522 from kpeluso/master | Divay Prakash | 2019-05-11 | -3/+8 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [vyper/en] Update vyper.html.markdown |