Adam Bard
a1b1383f48
Merge pull request #1934 from hopesenddreams/patch-4
...
Formatted enum comments
2015-10-31 18:23:51 +08:00
Elie Moreau
4545257ce3
Closed a comment that was not properly closed
2015-10-31 21:23:35 +11: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
Niko Weh
deb62f4146
[haskell/de] Synchronized with english version
...
Added changes from a7b8858
to HEAD (b5cb14703
) to the
german version, where appropiate.
2015-10-31 20:20:01 +10: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
Liam Demafelix
93d3ab4578
[vb/en] Additional note for select statements
2015-10-31 08:26:09 +08:00
Kevin Morris
c042b7c45e
[coldfusion/en] Adds information about CFScript and documentation
2015-10-30 20:15:06 -04:00
Francisco Marques
3b9de3c441
Removed dot from the last line.
...
There was a misplaced dot (".") in the last line of the example.
2015-10-30 23:47:10 +00:00
Francisco Marques
5de94e1690
Added more info.
...
As I'm already editing this, added more detail (translated from the en version).
2015-10-30 23:45:00 +00:00
Francisco Marques
77a16fc34b
Fixed sentences that didn't make sense (at all)
2015-10-30 23:41:21 +00:00
Aybuke Ozdemir
ee835c28a9
the comments were translated into Turkish
2015-10-31 00:49:23 +02:00
Fernando Valverde
0717fcfdc7
Added pragma mark information
...
`#pragma mark` is very useful and widely recommended to "abuse" it for method/variable grouping since it improves readability.
2015-10-30 22:57:55 +01:00
Fernando Valverde
9530122a1c
Include MARK style and two collection declarations
...
Added MARK with separator and a couple of mutable explicit declarations of empty Array/Dictionary
2015-10-30 22:43:44 +01:00
Andrew
a484276709
Adds documentation for revert command
...
Also mentions graph flag for the log command
2015-10-30 19:58:33 +00:00
IvanEh
55101d6ca7
Add Ukrainian translation to javascript guide
2015-10-30 17:53:40 +02:00
Jacob Ward
08b43e21f1
Changed headers to headings
...
Relabeled the section called “headers” to “headings” because a header
is a specific tag separate from the h1-h6 ‘heading’ tags.
2015-10-30 09:32:51 -06:00
Liam Demafelix
5afca01bdf
[php/en]
...
Line 159 - echo isn't a function, print() is
Line 337 - unneeded semicolon (it's a pre-test loop)
2015-10-30 23:26:49 +08:00
Jacob Ward
9a152c0490
Revert "easier to read?"
...
This reverts commit 71ee28e132
.
2015-10-30 09:24:49 -06:00
Jacob Ward
71ee28e132
easier to read?
2015-10-30 08:32:32 -06:00
Jake Faris
33337d045d
Adds bitwise operators (AND, OR, XOR)
2015-10-30 10:22:23 -04:00
Jake Faris
ec601c168a
Adds combined comparison operator to Ruby
2015-10-30 10:17:15 -04:00
Jacob Ward
bb006a51c1
Merge remote-tracking branch 'adambard/master'
2015-10-30 07:39:58 -06:00
Nasgul
3c43328a89
Delete unused double quote.
...
Delete unused double quote.
2015-10-30 14:52:23 +02:00
Elizabeth "Lizzie" Siegle
bc91d2ce92
Update make.html.markdown
2015-10-30 01:20:12 -04:00
Victor Caldas
76bf016f82
translating java to pt-br
2015-10-30 00:12:29 -02:00
Cássio Böck
762af2de24
Fixing typos
...
Fixing pt-br typos
2015-10-29 23:29:46 -02:00