Commit Graph

5010 Commits

Author SHA1 Message Date
Robin Pokorný
f7e0953340 Add Czech translation of Elm 2016-04-04 14:52:20 +02:00
ven
cd638b59b4 Merge pull request #2221 from bermanmaxim/patch-1
[latex/en] Replace invite sign $ by > in compilation example
2016-03-31 11:29:39 +02:00
Maxim Berman
6fe6a9b16b Replace invite sign $ by > in compilation example
$ sign messes with syntax highlighting (it stays in math mode for the rest of the document). Using > fixes this easily.
2016-03-31 10:09:45 +02:00
Adam Bard
f75cb997b0 Update python3.html.markdown
Remove TODO
2016-03-30 13:04:32 -07:00
Adam Bard
a7bbee6aa0 Merge pull request #2220 from Atcold/patch-1
Update python3.html.markdown
2016-03-30 13:03:40 -07:00
Alfredo Canziani
6248cd1f84 Update python3.html.markdown
The same happens for `filter`.
```pythob
filter(lambda x: x > 5, [3, 4, 5, 6, 7])
<filter at 0x110567320>
list(filter(lambda x: x > 5, [3, 4, 5, 6, 7]))
[6, 7]
```
2016-03-30 11:24:05 -04:00
Alfredo Canziani
9dca295c05 Update python3.html.markdown
`map` requires `list` in order to convert the mapping to its list. E.g. `<map at 0x11057ce48>` to `[11, 12, 13]`.
2016-03-30 11:17:12 -04:00
ven
fd0ba70f94 Merge pull request #2219 from warmchang/master
the filenameis is "learn-cn.lua", so the command should be "lua learn-cn.lua".
2016-03-29 16:38:47 +02:00
William Chang
5481cbfd36 Update lua-cn.html.markdown
the filenameis is "learn-cn.lua", so the command should be "lua learn-cn.lua".
2016-03-29 22:31:15 +08:00
ven
09b1c7893d Delete r.html.markdown~ 2016-03-29 10:13:20 +02:00
ven
939fdfe498 Merge pull request #2215 from blackdev1l/patch-1
Add `lang: it-it` to metadata
2016-03-28 13:30:05 +02:00
Cristian Achille
5c1d6b2d59 Add lang: it-it to metadata 2016-03-28 12:57:35 +02:00
Geoff Liu
6fbbddbb00 Merge pull request #2211 from alisvlouis/patch-1
[Common Lisp/zh-cn] Add ANSI Common Lisp
2016-03-27 13:39:28 -04:00
Louis Victory Alis
0dc90d1d69 Update common-lisp-cn.html.markdown
add ANSI Common Lisp
2016-03-27 12:53:50 +08:00
Adam Bard
de993590ac Merge pull request #2208 from juan70/ocaml-filter
Change anonymous function in List.filter example
2016-03-26 14:16:24 -07:00
juan70
a69b31cd3e Change anonymous function in List.filter example
Change into what is supposed to be better style, or maybe a more idiomatic way of writing the predicate.
2016-03-26 12:27:56 +00:00
ven
3d6cf715df Merge pull request #2183 from ukazap/master
[ruby/id-id] Added Indonesian translation for Ruby
2016-03-25 11:20:56 +01:00
Adam Bard
1127aa714f Merge pull request #2207 from ajimu/patch-1
[nim/en] Correct syntax highlighting
2016-03-23 12:11:52 -07:00
ajimu
cae73192af [nim/en] Correct syntax highlighting
The language was changed to JavaScript in [this commit](f3b10beb01).
2016-03-23 13:50:24 -05:00
ven
722a7766d8 Merge pull request #2206 from ryebr3ad/master
[c/en] issue 2205: Change variable 'size' to 'array_size'
2016-03-22 16:23:05 +01:00
Ryan Rauschenberg
7b78232897 issue 2205: Change variable 'size' to 'array_size' 2016-03-22 11:15:26 -04:00
ven
d6b665f91c Merge pull request #1700 from blackdev1l/master
[ruby/it] Translation of Ruby ecosystem in italian
2016-03-22 15:47:58 +01:00
Adam Bard
bcac9e126c Update json-lt.html.markdown 2016-03-21 16:32:07 -07:00
Adam Bard
3653b3193a Update bash-it.html.markdown 2016-03-21 16:31:47 -07:00
Adam Bard
81e3152c4a Update python3.html.markdown 2016-03-21 16:31:18 -07:00
Adam Bard
1a5c738f7b Update c++-es.html.markdown 2016-03-21 16:30:46 -07:00
Adam Bard
194b303b4a Merge pull request #2204 from williadc/master
[perl6/en] Fixed instance where wrong variable name was used
2016-03-20 21:11:05 -07:00
Dustin Williams
74ea20793d Fixed instance where wrong variable name was used 2016-03-20 20:02:02 -07:00
ven
684bae87ef Merge pull request #2203 from oliverpool/patch-1
[LaTeX/en] Typo: table columns are separated by '&'
2016-03-20 21:20:19 +01:00
oliverpool
98651771ed Typo: LaTeX table columns are separated by '&' 2016-03-20 14:26:12 +01:00
ven
dea0c878eb Merge pull request #2200 from divayprakash/typos-fix9
fixed whitespaces, content extending beyond 80 chars
2016-03-19 13:29:28 +01:00
ven
fc9ff35932 Merge pull request #2202 from s-webber/master
[kotlin/en] Add links to other resources
2016-03-19 13:15:52 +01:00
s-webber
9ccc431ea3 updated further reading section 2016-03-19 10:08:01 +00:00
s-webber
f8f644d891 removed unnecessary brackets 2016-03-19 10:06:54 +00:00
Adam Bard
589caa4ac1 Merge pull request #2201 from acidflip/master
Update pythonstatcomp.html.markdown
2016-03-18 11:12:38 -07:00
Jason Kinetec
12f0b9442a Update pythonstatcomp.html.markdown 2016-03-18 14:07:03 -04:00
Jason Kinetec
90f68920b9 Update pythonstatcomp.html.markdown 2016-03-18 12:29:29 -04:00
Divay Prakash
01bf2b1ec6 fixed whitespaces, content extending beyond 80 chars 2016-03-18 12:51:27 +05:30
ven
8d4bb235f1 Merge pull request #2198 from divayprakash/typos-fix7
fixed whitespaces & content extending beyond 80 chars
2016-03-18 08:16:44 +01:00
ven
ffe0923259 Merge pull request #2199 from divayprakash/typos-fix8
fixed content extending beyond 80 chars
2016-03-18 08:15:04 +01:00
Divay Prakash
2f772fff3e fixed content extending beyond 80 chars 2016-03-18 12:31:55 +05:30
Divay Prakash
5f89f277b9 fixed whitespaces & content extending beyond 80 chars 2016-03-18 12:23:18 +05:30
Jacob Ward
2f3597efc4 Merge pull request #2196 from JacobCWard/typos-5
[css/en] several fixes
2016-03-17 22:17:36 -06:00
Geoff Liu
540a1f5461 Merge pull request #2147 from shawnzhang009/master
[TypeScript/zh-cn] Create the zh-cn version of TypeScript
2016-03-17 21:16:56 -05:00
Adam Bard
ea735e838b Merge pull request #1276 from theSuess/master
[d/de] Added German translation for D
2016-03-16 12:23:04 -07:00
Jacob Ward
c7a157948b [css/en] several fixes
- Reduced almost all lines to less than 80 characters in length.
- ie -> e.g.
- occuring -> occurring (line 209)
2016-03-16 10:37:27 -06:00
Dominik Süß
1da996d5a5 Update d-de.html.markdown 2016-03-16 12:38:14 +01:00
Adam Bard
319d426507 Update objective-c-vi.html.markdown 2016-03-15 15:35:51 -07:00
Adam Bard
f32379a558 Set kotlin highlighting to java 2016-03-15 15:34:19 -07:00
Adam Bard
636a9fef83 Fix json-id header 2016-03-15 15:33:36 -07:00