Kyle Mendes
08e6aa4e6e
Adding a small blurb to extend upon string concatination
2015-10-28 17:25:44 -04:00
ven
cbc2daa58d
Merge pull request #1848 from jodizzle/fix/c
...
[C/en] Fix VLA example
2015-10-28 20:28:22 +01:00
ven
80242383bc
Merge pull request #1846 from dotmobo/master
...
[livescript/fr] Correct the translator github repository
2015-10-28 18:25:25 +01:00
Morgan
951a51379a
[livescript/fr] Correct the translator github repository
2015-10-28 11:52:21 +01:00
Geoff Liu
927ac9c3e8
Merge pull request #1694 from jsyeo/feature-edn
...
[edn/en] Add a short tutorial for EDN
2015-10-28 17:52:09 +08:00
Jason Yeo
5f6d0d0300
Kinda -> Kind of
2015-10-28 17:51:18 +08:00
Jason Yeo
4ff79b2554
Fix minor typographical errors
2015-10-28 17:46:57 +08:00
Geoff Liu
5dfbce9016
Merge pull request #1252 from gaotongfei/master
...
[haskell/zh-cn]fix error
2015-10-28 17:29:40 +08:00
Geoff Liu
75cb877da8
Merge pull request #1701 from gczh/fix-broken-links-cn
...
[java/cn] Fix broken links for chinese version of java docs
2015-10-28 17:24:26 +08:00
Geoff Liu
ea82bfe55d
Merge pull request #1717 from payet-s/python-fix-typos
...
[python/en] Fix typos
2015-10-28 17:22:15 +08:00
Geoff Liu
8875913b2e
Merge pull request #1719 from pelmers/indent_fixes
...
[java,matlab/en] Inconsistent tabs and spaces.
2015-10-28 17:21:06 +08:00
Geoff Liu
91db30e578
Merge pull request #1760 from jtrestik/chapel
...
[chapel/en] Fix typos
2015-10-28 17:05:15 +08:00
ven
b5fb351972
Merge pull request #1808 from sholland1/master
...
[fsharp/en] correct a few simple mistakes
2015-10-28 09:20:25 +01:00
Adam Brenecki
c3a66e60a6
[javascript/en] Re-add note about truthiness of wrapped primitives
...
Previous incarnations of this section had `Number(0)` instead of
`new Number(0)`, which actually returns `0` due to the absence of the
`new` keyword; this commit re-adds that section and better still, makes
it actually correct!
2015-10-28 13:48:53 +10:30
Adam Brenecki
d4d471ef50
[javascript/en] Formatting fix
2015-10-28 13:27:48 +10:30
Adam Brenecki
c83eb6c6bc
[javascript/en] Move comparisons to other languages into preamble
2015-10-28 13:26:24 +10:30
Adam Brenecki
9d2efe69d0
Merge pull request #1837 from corbanmailloux/patch-2
...
[javascript/en] Spacing and capitalization of comments
2015-10-28 13:18:37 +10:30
Adam Brenecki
1893cc326c
Merge pull request #1836 from corbanmailloux/patch-1
...
[javascript/en] "wan't" -> "want"
2015-10-28 13:17:03 +10:30
Corban Mailloux
a8d5105fab
[javascript/en] Spacing and capitalization of comments
...
... and a few grammar fixes.
2015-10-27 22:47:03 -04:00
Corban Mailloux
61aa6a3e01
"wan't" -> "want"
2015-10-27 22:18:02 -04:00
Adam Brenecki
e65899cafb
Merge pull request #1819 from leonardykris/master
...
Added resources to read for Javascript; renamed files for [hu-hu], [fa-ir], [ta-in]
2015-10-28 11:18:50 +10:30
sholland1
3cf044d123
change language in examples back to csharp
...
parser does not support fsharp syntax highlighting
2015-10-27 18:54:39 -05:00
Leonardy Kristianto
5cbf6497b9
Rename javascript.html.markdown to javascript-fa.html.markdown
2015-10-28 02:17:06 +08:00
Leonardy Kristianto
897159a939
Rename brainfuck.html.markdown to brainfuck-fa.html.markdown
2015-10-28 02:16:49 +08:00
Leonardy Kristianto
c677ba5612
Rename xml.html.markdown to xml-ta.html.markdown
2015-10-28 02:16:12 +08:00
Leonardy Kristianto
32d040d3b4
Rename json.html.markdown to json-ta.html.markdown
2015-10-28 02:15:57 +08:00
Leonardy Kristianto
7d4522b512
Rename javascript.html.markdown to javascript-ta.html.markdown
2015-10-28 02:15:46 +08:00
Leonardy Kristianto
d684a44259
Rename css.html.markdown to css-ta.html.markdown
2015-10-28 02:15:29 +08:00
Leonardy Kristianto
f1d18e7e49
Rename ruby.html.markdown to ruby-hu.html.markdown
2015-10-28 02:14:30 +08:00
Leonardy Kristianto
3015cfb436
Rename go.html.markdown to go-hu.html.markdown
2015-10-28 02:14:13 +08:00
Leonardy Kristianto
9c3c3dff45
Added resources to read for Javascript
2015-10-28 02:04:34 +08:00
sholland
469541783d
[fsharp/en] correct a few simple mistakes
...
change github flavored markdown programming language to fsharp
correct typos
2015-10-26 22:21:02 -05:00
Jody Leonard
b31fda3a8e
Edit variable-length array example
...
The current example seems to be trying to set a size for a char buffer,
use fgets to populate that buffer, and then use strtoul to convert the
char content to an unsigned integer. However, this doesn't work as
intended (in fact, it results in printing "sizeof array = 0"), and so
adapt to a simpler fscanf example. Also remove some ambiguous language
in the example output.
2015-10-26 19:38:36 -04:00
ven
44ca091c73
Merge pull request #1783 from diegowifi/patch-1
...
Fix typos markdown-es.html.markdown
2015-10-25 21:05:38 +01:00
ven
e2322fe891
Merge pull request #1784 from Jefftree/latex
...
[latex/en] Added alternative way to enter math mode
2015-10-25 21:00:41 +01:00
Jefftree
ee4bef264c
Added alternative way to enter math mode for latex
2015-10-25 15:58:41 -04:00
Diego Ponce
8323f873c4
Fix typos
2015-10-25 13:38:15 -06:00
Adam Bard
ac4bb69e02
Merge pull request #1778 from Brodan/master
...
update Scala Data Structures section to show outputs
2015-10-25 19:17:54 +08:00
chris-hranj
069e127ff8
update Data Structures section to show outputs
2015-10-24 23:53:17 -04:00
ven
82deb66194
Merge pull request #1756 from Retoc/master
...
[go/de] fixed some typos
2015-10-24 22:41:16 +02:00
ven
4724022a4c
Merge pull request #1769 from retbrown/go
...
correct minor grammar and formatting to improve readability
2015-10-24 16:46:59 +02:00
Robert Brown
4de15e41b3
correct minor grammar and formatting to improve readability
2015-10-24 13:56:20 +01:00
ven
e9fbf8f24a
Merge pull request #1767 from SaurabhSandav/lua
...
[lua/en] Fix typo
2015-10-24 09:31:07 +02:00
Saurabh Sandav
a019e2c16b
[lua/en] Fix typo
2015-10-24 12:22:11 +05:30
Jana Trestikova
8e4d294227
Fix typos
...
undestanding -> understanding
uninterupted -> uninterrupted
2015-10-24 00:01:32 +02:00
unknown
a1a45c7dff
[go/de] fixed some typos
2015-10-23 23:01:30 +02:00
ven
ab67a8f4c2
Merge pull request #1752 from onebree/rm-extra
...
[js/en] Remove "feedback", fix link markdown
2015-10-23 19:48:34 +02:00
Hunter Stevens
db4160710d
Remove "feedback", fix link markdown
2015-10-23 13:14:38 -04:00
ven
f4775ea193
Merge pull request #1736 from labrack/master
...
[php/en] Un-beef a comment block closing
2015-10-22 19:36:39 +02:00
labrack
c69ef3115b
[php/en] Un-beef a comment block closing
...
Somebody beefed a closing on the 'Late Static Binding' Comment block, causing the next 18 or so lines to be included in the comment instead of parsed for syntax properly.
2015-10-22 13:06:15 -04:00