summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* fix lots of typos, weird phrasings and translation errorsm902014-09-21-90/+89
|
* Merge pull request #770 from nt591/elixirNami-Doc2014-09-18-1/+1
|\ | | | | [elixir/en] fix typo
| * fix typoNikhil Thomas2014-09-18-1/+1
|/
* Merge pull request #769 from prrrnd/css-frNami-Doc2014-09-18-1/+1
|\ | | | | [css/fr-fr] Fixed typo
| * Fixed typoPierre-Arnaud Baciocchini2014-09-18-1/+1
| |
* | Merge pull request #729 from prrrnd/css-frNami-Doc2014-09-16-0/+221
|\| | | | | [css/fr-fr] Added french translation of CSS
| * Fixes french translation of CSSPierre-Arnaud Baciocchini2014-09-16-31/+29
| |
| * Removed Swift frPierre-Arnaud Baciocchini2014-08-20-225/+0
| |
| * Fixed indentationPierre-Arnaud Baciocchini2014-08-20-1/+1
| |
| * [css/fr-fr] Added french translation of CSSPierre-Arnaud Baciocchini2014-08-20-0/+223
| |
| * Added french translation for SwiftPierre-Arnaud Baciocchini2014-08-19-0/+225
| |
* | 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
| | * | | Created c++ tutorialSteven Basart2014-09-10-0/+349
| | | | | | | | | | | | | | | c++
| * | | | Merge pull request #755 from kaernyk/masterLevi Bostian2014-09-10-39/+42
| |\ \ \ \ | | | | | | | | | | | | [tmux/en] Correct formatting
| | * \ \ \ Merge remote-tracking branch 'upstream/master'kaernyk2014-09-10-0/+311
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Syncing changes with upstream before push
| | * | | | | Improve formattingkaernyk2014-09-10-39/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I noticed that quite a bit of the text was not wrapped appropriately and was ruining the display. I have since reduced all lines possible to wrap at/before 72 columns
| * | | | | | Merge pull request #754 from m90/masterLevi Bostian2014-09-10-4/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | [markdown/en] clarify strikethrough text and fix alt-attribute claims