Commit Graph

1691 Commits

Author SHA1 Message Date
Nami-Doc
15353d1938 Fix c tutorial
Fixes #678

Still missing symbols, though
2014-07-17 10:46:24 +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
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
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
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
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
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
Levi Bostian
f69e9d5216 Merge pull request #665 from dunckr/patch-1
Fix 'Immutability' typo
2014-07-06 14:21:18 -05:00
Duncan Beaton
73195400ba Fix 'Immutability' typo 2014-07-06 20:10:15 +01:00
Levi Bostian
d906122f69 Merge pull request #664 from petehamilton/patch-1
Remove duplication of function factory example
2014-07-06 11:11:48 -05:00
Pete Hamilton
4c34096703 Remove duplication of function factory example 2014-07-05 12:03:09 +01:00
Nami-Doc
25102363d8 Merge pull request #645 from spellart/master
[scala/fr-fr] French translation for scala
2014-07-03 06:31:25 +02:00
Levi Bostian
09459a25fe Merge pull request #663 from vvo/patch-2
feat(webserver request): add a http.Get example
2014-07-02 08:57:54 -05:00
Levi Bostian
5bd6cb3eb8 Merge pull request #662 from vvo/patch-1
fix(go func factory): fix func factory example
2014-07-02 08:56:13 -05:00
Vincent Voyer
f2e3d99476 feat(webserver request): add a http.Get example
1. script now exits
2. we initiate a request to the started server to prove the serverHTTP works

what do you think?
2014-07-02 14:55:33 +02:00
Vincent Voyer
74c0a49e6d fix(go func factory): fix func factory example
previous code did not run because outside main() code was done
2014-07-02 14:37:15 +02:00
Levi Bostian
f90cdc44bb Merge pull request #661 from P1start/rust
[rust/en] Add an English Rust tutorial
2014-07-01 09:13:42 -05:00
P1start
9874c063d3 add &str explanation; add section on vectors 2014-07-01 15:24:08 +12:00
P1start
83283c0d4c [rust/en] Add an English Rust tutorial
Fixes #480.
2014-06-30 16:44:08 +12:00
Levi Bostian
f97481c6b1 Merge pull request #660 from szaydel/master
Learn function decorators with Go
2014-06-29 17:29:18 -05:00
Sam Zaydel
8b6920a70a Learn function decorators with Go
Added snippet about using closures as function decorators in Go. Also
removed a few extra whitespaces.
2014-06-29 08:12:58 -07:00
Levi Bostian
17a1303e37 Merge pull request #659 from nixw/spelling_fix
[C] Fix spelling and other small issues
2014-06-28 11:46:51 -05:00
Nick Ward
104b9add58 Fix spelling and other small issues 2014-06-28 12:58:50 +10:00
Levi Bostian
2597370686 Merge pull request #657 from szaydel/master
Golang - lack of information about named return values in functions
2014-06-23 09:57:17 -05:00
Sam Zaydel
e881ba74f3 Hopefully slight language improvement over orig. 2014-06-23 07:31:39 -07:00
Sam Zaydel
9448404709 Slight language change per pull req. comment 2014-06-22 20:49:29 -07:00
Sam Zaydel
ff49deb886 Fixed on to in in comment. 2014-06-22 06:21:21 -07:00
Sam Zaydel
e5d8895c8e Should have more detail about named return values.
There was not a section about named return values, and it feels like it is a valuable and important enough thing to learn early on. If nothing else, when looking at someone else's code this may be a point of confusion.
2014-06-22 06:20:12 -07:00
Levi Bostian
ec800a5d14 Merge pull request #656 from tormaroe/patch-1
Fixed missing + sign in lambda section
2014-06-21 10:40:54 -05:00
Torbjørn Marø
760fee2ba8 Fixed missing + sign in lambda section 2014-06-21 12:10:34 +02:00