Levi Bostian
23e33df076
Merge pull request #757 from xksteven/master
...
[c++/en] Created c++ tutorial
2014-09-10 18:51:44 -05:00
Steven Basart
a055474864
Created c++ tutorial
...
c++
2014-09-10 18:04:18 -04:00
Levi Bostian
29a247b33c
Merge pull request #755 from kaernyk/master
...
[tmux/en] Correct formatting
2014-09-10 16:31:28 -05:00
Levi Bostian
e8735050ac
Merge pull request #754 from m90/master
...
[markdown/en] clarify strikethrough text and fix alt-attribute claims
2014-09-10 16:23:39 -05:00
Levi Bostian
4b63f7bf38
Merge pull request #750 from xksteven/master
...
[python3/en] Added Boolean operators + lowered line lengths
2014-09-10 16:16:32 -05:00
m90
34e239526d
add german translation of markdown tutorial
2014-09-10 20:17:16 +02:00
kaernyk
b20c426ce6
Merge remote-tracking branch 'upstream/master'
...
Syncing changes with upstream before push
2014-09-10 12:47:12 -04:00
kaernyk
9e76a70a6e
Improve formatting
...
I noticed that quite a bit of the text was not wrapped appropriately
and was ruining the display. I have since reduced all lines
possible to wrap at/before 72 columns
2014-09-10 12:42:05 -04:00
m90
c9f6a95930
clarify availability of strikethrough text and fix false assumptions about alt attributes
2014-09-10 18:07:19 +02:00
Adam Bard
1d5533f45b
Fix up links.
2014-09-10 17:37:17 +02:00
Adam Bard
146e6a4ac1
Update ocaml.html.markdown
2014-09-10 17:35:30 +02:00
Nami-Doc
f3655d0fab
Merge pull request #753 from dmbaturin/ocaml
...
Add OCaml tutorial.
2014-09-10 16:56:13 +02:00
Daniil Baturin
b2cf2228b3
One more fix in the OCaml tutorial.
2014-09-10 21:40:47 +07:00
Daniil Baturin
9f3bff9ce8
Fix some typos/errors in the OCaml tutorial.
2014-09-10 21:33:41 +07:00
Daniil Baturin
870289faa8
Add OCaml tutorial.
2014-09-10 20:17:03 +07:00
Nami-Doc
c1da1644ac
Merge pull request #749 from kaernyk/patch-1
...
[tmux/en] Structural updates & additional content
2014-09-10 09:26:27 +02:00
kaernyk
48d022b54d
Merge pull request #2 from kaernyk/master
...
Update repo
2014-09-09 22:12:46 -04:00
kaernyk
fb4b12c567
Merge pull request #1 from kaernyk/patch-1
...
[tmux/en] tmux tutorial
2014-09-09 22:06:22 -04:00
kaernyk
f45dbf6a81
test
2014-09-09 21:54:24 -04:00
kaernyk
b492bf6f37
Add tmux.conf
...
Re-add example ~/.tmux.conf
2014-09-09 21:19:53 -04:00
kaernyk
a4e381d756
Merge remote-tracking branch 'upstream/master'
...
pull latest
2014-09-09 21:05:13 -04:00
kaernyk
b71c8fb2f6
Remove tmux.conf
...
The linked resources have a few examples for users to build their own, and example configurations can be shared as links. This makes including it not too vital at the moment.
- Removed a handful of terminal commands & keybinds from the list
- Trimmed some overly-verbose paragraphs
2014-09-09 19:52:28 -04:00
Andre Polykanine A.K.A. Menelion Elensúlë
a5bf93da76
[python3-ru] Adding a Russian translation for Python 3.x tutorial
2014-09-09 18:49:29 +03:00
Adam Bard
38c4138a7b
Merge pull request #751 from Oire/fix-ru-python-1
...
[python-ru] Updating Russian translation of the Python 2.x tutorial
2014-09-09 13:03:29 +02:00
Andre Polykanine A.K.A. Menelion Elensúlë
db5d1eaf13
[python-ru] Updating Russian translation of the Python 2.x tutorial
2014-09-09 13:56:35 +03:00
Nami-Doc
28e43b32f0
Merge pull request #748 from levibostian/clean-up-issues
...
Clean up issues
2014-09-08 21:53:11 +02:00
kaernyk
eff9acfdde
Remove syntax highlighting
...
bash syntax highlighting created issues with an open " originating in Keybinds. I have disabled syntax highlighting so the display is consistent
2014-09-08 09:21:59 -04:00
kaernyk
e8e9f08c54
Fix terminal commands
...
Header syntax has been corrected
2014-09-08 09:12:30 -04:00
kaernyk
0f00fb2b7a
Edit tmux.conf
...
- Added additional content to terminal management
- Sectioned each category, and restructured how they were grouped
- Removed 'set -g mode-bg' as users can read the manual page if this becomes something they want to customize
2014-09-08 09:02:45 -04:00
Adam
eab554a7a7
Review docs for added rouge lexers and update those with new highlighters
2014-09-08 13:08:28 +02:00
Steven Basart
81b4f49e99
[python/en] Added Bool operators
...
Modified Bool operators
2014-09-07 19:32:46 -04:00
Steven Basart
820eebcd33
[python3/en] Bool operators
...
Bool operators
2014-09-07 19:23:07 -04:00
Steven Basart
62f4c0de22
[python/en] Added Bool operators
...
Bool operators
2014-09-07 19:22:01 -04:00
Steven Basart
9a909d6a4a
Added Boolean operators and lowered line lengths
...
Added Bool operators and and or, and lowered some line lengths. Also shifted some notes above the code lines to keep with same style and help readability. Also added a note on list comprehension. Also added adding to dictionary.
2014-09-07 02:39:31 -04:00
Adam
c0d8a18b08
Made beginning easier
2014-09-06 10:28:58 +02:00
Adam
94bdf4c9e5
Merge branch 'master' of github.com:adambard/learnxinyminutes-docs
2014-09-06 10:18:55 +02:00
Adam
014262f5c6
Updated compojure per weavejester's suggestions
2014-09-06 10:18:31 +02:00
kaernyk
408a4689f2
fix code block
...
example tmux.conf was not nested as I previously thought. I combined the blocks and fixed the issue
2014-09-05 23:20:51 -04:00
kaernyk
29581e5c13
Update tmux.html.markdown
...
Corrected page structure/style to conform to other tutorials
```
Line 18: Removed "tmux" as it has other purposes as well as quickly starting a blank session that will not be covered
Line 45: Added Meta/Alt explanation
Line 126: Moved 'bind-key C-a send-prefix" to the group that requires it
Line 184: Added comment
Line 186: Added comment pointing to resource required (if enabled)
- Removed 'set-option -g status-justify centre'
```
2014-09-05 23:11:58 -04:00
Nami-Doc
4420cd1e6b
Merge pull request #727 from nicolasbrugneaux/master
...
[javascript/fr]Added French translation for JavaScript.
2014-09-06 04:26:27 +02:00
kaernyk
e97b3d6a0f
Update and rename learntmux.html.markdown to tmux.html.markdown
...
Fixed some spelling, grammar, and punctuation issues
Line 48: Added additional items to the list of keybinds for power users
Line 104: Created section on configuring ~/.tmux.conf & added additional comments
Line 203: Added section including external resources
2014-09-05 22:06:10 -04:00
Levi Bostian
6f32b5bfd9
Merge pull request #723 from dskecse/ruby-en-style-changes
...
[ruby/en] Make style fixes to conform to Ruby style guide
2014-09-05 21:06:05 -05:00
Levi Bostian
291f6f6b22
Fix "initialized" typo.
2014-09-05 21:02:38 -05:00
Levi Bostian
1fb4886020
Merge pull request #703 from jcbohin/go-en-confusing_array_initialization-#257
...
[go/en] Array initialization disambiguation - fixes #257
2014-09-05 21:01:38 -05:00
Levi Bostian
b35ccf01af
Add FZSS's GitHub profile link to close https://github.com/adambard/learnxinyminutes-docs/pull/666
2014-09-05 20:59:37 -05:00
Levi Bostian
09d3dc896d
Merge master branch 'upstream/master'
2014-09-05 20:55:27 -05:00
Levi Bostian
5f85da5d63
Merge pull request #666 from FZSS/master
...
[markdown/zh-cn] Chinese Translation for Markdown
2014-09-05 20:53:56 -05:00
Levi Bostian
eefa3add63
Add traditional for loop bash example to close https://github.com/adambard/learnxinyminutes-docs/pull/654
2014-09-05 20:51:48 -05:00
Levi Bostian
64c1ee391f
Add lua-cn filename to close https://github.com/adambard/learnxinyminutes-docs/pull/610/files
2014-09-05 20:48:42 -05:00
Levi Bostian
cd7ed4f9f9
Couple changes to C to close https://github.com/adambard/learnxinyminutes-docs/pull/594
2014-09-05 20:47:18 -05:00