Commit Graph

2082 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Nami-Doc
d786c94f84 Fix a braino
caught by @wryk++
2014-10-07 15:47:06 +02:00
Gregory S. Kielian
d83a0f0385 Changed descriptions, added grep, fgrep examples 2014-10-04 14:50:00 -07:00
Nami-Doc
254548a70a Merge pull request #752 from Oire/add-ru-python3
[python3/ru] Adding a Russian translation for Python 3.x tutorial
2014-10-03 10:24:40 +02:00
Nami-Doc
ed96a34e11 Merge pull request #771 from Jell-E/master
[coffeescript/nl] Added Dutch translation of the coffeescript tutorial
2014-10-03 10:23:52 +02:00
Nami-Doc
3495117c5b Merge pull request #788 from SDLyu/master
LiveScript translation of zh-cn
2014-10-03 10:23:41 +02:00
sdlyu
221d72bcb0 Correct typo and rewrite the meaning of := 2014-09-29 10:30:40 +08:00
Nami-Doc
c77c92818c Merge pull request #790 from adventuretc/patch-2
Correction to use the intended variables.
2014-09-27 21:59:11 +02:00
Nami-Doc
160c826847 Capturing captures, and numbering them
also, multi-indexing in arrays
also, labeled loops (draft)
also, arrays vs $() vs parcel vs ... (@moritz++)
2014-09-27 21:57:10 +02:00
adventuretc
a5b7319eac Correction to use the intended variables. 2014-09-27 21:38:30 +02:00
Gregory S. Kielian
d22d591e3e amended sed and bash descriptions 2014-09-27 12:12:56 -07:00
Gregory S. Kielian
e9c21740df amended grep description 2014-09-27 12:06:36 -07:00
Gregory S. Kielian
b52a32dd24 Added sed and grep examples to useful-commands 2014-09-27 12:04:25 -07:00
sdlyu
0c77c29c88 Add translators information. 2014-09-26 16:16:19 +08:00
sdlyu
6de3499277 Fix typo 2014-09-26 15:13:10 +08:00
sdlyu
83d20b05f3 Add chinese translate of LiveScript 2014-09-26 15:11:06 +08:00
Nami-Doc
66f62c63ca Merge pull request #787 from eternalthinker/patch-1
Added correct syntax for c++ inheritance.
2014-09-24 09:48:29 +02:00