summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Added yaml-frAndrei Curelaru2014-10-26-0/+156
|
* other fixesAndrei Curelaru2014-10-25-2/+3
|
* Good bye AsterixAndrei Curelaru2014-10-25-2/+2
|
* typographic and other fixesAndrei Curelaru2014-10-25-22/+21
|
* some fixes on line-lengthAndrei Curelaru2014-10-25-31/+75
|
* ayé c'est faitAndrei Curelaru2014-10-25-83/+72
|
* mi cheminAndrei Curelaru2014-10-25-87/+87
|
* Début de traduction MarkdownAndrei Curelaru2014-10-25-0/+255
|
* Merge pull request #816 from hobozo/patch-1Levi Bostian2014-10-21-2/+2
|\ | | | | Update haskell.html.markdown
| * Update haskell.html.markdownhobozo2014-10-21-2/+2
|/ | | Corrected terminology: currying -> partial application
* Merge pull request #764 from astynax/masterLevi Bostian2014-10-19-0/+279
|\ | | | | Markdown: translation to ru-ru
| * edits of ru-ru/markdown-ruAleksey Pirogov2014-10-19-30/+38
| |
| * Markdown-ru: language tagAleksey Pirogov2014-09-13-1/+2
| |
| * russian translation for MarkdownAleksey Pirogov2014-09-13-0/+270
| |
* | Merge pull request #812 from dskecse/elixir-en-updateLevi Bostian2014-10-18-15/+20
|\ \ | | | | | | [elixir/en] Replace Records section w/ Structs one
| * | [elixir/en] Replace Records section w/ Structs oneDzianis Dashkevich2014-10-18-15/+20
| | | | | | | | | | | | | | | Fix typos Add "Programming Elixir" and Elixir Cheat Sheet to References section
* | | Attempt at fixing amd file's markdown on site.Levi Bostian2014-10-18-2/+7
| | |
* | | Merge pull request #797 from sneveu/masterLevi Bostian2014-10-18-0/+155
|\ \ \ | |/ / |/| | [haml/en] new haml article
| * | Added info on indentation and escaping html, typosSimon Neveu2014-10-18-22/+36
| | |
| * | Added official docs linkSimon Neveu2014-10-09-1/+1
| | |
| * | Fixed indentationSimon Neveu2014-10-09-4/+4
| | |
| * | Added filters, ruby interpolation and additional resourcesSimon Neveu2014-10-09-8/+74
| | |
| * | testing git configSimon Neveu2014-10-08-0/+1
| | |
| * | Copy change to intro and formattingSimon Neveu2014-10-08-3/+7
| | |
| * | added comments, tags, classes, and attributesSimon Neveu2014-10-08-1/+63
| | |
| * | Init haml mdSimon Neveu2014-10-08-0/+8
| | |
* | | Merge pull request #811 from OscarF/patch-1Levi Bostian2014-10-17-1/+1
|\ \ \ | | | | | | | | Recursive function a little bit to recursive
| * | | Recursive function a little bit to recursiveOscar2014-10-18-1/+1
|/ / / | | | | | | Infinitely recursive
* | | Update language type for XML frLevi Bostian2014-10-17-1/+2
| | |
* | | Merge pull request #792 from cbess/masterLevi Bostian2014-10-17-24/+109
|\ \ \ | | | | | | | | [swift/en] Mo betta examples
| * | | - update examplesC. Bess2014-10-17-4/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - further explain Optional types - add build config example - explain array/dictionary mutability - expand tuple example
| * | | - mo betta examplesC. Bess2014-10-04-22/+59
| | | | | | | | | | | | | | | | | | | | | | | | - add `inout` example - better `optional` example - Playground issue has been resolved, uncommented `protocol` example
* | | | Merge pull request #809 from levibostian/little-fixes-after-mergingLevi Bostian2014-10-17-5/+22
|\ \ \ \ | | | | | | | | | | Little fixes after merging
| * | | | Add a couple missing parts to the markdown doc from @ukom PR ↵Levi Bostian2014-10-17-0/+8
| | | | | | | | | | | | | | | | | | | | https://github.com/adambard/learnxinyminutes-docs/pull/341
| * | | | Fix typos from amd.html PR ↵Levi Bostian2014-10-17-2/+6
| | | | | | | | | | | | | | | | | | | | https://github.com/adambard/learnxinyminutes-docs/pull/803
| * | | | Add fixes from @marcom's PR ↵Levi Bostian2014-10-17-2/+7
| | | | | | | | | | | | | | | | | | | | https://github.com/adambard/learnxinyminutes-docs/pull/765
| * | | | Fix beginning typo from bashLevi Bostian2014-10-17-1/+1
|/ / / /
* | | | Merge pull request #800 from mrkline/masterLevi Bostian2014-10-17-269/+511
|\ \ \ \ | | | | | | | | | | C++ Improvements
| * | | | Address @levibostian's concerns for #800Matt Kline2014-10-17-15/+41
| | | | |
| * | | | Add C++ section about RAIIMatt Kline2014-10-17-1/+129
| | | | | | | | | | | | | | | | | | | | | | | | | Future contributions will include standard library containers and C++11 features.
| * | | | Spell out favorite (instead of fav) in C++ docMatt Kline2014-10-17-3/+3
| | | | |
| * | | | Minor C++ fixesMatt Kline2014-10-12-3/+6
| | | | |
| * | | | Major overhaul of C++ documentationMatt Kline2014-10-12-222/+305
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Cleaned up and rephrased comments - Removed old and erroneous information - Normalized indentation to four spaces - Normalized style to "Stroustrup style" (http://www.stroustrup.com/bs_faq2.html#layout-style) - Added a section on references In the near future I plan on additional sections covering idiomatic use, such as RAII and C++11 paradigms.
| * | | | Remove trailing whitspace from c++.html.markdownMatt Kline2014-10-09-264/+265
| | | | |
| * | | | Add self as contributor to C++ docMatt Kline2014-10-09-0/+1
| | | | |
* | | | | Merge pull request #803 from m90/amdLevi Bostian2014-10-17-0/+203
|\ \ \ \ \ | | | | | | | | | | | | [tools-amd/en] add AMD / require.js tutorial
| * | | | | add amd / requirejs tutorialm902014-10-12-0/+203
| | | | | |
* | | | | | Merge pull request #801 from g-liu/fr-xmlLevi Bostian2014-10-17-0/+127
|\ \ \ \ \ \ | | | | | | | | | | | | | | A translation to French for XML
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into fr-xmlGeoffrey Liu2014-10-12-3/+2
| |\ \ \ \ \ \
| * | | | | | | CorrectionsGeoffrey Liu2014-10-12-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merci @Oire !