Commit Graph

2066 Commits

Author SHA1 Message Date
iirelu
50fe4d9859 Commented out two broken lines in learnc.c 2014-07-17 17:08:30 +01:00
Levi Bostian
68c477ff9d Merge pull request #679 from masdeseiscaracteres/master
Small correction: "flipl" should be "fliplr". Added "flipud" also
2014-07-17 09:51:08 -05:00
masdeseiscaracteres
4fb3361655 Small correction: "flipl" should be "fliplr"
Added "flipud" also
2014-07-17 15:45:53 +02:00
Nami-Doc
15353d1938 Fix c tutorial
Fixes #678

Still missing symbols, though
2014-07-17 10:46:24 +02:00
Nami-Doc
22ad989683 Move stuff around
Probably for the worst ...
2014-07-16 23:12:20 +02:00
Nami-Doc
78e3a442e9 Sigh. 2014-07-16 20:08:48 +02:00
Nami-Doc
3d81df43b1 Switch to perl to see if it fixes comments ... 2014-07-16 20:08:01 +02:00
Nami-Doc
6a33cbd3ae Try to fix HL 2014-07-16 20:07:35 +02:00
Levi Bostian
57c384420e Merge pull request #676 from heyalexej/patch-1
fix import of io/ioutil, run gofmt
2014-07-16 11:07:42 -05:00
Levi Bostian
7568878a0d Merge pull request #677 from uraimo/patch-1
Update swift to beta3
2014-07-16 10:33:25 -05:00
Levi Bostian
8904faca28 Merge pull request #675 from adambrenecki/py3_format_fix
[python3/en] Clean up confusion between % and .format()
2014-07-16 09:56:13 -05:00
Umberto Raimondi
ba855b1664 Update swift to beta3
Updated to beta3, new array declaration style,".." and a few other modifications.
2014-07-16 12:20:57 +02:00
Akira Hirose
bb1dc2de97 still on a middle way 2014-07-16 18:53:32 +09:00
Akira Hirose
772370c518 Japanese version. Just on a middle of way. 2014-07-16 14:51:56 +09:00
Adam Brenecki
164cf1ce78 Mention that Python 2.5-style string formatting still works in 3 2014-07-16 10:25:03 +09:30
Hey Alexej
c022e2e857 fix import of io/ioutil, run gofmt
generated/downloaded file doesn't work with "go run". it's missing ioutil.
ran gofmt which uses tabs (width=8) for formatting. longest line is 85
characters now. removed whitespace.
2014-07-16 05:28:50 +07:00
Adam Brenecki
0654a19b44 [python3/en] Clean up confusion between % and .format() 2014-07-15 13:30:27 +09:30
Levi Bostian
06087523c5 Merge pull request #672 from xksteven/master
[python3/en] added int div, modulo, and scoping
2014-07-14 09:06:43 -05:00
Nami-Doc
f97d9c5aba Moar classes. Roles. And stuff. And dispatch
todo : muti dispatch
2014-07-13 22:28:41 +02:00
Steven Basart
f08663db5c Update python3.html.markdown 2014-07-13 16:00:28 -04:00
Steven Basart
0dcc5640b6 [python/en] added int div, modulo, and scoping
Added integer or truncation division, the modulo operator which were missing from operators section. Added function scoping in the functions section.
2014-07-13 14:52:31 -04:00
Steven Basart
2a9a4f39ba [python/en] added int div, modulo, and scoping
Added integer or truncation division, the modulo operator which were missing from operators section. Added function scoping in the functions section.
2014-07-13 14:51:34 -04:00
Steven Basart
42c93bf407 [python3/en] added int div, modulo, and scoping
Added integer or truncation division, the modulo operator which were missing from operators section. Added function scoping in the functions section.
2014-07-13 14:45:14 -04:00
Nami-Doc
d6fa11cb75 Some class love 2014-07-13 20:42:29 +02:00
Steven Basart
bdbff25c58 [python3/en] added int div, modulo, and scoping
Added integer or truncation division, the modulo operator which were missing from operators section. Added function scoping in the functions section.
2014-07-13 14:08:12 -04:00
Levi Bostian
36dae81010 Merge pull request #671 from szaydel/master
Function literals used inline in Go language
2014-07-10 23:42:41 -05:00
Nami-Doc
7db96aafe3 switcheroo operators 2014-07-10 22:23:56 +02:00
Sam Zaydel
7cddab2925 Forgot to add => to comment line. 2014-07-10 09:25:48 -07:00
Sam Zaydel
174f0baa14 Small change to inline literal functions comments. 2014-07-10 09:22:47 -07:00
Sam Zaydel
55e1c2adaf Go inline function literals as arguments to other functions or function literals. 2014-07-09 20:56:01 -07:00
Levi Bostian
cd99d24a0e Merge pull request #669 from rafalchmiel/patch-1
[ruby-ecosystem/en] 'ruby' -> 'Ruby' + fix typo
2014-07-07 16:01:19 -05:00
Rafal Chmiel
aa89d993ed [ruby-ecosystem/en] 'ruby' -> 'Ruby' (cont. cont.) 2014-07-07 21:50:27 +01:00
Rafal Chmiel
7312855532 [ruby-ecosystem/en] 'ruby' -> 'Ruby' (cont.) 2014-07-07 21:07:29 +01:00
Rafal Chmiel
764e93156f [ruby-ecosystem/en] 'ruby' -> 'Ruby' + fix typo 2014-07-07 20:25:45 +01:00
Levi Bostian
811c2d2b9a Merge pull request #668 from rafalchmiel/patch-1
[ruby-ecosystem/en] Add links to resources
2014-07-07 14:19:55 -05:00
Rafal Chmiel
026bca201d [ruby-ecosystem/en] Add links to resources 2014-07-07 20:14:53 +01:00
Levi Bostian
89b5ef3551 Merge pull request #667 from xadhix/patch-1
MethodSignature -> MethodSignatures
2014-07-07 08:59:09 -05:00
Adhithya R
7401ef2411 MethodSignature -> MethodSignatures
Possible typo. Text mentions method names being the same but they weren't. Corrected.
2014-07-07 16:38:17 +05:30
Kevin Fangzhou Chen
731026a038 Update markdown-cn.html.markdown 2014-07-07 17:13:48 +08:00
Adam Bard
825f1422a4 Merge pull request #651 from ytnuoc/translate_br
Translating GIT and JSON to pt-br. Added link to further information in GIT (en)
2014-07-07 11:11:17 +02:00
Kevin Fangzhou Chen
ed8da6c3a7 Footnote corrected 2014-07-07 17:06:11 +08:00
Kevin Fangzhou Chen
3b55d56287 typo correction 2014-07-07 17:03:38 +08:00
Kevin Fangzhou Chen
fd010c57e0 Proofread and checked style 2014-07-07 17:01:22 +08:00
Kevin Fangzhou Chen
e98b62883c Finally Done 2014-07-07 16:55:29 +08:00
Kevin Fangzhou Chen
12b74ada30 halfway 2014-07-07 15:45:12 +08:00
Kevin Fangzhou Chen
821464185a 2nd para 2014-07-07 13:24:22 +08:00
Kevin Fangzhou Chen
62e5ab350a Update markdown-cn.html.markdown 2014-07-07 13:01:14 +08:00
Kevin Fangzhou Chen
1e18c52f61 Updated the file head 2014-07-07 13:00:39 +08:00
Kevin Fangzhou Chen
1f4bcf8a7a Create markdown-cn.html.markdown
initiate
2014-07-07 12:58:17 +08:00
Levi Bostian
f69e9d5216 Merge pull request #665 from dunckr/patch-1
Fix 'Immutability' typo
2014-07-06 14:21:18 -05:00