Commit Graph

2098 Commits

Author SHA1 Message Date
Levi Bostian
4a7a7e3e9d Add @ukom Polish Perl translation from PR https://github.com/adambard/learnxinyminutes-docs/pull/341 2014-10-17 21:19:08 -05:00
Levi Bostian
115f35287f Merge pull request #809 from levibostian/little-fixes-after-merging
Little fixes after merging
2014-10-17 21:11:03 -05:00
Levi Bostian
ccdd47267b Add a couple missing parts to the markdown doc from @ukom PR https://github.com/adambard/learnxinyminutes-docs/pull/341 2014-10-17 21:09:51 -05:00
Levi Bostian
780826ac27 Fix typos from amd.html PR https://github.com/adambard/learnxinyminutes-docs/pull/803 2014-10-17 20:58:45 -05:00
Levi Bostian
0ec14c6914 Add fixes from @marcom's PR https://github.com/adambard/learnxinyminutes-docs/pull/765 2014-10-17 20:57:18 -05:00
Levi Bostian
01b671bf39 Fix beginning typo from bash 2014-10-17 20:54:45 -05:00
Levi Bostian
57b5eb1bac Merge pull request #800 from mrkline/master
C++ Improvements
2014-10-17 20:51:37 -05:00
Matt Kline
03d1bc5ed9 Address @levibostian's concerns for #800 2014-10-17 18:43:41 -07:00
Levi Bostian
2c5031dae9 Merge pull request #803 from m90/amd
[tools-amd/en] add AMD / require.js tutorial
2014-10-17 20:40:55 -05:00
Levi Bostian
c426ed8115 Merge pull request #801 from g-liu/fr-xml
A translation to French for XML
2014-10-17 20:28:21 -05:00
Levi Bostian
dd935d8d89 Merge pull request #794 from wzsk/master
[tmux/en] Improve style & content
2014-10-17 20:00:22 -05:00
Levi Bostian
7cfa4a7d5d Merge pull request #789 from gskielian/master
Added `sed ` and `grep` examples/descriptions to useful-commands
2014-10-17 19:56:07 -05:00
Matt Kline
fbf3c6d588 Add C++ section about RAII
Future contributions will include standard library containers
and C++11 features.
2014-10-17 01:04:37 -07:00
Matt Kline
eadecf8b95 Spell out favorite (instead of fav) in C++ doc 2014-10-17 00:03:33 -07:00
jmaud
fe27795960 Merge branch 'master' of github.com:adambard/learnxinyminutes-docs
Merge changes
2014-10-15 11:34:50 -04:00
Nami-Doc
bc6a21835f Merge pull request #808 from justincampbell/rust-guide
[rust] Rust tutorial -> The Rust Guide
2014-10-14 22:43:14 +02:00
Justin Campbell
8768176023 Rust tutorial -> The Rust Guide
Previous link is deprecated
2014-10-14 16:42:39 -04:00
Nami-Doc
0706788b9e Merge pull request #807 from zneo/master
octal is 8
2014-10-14 11:05:10 +02:00
zang
6119f4b307 octal is eight in Chinese 2014-10-14 16:13:22 +08:00
Adam Bard
7c412d8a55 Merge pull request #805 from g-liu/master-rename
Capitalize language names.
2014-10-13 11:45:36 +03:00
Matt Kline
8e9d5af1ea Minor C++ fixes 2014-10-12 23:37:10 -07:00
Andre Polykanine A.K.A. Menelion Elensúlë
0001d590c6 Merge pull request #798 from asaskevich/master
[RU] coffeescript.html.markdown
2014-10-13 01:17:09 +03:00
Geoffrey Liu
ef6544a886 Capitalize language names for translations.
#137
2014-10-12 14:24:42 -07:00
Nami-Doc
1583f0102f Merge pull request #804 from weaselp/master
Fix a comment that indicates what "say @array" will print.
2014-10-12 23:14:21 +02:00
Geoffrey Liu
73cfde72b0 Merge remote-tracking branch 'origin/master' into fr-xml 2014-10-12 13:43:22 -07:00
Geoffrey Liu
e2913890cb Corrections
Merci @Oire !
2014-10-12 13:43:05 -07:00
Geoffrey Liu
6933d24227 Capitalize language names. See #137 2014-10-12 12:24:52 -07:00
Peter Palfrader
74533ea292 Fix a comment that indicates what "say @array" will print.
We assigned 6 to @array[1] a few lines before, so say @array will print
"a 6 b", not "a 2 b".
2014-10-12 19:41:07 +02:00
m90
c6b0ca4350 add amd / requirejs tutorial 2014-10-12 13:52:12 +02:00
Adam Bard
4feb1f380a Update scala.html.markdown 2014-10-12 12:48:32 +03:00
Alex Saskevich
fb9726b7be Update coffeescript-ru.html.markdown 2014-10-12 11:11:40 +03:00
Alex Saskevich
7519249a0e Update coffeescript-ru.html.markdown 2014-10-12 11:03:06 +03:00
Geoffrey Liu
8cf99735a0 A translation to French for XML 2014-10-12 00:08:04 -07:00
Matt Kline
e1ed5393fc Major overhaul of C++ documentation
- 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.
2014-10-12 00:02:57 -07:00
Alex Saskevich
83217c2475 Nickname moved to translators section 2014-10-11 00:56:33 +03:00
Alex Saskevich
849f1d26e2 Fixed filename 2014-10-11 00:18:04 +03:00
Alex Saskevich
a994e73a23 Russian tranlation of coffeescript.html.markdown 2014-10-10 22:35:22 +03:00
Matt Kline
b39a6827e9 Remove trailing whitspace from c++.html.markdown 2014-10-09 22:58:09 -07:00
Matt Kline
dbb02b06b5 Add self as contributor to C++ doc 2014-10-09 22:58:02 -07:00
Levi Bostian
132823d274 Merge pull request #795 from marvelousNinja/plus_signs_in_python
[python/en] Removed unnecessary plus signs in bool operators section
2014-10-09 20:07:57 -05:00
Levi Bostian
e2b5279510 Merge pull request #796 from Oire/python-exp
[python/en] Adding exponentiation operator
2014-10-09 20:06:57 -05:00
Andre Polykanine A.K.A. Menelion Elensúlë
a2043f3adb Gosh, what happened to me today?( Fixed the left bracket 2014-10-09 23:22:24 +03:00
Andre Polykanine A.K.A. Menelion Elensúlë
68c9aed134 Corrected as per @iirelu's comment 2014-10-09 23:06:24 +03:00
Andre Polykanine A.K.A. Menelion Elensúlë
39d8753d52 [python/en] Adding exponentiation operator 2014-10-09 22:49:47 +03:00
Alexander Sologub
6629b5cd39 [python/en] Removed unnecessary plus signs in bool operators section 2014-10-09 19:50:55 +03:00
jmaud
54835f2094 Updates to tmux.conf
Added reloading tmux configuration
2014-10-08 21:23:20 -04:00
Johnathan Maudlin
a66c00c599 Correct Contributor's list & line spacing
- Contributor's list had an improper character which ruined the formatting.
- The Theme section was preceded by three line breaks rather than two.
2014-10-07 17:12:25 -04:00
jmaud
fd29de7f59 Adjustments to Style & Content
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.
2014-10-07 16:55:40 -04:00
Nami-Doc
ce3fb267f7 Merge pull request #793 from m90/csharp-typo
[c#/en] fix typo
2014-10-07 21:21:18 +02:00
m90
6ce6aa7b54 fix typo -> re(s)pository pattern 2014-10-07 20:38:14 +02:00