Commit Graph

3965 Commits

Author SHA1 Message Date
Adam Bard
2bfaafc6c8 Merge pull request #1921 from bureken/master
Typo fix
2015-10-31 18:24:49 +08:00
Adam Bard
fcb154b0dd Merge pull request #1922 from gsenesac/master
Added a couple functions to the matlab doc.
2015-10-31 18:24:24 +08:00
Adam Bard
a1b1383f48 Merge pull request #1934 from hopesenddreams/patch-4
Formatted enum comments
2015-10-31 18:23:51 +08:00
Andy
093c3e6562 Formatted enum comments 2015-10-31 20:52:07 +10:30
Adam Bard
2202c4c6d6 Merge pull request #1924 from nyanfly/master
Make whitespace more consistent
2015-10-31 18:21:21 +08:00
Adam Bard
924577b927 Merge pull request #1926 from hopesenddreams/patch-1
Fixed typo at BigInteger assignment
2015-10-31 18:21:01 +08:00
Adam Bard
90ea4d5ed4 Merge pull request #1933 from denniskeller/scala/de
[scala/de] Fix ``` usage
2015-10-31 18:20:47 +08:00
Adam Bard
208c35decd Merge pull request #1925 from benpious/master
[Objective-C/en] Adds description of how to define generic classes in Xcode 7.0
2015-10-31 18:20:13 +08:00
Adam Bard
4f1b8654a0 Merge pull request #1927 from TheRakken/patch-1
[python] Minor correction
2015-10-31 18:19:38 +08:00
Adam Bard
531ec59742 Merge pull request #1928 from TheRakken/TheRakken-patch-1
[python] Updated tuple examples for clarity
2015-10-31 18:19:07 +08:00
Adam Bard
aa32e08a05 Merge pull request #1929 from hopesenddreams/patch-2
Added BigDecimal float constructor caveat
2015-10-31 18:18:37 +08:00
Adam Bard
1d2b885d93 Merge pull request #1930 from abdalim/js-my
[JavaScript/ms-my] Added Malay (Malaysia) translation for JavaScript
2015-10-31 18:18:11 +08:00
Adam Bard
af1a21f47d Merge pull request #1931 from hopesenddreams/patch-3
Improved int division comment and code
2015-10-31 18:17:42 +08:00
Adam Bard
e87c1bfd51 Merge pull request #1932 from xou/haskell-finite-list-indexing
[haskell/en]: Fix !! operator
2015-10-31 18:17:05 +08:00
Dennis Keller
ca6ea580c7 Merge remote-tracking branch 'upstream/master' into scala/de 2015-10-31 11:11:06 +01:00
Niko Weh
b5cb14703a Haskell: Fix !! operator
- Use a finite list, as infinite lists are not introduced yet
- Use a list starting from 1 instead of 0, to make it obvious that
  the element returned comes from the list (and is not the second
  argument to !!).
2015-10-31 19:44:04 +10:00
Andy
231b60b7c0 Added missing new in HashSet instantiation 2015-10-31 20:05:05 +10:30
Andy
4593c65543 Improved int division comment and code 2015-10-31 19:39:26 +10:30
Abdul Alim
a38705757b Added Bahasa Malaysia translation of the JavaScript file 2015-10-31 16:36:30 +08:00
Andy
f7af2da9db Added BigDecimal float constructor caveat 2015-10-31 18:31:51 +10:30
Elijah Karari
ab1acb1bb2 Updated tuple examples for clarity 2015-10-31 09:56:06 +03:00
Elijah Karari
5bda926dcc Minor correction
calling li.index(2) with li as [1, 2, 3, 4, 5, 6] will return 1 not 3
2015-10-31 09:47:55 +03:00
Andy
34c7c6acb2 Fixed typo at BigInteger assignment 2015-10-31 16:57:22 +10:30
Willie Zhu
59e85e2f37 Make whitespace more consistent 2015-10-31 00:40:37 -04:00
Ben Pious
4508ee45d8 Adds description of how to define generic classes in Xcode 7.0 2015-10-30 21:40:19 -07:00
Geoff Liu
edfc99e198 Merge pull request #1906 from nasgul/patch-7
Delete unused double quote.
2015-10-31 11:47:03 +08:00
Gordon Senesac Jr
d30215bfaf Added a couple functions to the matlab doc. 2015-10-30 20:21:30 -05:00
bureken
b2b274df08 Turkish typo fix 2015-10-31 04:00:03 +03:00
bureken
a72017573d Typo fix 2015-10-31 03:33:13 +03:00
Nasgul
3c43328a89 Delete unused double quote.
Delete unused double quote.
2015-10-30 14:52:23 +02:00
ven
f0a4c88acf Merge pull request #1867 from ditam/coffee_hun
[coffeescript/hu] add Hungarian translation
2015-10-29 17:57:00 +01:00
Geoff Liu
1f7d7aa4d6 Merge pull request #1526 from raphaelbn/patch-3
[java/en] Enum Type
2015-10-29 23:51:14 +08:00
Raphael Nascimento
03ef96b2f1 [java/en] Enum Type 2015-10-29 12:46:59 -03:00
Geoff Liu
1f4ffc026e Merge pull request #1881 from nasgul/patch-2
Delete unnecessary line on english.
2015-10-29 23:28:05 +08:00
Geoff Liu
ba4cbab87a Merge pull request #1676 from vipulroxx/patch-1
Modified string format [python/en]
2015-10-29 23:26:59 +08:00
Nasgul
7a9787755b Delete unnecessary line on english.
Delete unnecessary line on english.
2015-10-29 16:05:27 +02:00
Vipul Sharma
cdd64ecee3 80 char and proper commenting 2015-10-29 15:23:37 +05:30
ditam
360bd6ef9b add language suffix to filename 2015-10-28 23:45:15 +01:00
Adam Brenecki
7119a37a4e Merge pull request #1866 from Pink401k/javascript
[javascript/en] Adding a small blurb to extend upon string concatenation
2015-10-29 09:02:37 +10:30
ditam
dc3c1ce2f5 add Hungarian translation 2015-10-28 22:43:07 +01:00
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