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
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
Al Sweigart
8a968db2bc
Added links to the free book "Automate the Boring Stuff with Python" to the "Free Online" section.
2015-07-23 11:24:40 -07:00
Ian Bertolacci
3332ce43bb
added scans and reductions
2015-07-22 19:08:22 -07:00
Ian Bertolacci
77daaef8ed
config param changeup
...
changed some of the wording of the param config example.
Namely put the comment immediately below the example.
Also added --set to the noteable arguments list.
Also changed "compile(?: )?time" to "compile-time"
2015-07-20 13:07:23 -07:00
Ian Bertolacci
d35d9d213c
Word error
...
that -> than
2015-07-20 13:01:25 -07:00
Ian Bertolacci
2936ca4c69
Erroneous comment
...
removed "define mySecondVar as a real" unnecessary and incorrect.
2015-07-20 12:59:35 -07:00
Ian Bertolacci
d2d98a3810
Spelling error
...
Tupe -> Tuple
2015-07-20 08:17:01 -07:00
Ian Bertolacci
bcc84f9c76
Explained atomics, moved atomics first
...
Felt the need to add in an explanation about atomics, then felt that (because atomics are common in language and in theory) it should go before sync and single vars.
Should I explain sync and single?
2015-07-20 08:09:28 -07:00
Ian Bertolacci
d31b133e57
Merge branch 'master' of github.com:ian-bertolacci/learnxinyminutes-docs
2015-07-19 19:59:42 -07:00
Ian Bertolacci
155bf5d0a2
Added sync, single, and atomic vars.
2015-07-19 19:59:30 -07:00
Levi Bostian
a7f82aa29f
Merge pull request #1169 from ian-bertolacci/master
...
Merged fix from upstream, added slight corrections
2015-07-19 18:07:09 -05:00
Ian Bertolacci
fe0c14b8ad
De-capitalization
...
Changed language name and filename back to lower case 'chapel' in keeping with previous name to avoid possible site breakage.
2015-07-19 16:01:04 -07:00
Ian Bertolacci
bad5266d05
Slight modifications.
2015-07-18 14:16:08 -07:00
Ian Bertolacci
3ca94ec6ac
Merged down
2015-07-18 14:10:01 -07:00
Adam Bard
71f87d44fd
More line breaks
...
Fix formatting in places
2015-07-18 09:21:14 +09:00
Ian Bertolacci
6a54bca6ee
Capitalization, Chapel Directory.
2015-07-17 10:31:32 -07:00
Ian Bertolacci
e7fe0b267a
Spellcheck
2015-07-17 10:24:16 -07:00
Ian Bertolacci
77c4ddb522
Put lists back in
...
Pretty sure what was causing the 'back end' error was my bad markdown skills
2015-07-17 10:15:29 -07:00
Ian Bertolacci
4ae7b49219
Changed bash examples from block code
...
Bash examples were in block code form (triple tick), should have been in inline mode (single tic)
2015-07-17 10:13:51 -07:00
Ian Bertolacci
4edb920f51
capitalization and attempt to fix lists
2015-07-17 10:09:21 -07:00
Adam Bard
cad5789e26
Merge pull request #1167 from MrMallIronmaker/patch-1
...
Changed %s formatting to {n} style.
2015-07-17 23:44:02 +09:00
Adam Bard
c22acdf8bd
Update chapel.html.markdown
...
Make sure nothing breaks (too badly)
2015-07-17 14:45:18 +09:00
Adam Bard
ea1efa2fc5
Merge pull request #1165 from ian-bertolacci/master
...
Chapel Tutorial
2015-07-17 14:44:15 +09:00
Mark Miller
d995a0ae27
Changed %s formatting to {n} style.
...
If line 117 is accurate, then {n} style string formatting is the preferred style, and it should be reflected in the examples.
2015-07-16 16:45:25 -05:00
Levi Bostian
d70a0ce1df
Merge pull request #1166 from kdamball/patch-1
...
[matlab/en] Correct profile command
2015-07-16 14:54:20 -05:00
Kado
90c27c72cf
Update matlab.html.markdown
2015-07-16 18:43:13 +03:00
Geoff Liu
53f0f98ac4
Merge pull request #1163 from Garnel/master
...
rust/zh Add chinese translation for rust
2015-07-15 14:01:25 -06:00
ian.bertolacci
29e468266d
Merge branch 'master' of github.com:ian-bertolacci/learnxinyminutes-docs
...
Something
2015-07-15 12:08:24 -07:00
ian.bertolacci
37257b5922
epiphany on ref returns. lead to better example of ref returns and then also a description of ref vars
2015-07-15 12:08:15 -07:00
Guangming Mao
cf26b05a23
Refine some sentences and fix some typos
2015-07-15 16:01:37 +08:00
Ian Bertolacci
d6f8b8e629
Codify proc() main lacking note
2015-07-14 19:09:10 -07:00
ian.bertolacci
7640ea4a30
Some rewriting, hopefully the last commit before pull request
2015-07-14 19:07:59 -07:00
ian.bertolacci
2e7ebaa3b9
A number of edits. Some cosmetic. Added iterators, argument/return intents
2015-07-14 18:40:53 -07:00
ian.bertolacci
343ae6ca1b
Almost last update. Small changes to wording
2015-07-14 17:49:59 -07:00
ian.bertolacci
e8b259f4c6
Moved majority of header to bottom. Less preachy?
2015-07-14 17:44:55 -07:00
Ian Bertolacci
6a6673b154
Fixed almost pi
...
22/7ths is closer to pi than 11/7ths. Almost twice as close!
2015-07-14 17:32:00 -07:00
ian.bertolacci
df0cd1395d
numerous slight modifications, and additions. Notable: added const, param, config
2015-07-14 17:30:09 -07:00
ian.bertolacci
2a41844229
changed some wording in header. added tuple expansion
2015-07-14 07:40:53 -07:00
ian.bertolacci
7bdcbc834e
removed IRC node. That node refers to people developing in the compiler, no developers using the language
2015-07-13 16:42:46 -07:00
Ian Bertolacci
28f2817ac3
removed hyphen
...
removed hyphen from library-documentation
2015-07-12 16:50:55 -07:00