Commit Graph

2123 Commits

Author SHA1 Message Date
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
Adam
fc84512fa6 Fix learntmux 2014-09-05 22:58:40 +02:00
Adam
c040acba1a Added compojure 2014-09-05 22:56:25 +02:00
Nami-Doc
0846eaa0e7 EDOUBLEDSPACE
My *fake* ocd kicked in
2014-09-05 15:05:13 +02:00
kaernyk
0833c79b34 Massive re-write
I wanted to show a lot more than I had previously, though this may have gotten a little out of hand for a casual glance in comparison to the previous version. I feel that a majority of the available tools/features that tmux has to offer should be noticeable during a quick skim, and the bulk of the information is still digestible over a short period of time.
2014-09-05 07:48:24 -04:00
Levi Bostian
dc2487aced Merge pull request #743 from kaernyk/master
[tmux/en] [WIP] Add tmux tutorial
2014-09-05 00:40:30 -05:00
Levi Bostian
3f60e0a9f3 Merge pull request #742 from xboston/patch-1
Errors correction in the Russian ( Golang ) language / Исправление ошибок русского языка
2014-09-05 00:35:35 -05:00
kaernyk
9f791e1e66 re-order commands
I'm trying to perfect the order so that learning how to use tmux can be reasonably accomplished in one sitting. I feel like I may be leaving out some things that power users would be interested in, but for the sake of someone attempting to find out if they enjoy using tmux I believe it is in decent shape.
2014-09-04 14:45:44 -04:00
kaernyk
4347222876 Update LearnTmux.txt 2014-09-04 14:30:25 -04:00
Nami-Doc
11eaadecc0 Merge pull request #745 from ben-eysenbach/patch-2
Clarified C Octal Character
2014-09-04 09:17:01 +02:00
Ben Eysenbach
c0c77e850c Clarified C Octal Character
This fixes issue #658
2014-09-03 22:46:50 -04:00
Levi Bostian
8df513c39b Merge pull request #744 from ben-eysenbach/patch-1
[matlab/en] Matlab syntax error
2014-09-03 20:42:29 -05:00
Ben Eysenbach
7d52148acf Matlab syntax error 2014-09-03 20:33:55 -04:00
Levi Bostian
d2e9003143 Merge pull request #732 from cbess/master
[swift/en] - add more examples; update examples
2014-09-02 20:34:38 -05:00
C. Bess
313c0daf05 - fix merge swift conflict
- Merge master
2014-09-02 18:52:04 -05:00
kaernyk
fd2cf1606f Update LearnTmux.txt
clean up in prep for markdown
2014-09-02 18:52:29 -04:00
kaernyk
d4286056d3 Create LearnTmux.txt
Quick write-up of using tmux
2014-09-02 18:24:41 -04:00
boston
29e602675c Исправление ошибок русского языка / Typo fixes
Исправлены синтаксические и пунктуационные ошибки русского языка
2014-09-02 11:41:31 +06:00
Levi Bostian
0b3f3e01e2 Merge pull request #741 from levibostian/master
Fix arrow => array java typo.
2014-09-01 11:02:17 -05:00
Levi Bostian
12c9653b03 Fix arrow => array java typo. 2014-09-01 11:01:30 -05:00
Nami-Doc
dfaa054ed7 Merge pull request #739 from Pvlerick/master
TypeScript page created
2014-09-01 11:01:38 +02:00
Philippe
ef37db634a Fixed errors and typos
After review from from Nami-Doc
2014-09-01 10:51:43 +02:00
Nami-Doc
fc60230c31 Merge pull request #740 from fredyr/purescript-pull-request
[purescript/en] Learn Purescript in Y minutes
2014-09-01 08:07:10 +02:00
Fredrik Dyrkell
199e2e8726 Learn Purescript in Y minutes 2014-08-31 23:26:56 +02:00
Philippe
20e827f254 Merge remote-tracking branch 'upstream/master' 2014-08-31 17:58:38 +02:00
Philippe
2c56f7bed4 Generics added
And a few typos corrected, ready for pull request
2014-08-31 17:57:44 +02:00
Nami-Doc
6f5f601660 Merge pull request #737 from agelber/fix_swift_class_name
[swift/en]Fix class name from Rect to Square
2014-08-28 12:31:40 -04:00
Assaf Gelber
c9400c2a7d Change swift class name to Square 2014-08-28 14:00:25 +03:00
Philippe
b8ba98c86c Merge remote-tracking branch 'upstream/master' 2014-08-27 17:55:21 +02:00
Philippe
bfa04112e8 Added filename in header 2014-08-27 16:14:57 +02:00
Philippe
0d022b14c0 Added section on Modules
Indented comments and edited the Interfaces part. Still missing indexers and Generics.
2014-08-27 15:41:12 +02:00
Nami-Doc
013112b9b3 Clarifications about *+* and ... with a sub
mrf++
2014-08-27 12:38:23 +02:00
Levi Bostian
3549a6a8ab Merge pull request #736 from acdx/patch-1
Use preferred shorthand syntax for dictionary type
2014-08-26 15:25:49 -05:00