Commit Graph

7613 Commits

Author SHA1 Message Date
Divay Prakash
cb0b74e9c9
Merge pull request #3549 from arranzropablo/master
scala/es
2019-08-01 16:33:08 +05:30
Divay Prakash
f2b33642a9
Merge pull request #3547 from MichaelJGW/patch-1
[pug/en] Add Pug language tutorial
2019-08-01 16:28:05 +05:30
Monis Qadri
7fa8cc63c8
Update typescript.html.markdown
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])
2019-07-31 13:06:54 +05:30
Shankar
6ea4f43f35 [proto/en] Adding Protocol Buffer 3 2019-07-29 20:26:45 +05:30
Gabriel Gonzalez
2f4d291a5a
Fix buildUsers function
The key pair should be under the `.ssh` directory
2019-07-26 18:28:21 -07:00
Pariksheet Nanda
af92e7ff50
fix unclosed code block, command prompts, spelling 2019-07-26 16:29:23 -04:00
Seth Corker
5417ef74d6 Add Reason language 2019-07-20 16:25:38 +01:00
Adam Bard
4e38da9b3d
Merge pull request #3542 from inkydragon/ruby2.5.5
[ruby/zh-cn] sync with english version
2019-07-16 14:32:21 -07:00
Adam Bard
7d05363d80
Merge pull request #3568 from dannaf/patch-1
[ansible/en]Fix typo
2019-07-16 14:31:49 -07:00
Adam Bard
7232977e6d
Merge pull request #3564 from PicoSushi/add-output-for-python3-fstring
[python3/en]Add output for python3 f-string.
2019-07-16 14:31:25 -07:00
Adam Bard
fc684d9c50
Merge pull request #3574 from Jedt3D/pascal
[pascal/th] Translate Pascal to Thai language
2019-07-16 13:57:20 -07:00
Worajedt Sitthidumrong
b5c918ab6f
try to fix the yaml header again 2019-07-17 03:52:25 +07:00
Worajedt Sitthidumrong
cefe7bf0f2
Fix the . (dot) at the first line 2019-07-17 03:46:59 +07:00
Worajedt Sitthidumrong
735b636c93 add contributors & translators back 2019-07-17 03:36:48 +07:00
Worajedt Sitthidumrong
eee5c877e3 remove contributors & translators temporarily 2019-07-17 03:31:59 +07:00
Worajedt Sitthidumrong
31b387a44f fixed the strange char problem (passed local building) 2019-07-17 03:10:12 +07:00
Worajedt Sitthidumrong
0b9ce8caae try to fix build problem 2019-07-16 21:27:11 +07:00
Worajedt Sitthidumrong
e43d23e3b2
Merge pull request #1 from Jedt3D/pascal
[pascal/th] Translate Pascal to Thai language
2019-07-16 21:13:22 +07:00
Worajedt Sitthidumrong
f2fec78b95 fix tab characters 2019-07-16 21:10:49 +07:00
Worajedt Sitthidumrong
e065719b4c translate Pascal to Thai language 2019-07-16 19:58:47 +07:00
Dean Shaff
f62b48d928 added my WebAssembly tutorial 2019-07-16 11:51:18 +10:00
Daniel Naftalovich
78960535c6
Fix typo 2019-07-15 12:34:46 -07:00
Ryota Kayanuma
a9a01e4fff Add output for python3 f-string. 2019-07-15 17:26:57 +09:00
Peter Uithoven
f2b4df9a8e UTF-8/16/32 characters need to be encoded 2019-07-05 17:09:05 +02:00
b-xor-a
06216f24c9
Fixed behavior of postfix ++
The postfix ++ operator increments its argument but returns its old value.
2019-07-04 14:28:52 +03:00
Piotr Monwid-Olechnowicz
96b65fb40d
[typescript/en] Add tagged union types
They're super useful.

https://www.typescriptlang.org/docs/handbook/advanced-types.html#discriminated-unions
https://mariusschulz.com/blog/typescript-2-0-tagged-union-types
2019-07-03 23:15:10 +02:00
Mahmoud Hossam
5b6a6e2adb Update scala docs link for Map 2019-07-02 09:46:18 +02:00
rgxgr
65fe237129
Correct output
"Puce -> 3.5" was added to myHash before Keys[mhHash] and Values[myHash]
2019-07-02 10:13:37 +08:00
codesoap
696cbc66be c++: Add more explanation to the += overloading example 2019-06-30 12:40:47 +02:00
Divay Prakash
84cb0e8899
Merge pull request #3551 from aiescola/patch-1
[kotlin/es-es] Add some additional information and improved examples
2019-06-29 09:45:40 +05:30
Divay Prakash
0ca1986c50
[typescript/en] Add doc for for-of and for-in loops in Typescri… (#3548)
[typescript/en] Add doc for for-of and for-in loops in Typescript
2019-06-29 09:42:48 +05:30
Divay Prakash
3d53a2b110
Merge pull request #3550 from esthor/patch-1
[prolog] - typo fix in prolog.html.markdown
2019-06-29 09:41:33 +05:30
Divay Prakash
4856776f13
[rst/en] Updating rules for list / sublist creation (#3517)
[rst/en] Updating rules for list / sublist creation
2019-06-29 09:36:37 +05:30
Alexander Kovalchuk
814825ef47 Add description of linker script 2019-06-23 18:41:25 +03:00
Aitor Escolar
e9ad74e0a0
Update kotlin-es.html.markdown 2019-06-21 09:18:58 +02:00
Aitor Escolar
99394937d3
update kotlin-es with some additional information and improved example 2019-06-20 14:21:05 +02:00
Erik Thorelli
bee7c2b229
typo fix in prolog.html.markdown 2019-06-19 14:01:48 -04:00
Pablo
34820c9323 finished translation 2019-06-19 11:17:05 +02:00
ashraf-patel
ff3dd72359 PR changes: use const instead of let 2019-06-18 12:21:00 +05:30
ashraf-patel
1b67ecb30c Add one more example 2019-06-17 14:56:28 +05:30
ashraf-patel
145e76d3b3 Iterators and Generators 2019-06-17 14:52:58 +05:30
Michael Golden Warner
1b57d297ab
Pug language
Added support for the Pug language.
2019-06-13 13:10:53 -04:00
Gabriel Gonzalez
bd0d666e28 [dhall/en] Add "Learn Dhall in Y minutes" 2019-06-07 19:54:11 -07:00
Pablo
94c184f499 more translated 2019-06-07 16:07:39 +02:00
Pablo
a2c6510c23 more 2019-06-06 16:14:06 +02:00
Adam Bard
592901be9c
Merge pull request #3539 from chanlawrencet/master
[c++/de] added language, resolves #3537
2019-06-05 09:43:31 -07:00
Pablo
3b7b38ec34 more 2019-06-05 16:16:42 +02:00
Andre Polykanine
eaa5e0f1c2
Merge pull request #3541 from danielemegna/rustit-fix-struct-name
[rust/it] fix struct name according below usage
2019-06-05 01:24:09 +03:00
Andre Polykanine
b261398c9f
Merge pull request #3543 from rphl-snts/fix-some-typos
[clojure/pt-br] fix some typos
2019-06-05 01:16:17 +03:00
Pablo
8041ab30c1 more 2019-06-03 12:57:37 +02:00