ven
3dff16785f
Merge pull request #1203 from billpcs/master
...
fix some sentences left in english
2015-08-17 17:40:57 +02:00
billpcs
be32914cc5
fix some sentences left in english
2015-08-16 23:26:23 +03:00
Adam Bard
d46831e598
Update xml-pt.html.markdown
2015-08-15 00:08:43 +09:00
Adam Bard
27b9ee85fb
Fixes #1196
2015-08-12 06:38:17 +09:00
Levi Bostian
c2cb83afc5
Merge pull request #1197 from dander/patch-1
...
update "further reading" links
2015-08-10 08:47:59 -05:00
Dave Andersen
3d26429ce2
update "further reading" links
...
Change the chat room reference from Stack Overflow chat to Gitter.im, and add a link to the "Red" Stack Overflow tag.
2015-08-09 22:43:10 -07:00
ven
115b326ac0
Merge pull request #1190 from tst2005/patch-1
...
Quelques corrections et améliorations
2015-08-09 23:39:37 +02:00
Geoff Liu
7716f917b2
Merge pull request #1186 from ftwbzhao/feature/20150807
...
Update go-cn.html.markdown
2015-08-07 10:39:11 -06:00
Geoff Liu
eefd3b1222
Merge pull request #1185 from ftwbzhao/master
...
Update ruby-cn.html.markdown
2015-08-07 10:32:49 -06:00
Geoff Liu
c19c6408c6
Merge pull request #1189 from sdcuike/master
...
~ 取反,求反码
2015-08-07 10:31:50 -06:00
TsT
01d5e4d6dd
Quelques corrections et améliorations
2015-08-07 17:56:09 +02:00
sdcuike
cfb6c3a35f
~ 取反,求反码
2015-08-07 23:06:17 +08:00
ftwbzhao
63a314bd07
Update go-cn.html.markdown
2015-08-07 15:44:47 +08:00
ftwbzhao
14c628e1d9
Update ruby-cn.html.markdown
2015-08-07 15:03:19 +08:00
Levi Bostian
2f73cafc70
Update racket gr to include what language it is in to fix homescreen issue showing up twice.
2015-08-06 12:26:29 -05:00
ven
4ca977788c
Merge pull request #1182 from billpcs/master
...
Greek Translations
2015-08-06 18:18:16 +02:00
Bill Panagiotopoulos
c21c4b65cb
Small Fixes
...
Fix small extra character and translate a small text left untranslated by mistake
2015-08-06 18:41:33 +03:00
Levi Bostian
d1874637c7
Merge pull request #1183 from ian-bertolacci/master
...
[Chapel] Modules, main(), range/domain/array slicing and array assignment, loop expressions, zipped iterators
2015-08-06 08:54:25 -05:00
Ian Bertolacci
171f179f6e
Merge branch 'master' of github.com:adambard/learnxinyminutes-docs
2015-08-05 18:26:24 -07:00
Ian Bertolacci
b1a544d1f0
main(), modules, array/range/domain slicing, loop-expressions, array expressions, in depth zippered iterators
...
Quite the addition.
Modules required main() because of the begin statement issue.
array/range/domain slicing was more intricate than I though.
And loop/array expressions had some very very intersting behavior that necessitated a dive into zippered iterators.
Some back-of-the-head anxiety about the tutorial being to in depth? Nawww.
2015-08-05 18:22:56 -07:00
billpcs
cb065fdf37
update
2015-08-05 17:06:31 +03:00
billpcs
f27ed65af6
added the translations
2015-08-05 16:40:37 +03:00
ven
fded8fbd6c
Merge pull request #1180 from anthonyn60/patch-1
...
Println deprecated in Swift 2, added name
2015-08-04 09:19:41 +02:00
Anthony Nguyen
f3cbc26788
Merge pull request #1 from anthonyn60/anthonyn60-patch-1
...
Println deprecated in Swift 2, added name
2015-08-03 23:12:48 -04:00
Anthony Nguyen
d17d41a02b
Println deprecated in Swift 2, added name
2015-08-03 23:11:44 -04:00
Anthony Nguyen
775ac3b859
Updated print description on Swift
2015-08-03 23:10:10 -04:00
Anthony Nguyen
c4558c47ea
Println deprecated in Swift 2
2015-08-03 23:05:22 -04:00
ven
6caa30228e
Merge pull request #1179 from cmpitg/master
...
[scala/en] Consistent code format & some minor language corrections
2015-08-03 11:18:26 +02:00
Ha-Duong, NGUYEN
d61ad10775
scala: consistent code format
2015-08-03 15:58:36 +07:00
Ha-Duong, NGUYEN
513235c475
scala: clearer further resources (itemized)
2015-08-03 15:56:11 +07:00
Ha-Duong, NGUYEN
7c02089687
scala: consistent code format
2015-08-03 15:55:59 +07:00
Ha-Duong, NGUYEN
efb338608b
scala: consistent code format
2015-08-03 15:55:38 +07:00
Ha-Duong, NGUYEN
dbdde5134b
scala: clearer comments
2015-08-03 15:50:32 +07:00
Ha-Duong, NGUYEN
5b683b34dd
scala: easier-to-look comment
2015-08-03 15:49:54 +07:00
Ha-Duong, NGUYEN
8c06438ec9
scala: correct format
2015-08-03 15:49:15 +07:00
Ha-Duong, NGUYEN
9ddf69a14d
scala: language correction
2015-08-03 15:48:28 +07:00
Ha-Duong, NGUYEN
496b11f8ce
scala: consistent style, language correction
2015-08-03 15:47:02 +07:00
Ian Bertolacci
4f6ae05392
Small changes no.2
2015-08-02 16:05:19 -07:00
Ian Bertolacci
84fee0a950
Small corrections.
...
Removed duplicate countDown.
Weird leftover words from parallelism statemet
General corrections so spelling capitalization
2015-08-02 15:53:19 -07:00
Ian Bertolacci
27cc820762
Uniform tics, noteable arguments addition.
...
Changed all N-tics for preformatted/code text into single tics if that code was sinle line (i.e. bash commands, compiler arguments)
Added --main-module, --module-dir to Notable arguments section.
Realized that the text <blah blah> was disappering, so changed it to `<bla bla>`. Need to confirm it success.
2015-08-02 15:44:16 -07:00
Ian Bertolacci
b27d526822
Added modules and main()
...
Worth noting that this will change the diff of the parallel section quite a bit, since they became the body of the main procedure.
Thus each line in intented.
2015-08-02 15:37:01 -07:00
ven
1f6f7b7843
Merge pull request #1177 from ian-bertolacci/master
...
Chapel: Sync, atomics, reductions, scans, zippered iterators
2015-08-02 23:44:50 +02:00
Ian Bertolacci
11ca1012e4
Clarified some wording on the zipper iterator. Changed the example to something more simple and informative.
2015-08-02 14:35:41 -07:00
ven
28ce62ef7e
Merge pull request #1178 from thiagovandieten/patch-1
...
Fix 'filename' collision between csharp{,-tr}.html.markdown
2015-08-02 12:00:20 +02:00
Thiago van Dieten
919f255a58
Fix 'filename' collision between csharp{,-tr}.html.markdown
...
Both were set to LearnCSharp.cs, so the live site has been serving the Turkish version for English.
2015-08-02 12:58:23 +03:00
Ian Bertolacci
c2f85b27b5
added count-down mutex example. Cleaned up some of the reductions and scans prints
2015-08-01 17:02:51 -07:00
ven
6e0f13532d
Merge pull request #1150 from a3f/patch-1
...
Fixed misinfo regarding sigils
2015-07-28 10:27:19 +02:00
Geoff Liu
a255cbe26e
Merge pull request #1175 from genkimarshall/python3-next
...
[python3/en] Use `next()` instead of `__next__()`
2015-07-24 15:04:04 -06:00
Genki Marshall
ac2dfe7dc7
[python3/en] Use next()
instead of __next__()
...
Fixes issue #1148 .
The reasoning is well explained by the issue. One can also refer to the
docs [0], showing it is more idiomatic to use `next()`.
[0]: https://www.python.org/dev/peps/pep-3114/
#double-underscore-methods-and-built-in-functions
2015-07-24 13:21:01 -07:00
Levi Bostian
bd998e10a8
Merge pull request #1174 from asweigart/master
...
Added links to the free book "Automate the Boring Stuff with Python" …
2015-07-23 14:30:29 -05:00