summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* 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 !
| * | | | A translation to French for XMLGeoffrey Liu2014-10-12-0/+127
| | |_|/ | |/| |
* | | | Merge pull request #794 from wzsk/masterLevi Bostian2014-10-17-90/+90
|\ \ \ \ | | | | | | | | | | [tmux/en] Improve style & content
| * \ \ \ Merge branch 'master' of github.com:adambard/learnxinyminutes-docsjmaud2014-10-15-38/+150
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Merge changes
| * | | | | Updates to tmux.confjmaud2014-10-08-9/+21
| | | | | | | | | | | | | | | | | | | | | | | | Added reloading tmux configuration
| * | | | | Correct Contributor's list & line spacingJohnathan Maudlin2014-10-07-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | - Contributor's list had an improper character which ruined the formatting. - The Theme section was preceded by three line breaks rather than two.
| * | | | | Adjustments to Style & Contentjmaud2014-10-07-94/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Style changes - Site format has changed back to ~80 columns, certain rows have had line breaks removed. - Indentation has been adjusted globally to give additional space and consistency. - Configuring Tmux has been separated due to long lines causing the entire page to scroll horizontally and block text. - tmux.conf has been reorganized to better explain settings categorically to new users. Content Changes - Unmapping the prefix key contained erroneous data - Misc section and it's contained "bind r source.." setting are superfluous, as when this points to the next file to use in the configuration, not the current file. Since no additional configuration files have been used, it has been removed.
* | | | | | Merge pull request #789 from gskielian/masterLevi Bostian2014-10-17-0/+9
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Added `sed ` and `grep` examples/descriptions to useful-commands
| * | | | | Changed descriptions, added grep, fgrep examplesGregory S. Kielian2014-10-04-4/+8
| | | | | |
| * | | | | amended sed and bash descriptionsGregory S. Kielian2014-09-27-2/+2
| | | | | |
| * | | | | amended grep descriptionGregory S. Kielian2014-09-27-1/+1
| | | | | |
| * | | | | Added `sed` and `grep` examples to useful-commandsGregory S. Kielian2014-09-27-0/+5
| | | | | |
* | | | | | Merge pull request #808 from justincampbell/rust-guideNami-Doc2014-10-14-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | [rust] Rust tutorial -> The Rust Guide
| * | | | | | Rust tutorial -> The Rust GuideJustin Campbell2014-10-14-2/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | Previous link is deprecated
* | | | | | Merge pull request #807 from zneo/masterNami-Doc2014-10-14-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | octal is 8
| * | | | | | octal is eight in Chinesezang2014-10-14-2/+2
| | | | | | |
* | | | | | | Merge pull request #805 from g-liu/master-renameAdam Bard2014-10-13-21/+22
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Capitalize language names.
| * | | | | | Capitalize language names for translations.Geoffrey Liu2014-10-12-17/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | #137
| * | | | | | Capitalize language names. See #137Geoffrey Liu2014-10-12-4/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #798 from asaskevich/masterAndre Polykanine A.K.A. Menelion Elensúlë2014-10-13-0/+104
|\ \ \ \ \ \ | | | | | | | | | | | | | | [RU] coffeescript.html.markdown
| * | | | | | Update coffeescript-ru.html.markdownAlex Saskevich2014-10-12-2/+2
| | | | | | |
| * | | | | | Update coffeescript-ru.html.markdownAlex Saskevich2014-10-12-5/+5
| | | | | | |
| * | | | | | Nickname moved to `translators` sectionAlex Saskevich2014-10-11-0/+1
| | | | | | |
| * | | | | | Fixed filenameAlex Saskevich2014-10-11-1/+1
| | | | | | |
| * | | | | | Russian tranlation of coffeescript.html.markdownAlex Saskevich2014-10-10-0/+103
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #804 from weaselp/masterNami-Doc2014-10-12-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix a comment that indicates what "say @array" will print.
| * | | | | Fix a comment that indicates what "say @array" will print.Peter Palfrader2014-10-12-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | We assigned 6 to @array[1] a few lines before, so say @array will print "a 6 b", not "a 2 b".
* / / / / Update scala.html.markdownAdam Bard2014-10-12-3/+2
|/ / / /
* | | | Merge pull request #795 from marvelousNinja/plus_signs_in_pythonLevi Bostian2014-10-09-9/+9
|\ \ \ \ | | | | | | | | | | [python/en] Removed unnecessary plus signs in bool operators section
| * | | | [python/en] Removed unnecessary plus signs in bool operators sectionAlexander Sologub2014-10-09-9/+9
| | |/ / | |/| |
* | | | Merge pull request #796 from Oire/python-expLevi Bostian2014-10-09-0/+8
|\ \ \ \ | |/ / / |/| | | [python/en] Adding exponentiation operator
| * | | Gosh, what happened to me today?( Fixed the left bracketAndre Polykanine A.K.A. Menelion Elensúlë2014-10-09-1/+1
| | | |
| * | | Corrected as per @iirelu's commentAndre Polykanine A.K.A. Menelion Elensúlë2014-10-09-2/+2
| | | |