summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* proof readingJason J Ayala P2014-09-19-1/+1
|
* minor fixJason J Ayala P2014-09-19-1/+1
|
* cleanupJason J Ayala P2014-09-19-2/+1
|
* cleanupJasonJAyalaP2014-09-19-4/+0
|
* cleanupJasonJAyalaP2014-09-19-1/+1
|
* cleanupJasonJAyalaP2014-09-19-2/+2
|
* cleanupJasonJAyalaP2014-09-19-14/+17
|
* cleanupJasonJAyalaP2014-09-19-4/+0
|
* cleanupJasonJAyalaP2014-09-19-2/+3
|
* Removed common operations, explained continueJasonJAyalaP2014-09-19-14/+3
|
* shorter descJasonJAyalaP2014-09-19-2/+1
|
* Fixes and updatesJasonJAyalaP2014-09-19-42/+56
|
* Renamed vars and types for clarity; minor stuff; enum prefixJasonJAyalaP2014-09-18-36/+44
|
* mention renameJasonJAyalaP2014-09-18-3/+4
|
* filename fixJasonJAyalaP2014-09-18-1/+1
|
* ICJasonJAyalaP2014-09-18-0/+259
|
* Merge pull request #767 from MuhammadWang/patch-1Nami-Doc2014-09-15-1/+1
|\ | | | | Fix a typo
| * Fix a typoMuhammad Wang2014-09-15-1/+1
|/
* Merge pull request #766 from joelg236/patch-1Nami-Doc2014-09-14-1/+1
|\ | | | | Fixed very small spelling mistake
| * Fixed very small spelling mistakeJoel Gallant2014-09-14-1/+1
|/ | | semantices -> semantics
* Regexes thingies.Nami-Doc2014-09-13-3/+49
|
* Merge pull request #763 from AJIADb9/patch-1Nami-Doc2014-09-13-3/+3
|\ | | | | Added missing ";"
| * Added missing ";"Kirill2014-09-13-3/+3
|/
* Merge pull request #762 from matthiasn/patch-2Levi Bostian2014-09-12-1/+1
|\ | | | | Update compojure.html.markdown
| * Update compojure.html.markdownMatthias Nehlsen2014-09-12-1/+1
| | | | | | While I'm at it... great work, by the way. The article about Compojure is really helpful. Thanks for that
* | Merge pull request #761 from matthiasn/patch-1Levi Bostian2014-09-12-2/+2
|\ \ | | | | | | Update compojure.html.markdown
| * | Update compojure.html.markdownMatthias Nehlsen2014-09-12-2/+2
| |/ | | | | I think you meant different parameters for title and author
* | Merge pull request #760 from dmbaturin/masterLevi Bostian2014-09-12-13/+33
|\ \ | |/ |/| [ocaml/en] Syntax error fix and minor enhancements
| * Add anonymous functions and list map/filter sections to the OCaml tutorial.Daniil Baturin2014-09-13-0/+6
| |
| * Some information about the need for type annotations in OCaml tutorial.Daniil Baturin2014-09-13-1/+7
| |
| * Remove the signature explanation by grouping to avoid confusionDaniil Baturin2014-09-13-2/+1
| | | | | | | | with signature syntax for function types.
| * Minor formatting and punctuation fix in the OCaml tutorial.Daniil Baturin2014-09-12-4/+4
| |
| * Break some long lines in OCaml tutorial to avoid horizontal scrolling.Daniil Baturin2014-09-12-5/+6
| |
| * Remove stray argument from the alternative matching syntax in OCaml tutorial.Daniil Baturin2014-09-12-1/+1
| | | | | | | | It wouldn't cause a syntax error, but wouldn't give intended result either.
| * An overly simplified explanation of currying in OCaml tutorial.Daniil Baturin2014-09-12-2/+8
| |
| * F# is also related to the ML family.Daniil Baturin2014-09-12-2/+4
| |
* | Merge pull request #756 from m90/markdown-de-singleNami-Doc2014-09-12-0/+256
|\ \ | | | | | | [markdown/de] add german translation of markdown tutorial
| * | add creditm902014-09-12-0/+1
| | |
| * | add missing commas and correct ss/sz usagem902014-09-12-21/+21
| | |
| * | rephrase introm902014-09-11-3/+4
| | |
| * | add german translation of markdown tutorialm902014-09-10-0/+254
| | |
* | | Merge pull request #759 from dmbaturin/masterNami-Doc2014-09-11-2/+43
|\ \ \ | | |/ | |/| Strings/character section and minor fixes in the OCaml tutorial.
| * | Minor style notes in the OCaml tutorial.Daniil Baturin2014-09-11-1/+9
| | |
| * | Add a section about strings and characters to the OCaml tutorial.Daniil Baturin2014-09-11-0/+33
| | |
| * | The native compiler is ocamlopt, not ocamlc.opt.Daniil Baturin2014-09-11-1/+1
| | | | | | | | | | | | Artifacts of late-night writing.
* | | Merge branch 'master' of github.com:adambard/learnxinyminutes-docsAdam2014-09-11-174/+1157
|\| |
| * | Merge pull request #758 from czertbytes/fix-typosNami-Doc2014-09-11-7/+7
| |\ \ | | | | | | | | [erlang/en] Fix typo in words calculate and area
| | * | Fix typo in words calculate and area, one moreDaniel Hodan2014-09-11-1/+1
| | | |
| | * | Fix typo in words calculate and areaDaniel Hodan2014-09-11-7/+7
| |/ /
| * | Merge pull request #757 from xksteven/masterLevi Bostian2014-09-10-0/+349
| |\ \ | | | | | | | | [c++/en] Created c++ tutorial