Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Updated initialiser | Adit Mehta | 2019-04-06 | -1/+1 |
| | ||||
* | Note official chaple build doc | Ian Bertolacci | 2018-07-23 | -0/+2 |
| | ||||
* | permute intraction links | Ian Bertolacci | 2018-07-23 | -1/+1 |
| | ||||
* | removed parallelism start marker | Ian Bertolacci | 2018-07-23 | -1/+0 |
| | ||||
* | Make version agnostic | Ian Bertolacci | 2018-07-23 | -7/+9 |
| | ||||
* | [chapel/en] Update links | Ian Bertolacci | 2017-11-02 | -7/+7 |
| | | | | | | | Chapel changed their home site from chapel.cray.com to chapel-lang.org. All chapel links are changed, have been tested, and currently work. All links were tested as well, and all currently work. Also, I changed my (Ian J. Bertolacci) collaborators link to my new institution. | |||
* | [chapel/en] Chapel version update, mixed quotes | Ian Bertolacci | 2017-10-08 | -8/+8 |
| | | | | + Chapel is now version 1.16.0 + The syntax highlighter does *not* like single quotes `'` mixed with double quotes `"`. I have removed what appear to be the worst offenders. | |||
* | Fix a bunch of typos | HairyFotr | 2017-08-23 | -3/+3 |
| | ||||
* | [chapel/en] Style and example changes for Chapel (#2696) | Ben Harshbarger | 2017-04-03 | -562/+650 |
| | | | | | | | | | | | | | | | | * Updates for the Chapel language tour The Chapel repository includes variant of this 'language tour', which was recently modified in various ways: - *lots* of style/formatting changes more in-line with other programs in the Chapel repo - Additional examples of where-clauses and generics - fixes an incorrect example of a reversed range - improvements to comments * Remove backticks left over from rst * Keep text below 80, correct build steps | |||
* | Set bf, chapel, d and dart to use the language's highlighting | Samantha McVey | 2016-12-31 | -1/+1 |
| | | | | | Previously were using other languages with similar syntax, but now we have Pygments. | |||
* | Fix capitalization of GitHub | Zach Latta | 2016-02-23 | -1/+1 |
| | ||||
* | Fix typos | Jana Trestikova | 2015-10-24 | -2/+2 |
| | | | | | undestanding -> understanding uninterupted -> uninterrupted | |||
* | Typo: "thought of" not "though of" | Tim Heaney | 2015-10-08 | -1/+1 |
| | ||||
* | removing whitespace all over | Gabriel Halley | 2015-10-07 | -3/+3 |
| | ||||
* | Merge branch 'master' of github.com:adambard/learnxinyminutes-docs | Ian Bertolacci | 2015-10-04 | -4/+4 |
|\ | | | | | | | Fixed down merge-conflict. | |||
| * | Fix usage of "it's" in example comment for chapel | David Stockton | 2015-10-03 | -3/+3 |
| | | ||||
* | | Updated info for Chapel 1.12.0 | Ian Bertolacci | 2015-10-02 | -98/+98 |
| | | ||||
* | | Update to Chapel | Ian Bertolacci | 2015-08-17 | -2/+2 |
|/ | | | A reader/writer sync example was missing a "Reader: " notem | |||
* | main(), modules, array/range/domain slicing, loop-expressions, array ↵ | Ian Bertolacci | 2015-08-05 | -12/+103 |
| | | | | | | | | | | | 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. | |||
* | Small changes no.2 | Ian Bertolacci | 2015-08-02 | -5/+4 |
| | ||||
* | Small corrections. | Ian Bertolacci | 2015-08-02 | -10/+3 |
| | | | | | | Removed duplicate countDown. Weird leftover words from parallelism statemet General corrections so spelling capitalization | |||
* | Uniform tics, noteable arguments addition. | Ian Bertolacci | 2015-08-02 | -11/+12 |
| | | | | | | 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. | |||
* | Added modules and main() | Ian Bertolacci | 2015-08-02 | -204/+258 |
| | | | | | 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. | |||
* | Clarified some wording on the zipper iterator. Changed the example to ↵ | Ian Bertolacci | 2015-08-02 | -5/+7 |
| | | | | something more simple and informative. | |||
* | added count-down mutex example. Cleaned up some of the reductions and scans ↵ | Ian Bertolacci | 2015-08-01 | -23/+65 |
| | | | | prints | |||
* | added scans and reductions | Ian Bertolacci | 2015-07-22 | -0/+19 |
| | ||||
* | config param changeup | Ian Bertolacci | 2015-07-20 | -8/+9 |
| | | | | | | 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" | |||
* | Word error | Ian Bertolacci | 2015-07-20 | -1/+1 |
| | | | that -> than | |||
* | Erroneous comment | Ian Bertolacci | 2015-07-20 | -1/+1 |
| | | | removed "define mySecondVar as a real" unnecessary and incorrect. | |||
* | Spelling error | Ian Bertolacci | 2015-07-20 | -1/+1 |
| | | | Tupe -> Tuple | |||
* | Explained atomics, moved atomics first | Ian Bertolacci | 2015-07-20 | -33/+36 |
| | | | | 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? | |||
* | Merge branch 'master' of github.com:ian-bertolacci/learnxinyminutes-docs | Ian Bertolacci | 2015-07-19 | -2/+2 |
|\ | ||||
| * | 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. | |||
* | | Added sync, single, and atomic vars. | Ian Bertolacci | 2015-07-19 | -1/+77 |
|/ | ||||
* | Slight modifications. | Ian Bertolacci | 2015-07-18 | -4/+4 |
| | ||||
* | Merged down | Ian Bertolacci | 2015-07-18 | -11/+21 |
|\ | ||||
| * | More line breaks | Adam Bard | 2015-07-18 | -1/+11 |
| | | | | | | Fix formatting in places | |||
* | | 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 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 |
| |