Commit Graph

2116 Commits

Author SHA1 Message Date
Joao Farias
484b01e663 [groovy-pt] Translation of Groovy page to pt-br 2014-10-18 19:52:45 -03:00
Levi Bostian
114949cdd0 Merge pull request #812 from dskecse/elixir-en-update
[elixir/en] Replace Records section w/ Structs one
2014-10-18 13:22:31 -05:00
Levi Bostian
b9466505f5 Attempt at fixing amd file's markdown on site. 2014-10-18 13:19:07 -05:00
Levi Bostian
a3b9367e07 Merge pull request #797 from sneveu/master
[haml/en] new haml article
2014-10-18 13:14:15 -05:00
Simon Neveu
1f39917528 Added info on indentation and escaping html, typos 2014-10-18 12:25:42 +01:00
Dzianis Dashkevich
c49e6f1928 [elixir/en] Replace Records section w/ Structs one
Fix typos
Add "Programming Elixir" and Elixir Cheat Sheet to References section
2014-10-18 14:00:32 +03:00
Levi Bostian
89fa5e0dab Merge pull request #811 from OscarF/patch-1
Recursive function a little bit to recursive
2014-10-17 22:51:33 -05:00
Oscar
b2cb538a5a Recursive function a little bit to recursive
Infinitely recursive
2014-10-18 11:44:44 +08:00
Levi Bostian
8e723a5f45 Update language type for XML fr 2014-10-17 21:43:23 -05:00
Levi Bostian
c8da130d2d Merge pull request #792 from cbess/master
[swift/en] Mo betta examples
2014-10-17 21:25:48 -05:00
C. Bess
679d7098f2 - update examples
- further explain Optional types
- add build config example
- explain array/dictionary mutability
- expand tuple example
2014-10-17 21:22:28 -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