Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | | | | Merge branch 'master' of github.com:ian-bertolacci/learnxinyminutes-docs | Ian Bertolacci | 2015-07-19 | -2/+2 | |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Added sync, single, and atomic vars. | Ian Bertolacci | 2015-07-19 | -1/+77 | |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #1178 from thiagovandieten/patch-1 | ven | 2015-08-02 | -1/+1 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix 'filename' collision between csharp{,-tr}.html.markdown | ||||
| * | | | | | | | | Fix 'filename' collision between csharp{,-tr}.html.markdown | Thiago van Dieten | 2015-08-02 | -1/+1 | |
|/ / / / / / / / | | | | | | | | | | | | | | | | | Both were set to LearnCSharp.cs, so the live site has been serving the Turkish version for English. | ||||
* | | | | | | | | Merge pull request #1150 from a3f/patch-1 | ven | 2015-07-28 | -3/+3 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fixed misinfo regarding sigils | ||||
| * | | | | | | | | Fixed misinfo regarding sigils | Ahmad Fatoum | 2015-06-19 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | also # is more commonly called number sign than number symbol. | ||||
* | | | | | | | | | Merge pull request #1175 from genkimarshall/python3-next | Geoff Liu | 2015-07-24 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [python3/en] Use `next()` instead of `__next__()` | ||||
| * | | | | | | | | | [python3/en] Use `next()` instead of `__next__()` | Genki Marshall | 2015-07-24 | -6/+6 | |
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | | | | | | | Merge pull request #1174 from asweigart/master | Levi Bostian | 2015-07-23 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Added links to the free book "Automate the Boring Stuff with Python" … | ||||
| * | | | | | | | | | Added links to the free book "Automate the Boring Stuff with Python" to the ↵ | Al Sweigart | 2015-07-23 | -0/+2 | |
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Free Online" section. | ||||
* | | | | | | | | | Merge pull request #1169 from ian-bertolacci/master | Levi Bostian | 2015-07-19 | -13/+11 | |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | Merged fix from upstream, added slight corrections | ||||
| * | | | | | | | | De-capitalization | Ian Bertolacci | 2015-07-19 | -2/+2 | |
| | |/ / / / / / | |/| | | | | | | | | | | | | | | Changed language name and filename back to lower case 'chapel' in keeping with previous name to avoid possible site breakage. | ||||
| * | | | | | | | Slight modifications. | Ian Bertolacci | 2015-07-18 | -4/+4 | |
| | | | | | | | | |||||
| * | | | | | | | Merged down | Ian Bertolacci | 2015-07-18 | -15/+25 | |
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
* | | | | | | | | More line breaks | Adam Bard | 2015-07-18 | -1/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fix formatting in places | ||||
* | | | | | | | | Merge pull request #1167 from MrMallIronmaker/patch-1 | Adam Bard | 2015-07-17 | -4/+4 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Changed %s formatting to {n} style. | ||||
| * | | | | | | | | Changed %s formatting to {n} style. | Mark Miller | 2015-07-16 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If line 117 is accurate, then {n} style string formatting is the preferred style, and it should be reflected in the examples. | ||||
| | * | | | | | | | Capitalization, Chapel Directory. | Ian Bertolacci | 2015-07-17 | -1/+1 | |
| | | | | | | | | | |||||
| | * | | | | | | | Spellcheck | Ian Bertolacci | 2015-07-17 | -8/+6 | |
| | | | | | | | | | |||||
| | * | | | | | | | Put lists back in | Ian Bertolacci | 2015-07-17 | -12/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Pretty sure what was causing the 'back end' error was my bad markdown skills | ||||
| | * | | | | | | | Changed bash examples from block code | Ian Bertolacci | 2015-07-17 | -9/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bash examples were in block code form (triple tick), should have been in inline mode (single tic) | ||||
| | * | | | | | | | capitalization and attempt to fix lists | Ian Bertolacci | 2015-07-17 | -12/+17 | |
| |/ / / / / / / |/| | | | | | | | |||||
* | | | | | | | | Update chapel.html.markdown | Adam Bard | 2015-07-17 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Make sure nothing breaks (too badly) | ||||
* | | | | | | | | Merge pull request #1165 from ian-bertolacci/master | Adam Bard | 2015-07-17 | -0/+815 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Chapel Tutorial | ||||
| * | | | | | | | Merge branch 'master' of github.com:ian-bertolacci/learnxinyminutes-docs | ian.bertolacci | 2015-07-15 | -1/+1 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Something | ||||
| | * | | | | | | | Codify proc() main lacking note | Ian Bertolacci | 2015-07-14 | -1/+1 | |
| | | | | | | | | | |||||
| * | | | | | | | | epiphany on ref returns. lead to better example of ref returns and then also ↵ | ian.bertolacci | 2015-07-15 | -6/+22 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | a description of ref vars | ||||
| * | | | | | | | Some rewriting, hopefully the last commit before pull request | ian.bertolacci | 2015-07-14 | -131/+145 | |
| | | | | | | | | |||||
| * | | | | | | | A number of edits. Some cosmetic. Added iterators, argument/return intents | ian.bertolacci | 2015-07-14 | -42/+87 | |
| | | | | | | | | |||||
| * | | | | | | | Almost last update. Small changes to wording | ian.bertolacci | 2015-07-14 | -3/+3 | |
| | | | | | | | | |||||
| * | | | | | | | Moved majority of header to bottom. Less preachy? | ian.bertolacci | 2015-07-14 | -34/+43 | |
| | | | | | | | | |||||
| * | | | | | | | Fixed almost pi | Ian Bertolacci | 2015-07-14 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 22/7ths is closer to pi than 11/7ths. Almost twice as close! | ||||
| * | | | | | | | numerous slight modifications, and additions. Notable: added const, param, ↵ | ian.bertolacci | 2015-07-14 | -94/+103 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | config | ||||
| * | | | | | | | changed some wording in header. added tuple expansion | ian.bertolacci | 2015-07-14 | -7/+10 | |
| | | | | | | | | |||||
| * | | | | | | | removed IRC node. That node refers to people developing in the compiler, no ↵ | ian.bertolacci | 2015-07-13 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | developers using the language | ||||
| * | | | | | | | removed hyphen | Ian Bertolacci | 2015-07-12 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | removed hyphen from library-documentation | ||||
| * | | | | | | | Bad Link fix | Ian Bertolacci | 2015-07-12 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | fixed a link that was suppose to go to the chapel.cray.com site, but did not. | ||||
| * | | | | | | | Link and header fix | Ian Bertolacci | 2015-07-12 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. put latest release url under the text [download the latest ....] 2. changed '... important to us!' to '... important to the developers!' so not to confuse the us (chapel dev team) with the tutorial people (learnxinyminutes) | ||||
| * | | | | | | | List formatting | Ian Bertolacci | 2015-07-12 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Lists needed a space before numbers to actually become html list formatted. | ||||
| * | | | | | | | Header modified | Ian Bertolacci | 2015-07-12 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Found an unfinished sentence, fixed it. | ||||
| * | | | | | | | Minor fix | Ian Bertolacci | 2015-07-12 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | removed .com from my (ian bertolacci) website link | ||||
| * | | | | | | | added chapel.html.markdown, performed a first pass at the tutorial, and the ↵ | = | 2015-07-12 | -0/+722 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | beginning readme of the tutorial. Currently missing topics [ reduction, scal, non-loop tuple expansion, whole array/partial array assignment] | ||||
* | | | | | | | | Merge pull request #1166 from kdamball/patch-1 | Levi Bostian | 2015-07-16 | -1/+1 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [matlab/en] Correct profile command | ||||
| * | | | | | | | | Update matlab.html.markdown | Kado | 2015-07-16 | -1/+1 | |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #1163 from Garnel/master | Geoff Liu | 2015-07-15 | -0/+296 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | rust/zh Add chinese translation for rust | ||||
| * | | | | | | | Refine some sentences and fix some typos | Guangming Mao | 2015-07-15 | -8/+8 | |
| | | | | | | | | |||||
| * | | | | | | | rust/zh Add chinese translation for rust | Guangming Mao | 2015-07-08 | -0/+296 | |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #1159 from mjhea0/patch-1 | Levi Bostian | 2015-07-06 | -1/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | python/en - added two resources | ||||
| * | | | | | | | Update python.html.markdown | Michael Herman | 2015-07-05 | -2/+0 | |
| | | | | | | | | |||||
| * | | | | | | | python/en - added two resources | Michael Herman | 2015-07-05 | -0/+2 | |
| | | | | | | | |