Commit Graph

6365 Commits

Author SHA1 Message Date
Adam Bard
7f9c345ccf
Merge pull request #3005 from alexandru-cazacu/patch-1
[bf/it] Added italian translation for brainfuck
2018-02-20 00:06:11 -08:00
Adam Bard
c8eb5b82b9
Merge pull request #3052 from ingydotnet/yaml
[yaml/en] Use preferred style; add missing uses
2018-02-20 00:04:52 -08:00
Adam Bard
10f0121b01
Merge pull request #3051 from simsieg/patch-1
[typescript/en] Fix naming of constant
2018-02-20 00:03:50 -08:00
Adam Bard
064b5307f2
Merge pull request #3053 from nemild/update-to-latest-solidity
[solidity/en] Initial update to latest solidity
2018-02-19 23:58:47 -08:00
Adam Bard
6d41c35589
Merge pull request #3059 from saplf/master
[kotlin/zh-cn] More idiomatically
2018-02-19 23:57:33 -08:00
Adam Bard
53a38e1da0
Merge pull request #3062 from iezepov/patch-3
[go/en] Small typo
2018-02-19 23:56:41 -08:00
xuty
daa8e8e695 Translate 2018-02-17 21:03:51 +08:00
Ilya
c90ee7202e
[go/en] Small typo
Small typo in command line commad
2018-02-15 10:57:27 +07:00
saplf
05f090fba4 More idiomaticallywq 2018-02-06 13:44:31 +08:00
Rommel Martinez
213019c689 [python3/en]: fix typo 2018-02-03 18:08:24 +08:00
Rommel Martinez
60fcfe8662 [python/en]: fix typo 2018-02-03 17:28:21 +08:00
Nemil Dalal
23c11c9a73
Merge branch 'master' into update-to-latest-solidity 2018-01-26 19:12:00 -05:00
Ingy döt Net
7cd43d8ad4 [yaml/en] Use preferred style; add missing uses
* YAML allows literal tabs in content, but not indentation.
* Two space indent always preferred.
  * Note: YAML dumpers always use 2 space by default.
* '- ...' doesn't need extra indentation.
  * Note: YAML dumpers don't use extra indentation.
* There was no mention of single quoted strings. They are preferred
  and should be used except when double quote semantics are actually
  required. (Best practice).
* Add flow form example for sets: `{a, b, c}`
* Show collapsed form of seq-in-seq: `- - - foo`.
2018-01-25 13:51:15 -08:00
Simon Siegert
0d0b536b28
Fix naming of constant 2018-01-25 20:56:33 +01:00
Edward Tjörnhammar
1cb515c563
[nix/sv-se] initial 2018-01-21 21:42:51 +01:00
Tapmemer
acf13c548b
copy
copy D markdown to language folder for later translation
2018-01-19 10:02:36 +01:00
Tapmemer
1eb8534558
typo
fix typo’s and other stuff
2018-01-19 09:43:50 +01:00
Pratik Karki
fce4a810cb
Merge pull request #3020 from pashcovich/patch-1
[python/ru ] Add multiplication of rows
2018-01-18 22:13:47 +05:45
Pratik Karki
f1564399b8
Merge pull request #3018 from pimgeek/patch-1
[chinese/zh-cn] Update javascript-cn.html.markdown
2018-01-18 22:12:49 +05:45
Pratik Karki
19bd8a7a8b
Merge pull request #3010 from loomnetwork/master
[solidity/en] Add Ethfiddle to solidity docs
2018-01-18 22:12:20 +05:45
Pratik Karki
97b0390dec
Merge pull request #3045 from bmusin/patch-2
[perl6/en]: fix spelling
2018-01-18 22:11:41 +05:45
Pratik Karki
a6ec4c42a0
Merge pull request #3044 from bmusin/patch-1
[perl6/en]: fix typo.
2018-01-18 22:11:16 +05:45
Edward Tjörnhammar
5c6411ddaf
[haskell/sv-se] initial 2018-01-18 17:06:10 +01:00
Bulat Musin
654e005291
[perl6/en]: fix spelling 2018-01-18 09:31:56 +03:00
Bulat Musin
11e12b93fb
fix typo 2018-01-18 07:51:46 +03:00
Pratik Karki
d3fe11f666
Merge pull request #3041 from Colin-Colin/patch-1
[LaTeX/en] Small typo
2018-01-17 22:16:31 +05:45
Pratik Karki
eb3918dd08
Merge pull request #3030 from andys8/elm-tuple-access
[elm] Update code to access tuples
2018-01-17 22:16:04 +05:45
Colin-Colin
0d33508a4e
fix typo
switch 'tumbnails' to 'thumbnails'
2018-01-13 21:17:47 -06:00
Chris Wilson
9999a30e04
Add case expression to SML docs
Show an example of pattern-matching using the case expression.
2018-01-04 15:49:43 -06:00
0x6a6f7368
81a637e1dd
Update c.html.markdown
How to get information on compiler flags.
2018-01-04 00:15:28 -05:00
0x6a6f7368
95d41ddf6c
Update c.html.markdown
Fixed and improved compiler flag default recommendations.
2018-01-04 00:06:44 -05:00
suuuzi
d28abc3945 updating BF translation 2017-12-31 14:35:07 -02:00
Suzane Sant Ana
42f9329bb3
Merge pull request #1 from adambard/master
update
2017-12-31 14:27:06 -02:00
Nemil Dalal
84881b3cda Initial update to latest solidity 2017-12-28 18:39:48 -08:00
Donovan Glover
563e135e68
Fix the multiline Nim comment 2017-12-27 13:36:04 -05:00
andys8
c52ae61127 [elm] Update code to access tuples 2017-12-23 11:57:45 +01:00
Adam Brenecki
70a36c9bd9
Merge pull request #3028 from apooravc/master
[javascript/en] Added a resource to read
2017-12-18 09:14:14 +10:30
Apoorv Choubey
c06af7a5ac
Added a resource to read for Javascript 2017-12-17 15:56:42 +05:30
ven
83d3efe45f
follow-up on #2971 2017-12-07 12:16:08 +01:00
Aswin Sanakan
3386171160
Fix omitting in list and clarified comments 2017-12-05 12:24:43 +05:30
Fatih Turan
3ed8f9c8af [css/tr]Turkish translate for CSS documentation 2017-12-05 00:33:15 +03:00
Ilya Sosnovsky
50dbc5e779
Update python3-ru.html.markdown
Add multiplication of rows
2017-12-04 10:13:46 +03:00
Michael Hirschler
973883c57c unifies namespace variants in exception handling 2017-12-03 11:23:03 +01:00
pimgeek
8d09ffb070
Update javascript-cn.html.markdown
建议修改概要部分的文字翻译。
2017-11-30 12:57:29 +08:00
luke zhang
c6c6b81988
add ethfiddle 2017-11-23 19:39:43 +07:00
Alexandru Cazacu
6c58f36fb4
[bf/it] Added italian translation for brainfuck 2017-11-18 23:02:50 +01:00
Hinet60613
0e04652185 Create PCRE-tw. 2017-11-15 21:57:30 +08:00
Neinei0k
2dda26010a
[bash/en] Add arrays and alias 2017-11-14 19:30:57 +00:00
Neinei0k
20af61ee8d
[vim/en] Add sorting, folding, change letter case.
Replacing new line character to new line character is not practical but an interesting example which shows the difference between representation of new line character in search and replace patterns.
2017-11-14 18:14:17 +00:00
Adam Bard
990f51293b
Update CONTRIBUTING.markdown 2017-11-13 13:45:40 -08:00