summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
| * | | | Merge pull request #757 from xksteven/masterLevi Bostian2014-09-10-0/+349
| |\ \ \ \ | | | | | | | | | | | | [c++/en] Created c++ tutorial
| | * | | | Created c++ tutorialSteven Basart2014-09-10-0/+349
| | | | | | | | | | | | | | | | | | c++
| * | | | | Merge pull request #755 from kaernyk/masterLevi Bostian2014-09-10-39/+42
| |\ \ \ \ \ | | | | | | | | | | | | | | [tmux/en] Correct formatting
| | * \ \ \ \ Merge remote-tracking branch 'upstream/master'kaernyk2014-09-10-0/+311
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Syncing changes with upstream before push
| | * | | | | | Improve formattingkaernyk2014-09-10-39/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | Merge pull request #754 from m90/masterLevi Bostian2014-09-10-4/+4
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [markdown/en] clarify strikethrough text and fix alt-attribute claims
| | * | | | | | | clarify availability of strikethrough text and fix false assumptions about ↵m902014-09-10-4/+4
| | | |_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | alt attributes
| * | | | | | | Merge pull request #750 from xksteven/masterLevi Bostian2014-09-10-8/+38
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | / / / | | | |_|/ / / | | |/| | | | [python3/en] Added Boolean operators + lowered line lengths
| | * | | | | [python/en] Added Bool operatorsSteven Basart2014-09-07-1/+1
| | | | | | | | | | | | | | | | | | | | | Modified Bool operators
| | * | | | | [python3/en] Bool operatorsSteven Basart2014-09-07-2/+3
| | | | | | | | | | | | | | | | | | | | | Bool operators
| | * | | | | [python/en] Added Bool operatorsSteven Basart2014-09-07-3/+11
| | | | | | | | | | | | | | | | | | | | | Bool operators
| | * | | | | Added Boolean operators and lowered line lengthsSteven Basart2014-09-07-5/+26
| | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | Fix up links.Adam Bard2014-09-10-3/+3
| | | | | | |
| * | | | | | Update ocaml.html.markdownAdam Bard2014-09-10-1/+3
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #753 from dmbaturin/ocamlNami-Doc2014-09-10-0/+309
| |\ \ \ \ \ | | | | | | | | | | | | | | Add OCaml tutorial.
| | * | | | | One more fix in the OCaml tutorial.Daniil Baturin2014-09-10-1/+1
| | | | | | |
| | * | | | | Fix some typos/errors in the OCaml tutorial.Daniil Baturin2014-09-10-56/+56
| | | | | | |
| | * | | | | Add OCaml tutorial.Daniil Baturin2014-09-10-0/+309
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #749 from kaernyk/patch-1Nami-Doc2014-09-10-71/+241
| |\ \ \ \ \ | | |/ / / / | |/| | | | [tmux/en] Structural updates & additional content
| | * | | | Merge pull request #2 from kaernyk/masterkaernyk2014-09-09-133/+790
| | |\ \ \ \ | | | | | | | | | | | | | | Update repo
| | | * \ \ \ Merge pull request #1 from kaernyk/patch-1kaernyk2014-09-09-0/+0
| | | |\ \ \ \ | | | |/ / / / | | |/| | / / | | | | |/ / | | | |/| | [tmux/en] tmux tutorial
| | * | | | Add tmux.confkaernyk2014-09-09-3/+128
| | | | | | | | | | | | | | | | | | Re-add example ~/.tmux.conf
| | * | | | Remove tmux.confkaernyk2014-09-09-188/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | Remove syntax highlightingkaernyk2014-09-08-1/+1
| | | | | | | | | | | | | | | | | | bash syntax highlighting created issues with an open " originating in Keybinds. I have disabled syntax highlighting so the display is consistent
| | * | | | Fix terminal commandskaernyk2014-09-08-34/+34
| | | | | | | | | | | | | | | | | | Header syntax has been corrected
| | * | | | Edit tmux.confkaernyk2014-09-08-51/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| | * | | | fix code blockkaernyk2014-09-05-91/+92
| | | | | | | | | | | | | | | | | | example tmux.conf was not nested as I previously thought. I combined the blocks and fixed the issue
| | * | | | Update tmux.html.markdownkaernyk2014-09-05-103/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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' ```
| | * | | | Update and rename learntmux.html.markdown to tmux.html.markdownkaernyk2014-09-05-71/+209
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | * | | testkaernyk2014-09-09-200/+241
| | | | | |
| | | * | | Merge remote-tracking branch 'upstream/master'kaernyk2014-09-09-277/+1582
| | | |\ \ \ | | |_|/ / / | |/| | | | | | | | | | pull latest
| * | | | | Merge pull request #751 from Oire/fix-ru-python-1Adam Bard2014-09-09-80/+186
| |\ \ \ \ \ | | | | | | | | | | | | | | [python-ru] Updating Russian translation of the Python 2.x tutorial
| | * | | | | [python-ru] Updating Russian translation of the Python 2.x tutorialAndre Polykanine A.K.A. Menelion Elensúlë2014-09-09-80/+186
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #748 from levibostian/clean-up-issuesNami-Doc2014-09-08-4/+18
| |\ \ \ \ \ | | | | | | | | | | | | | | Clean up issues
| | * | | | | Add FZSS's GitHub profile link to close ↵Levi Bostian2014-09-05-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/adambard/learnxinyminutes-docs/pull/666
| | * | | | | Merge master branch 'upstream/master'Levi Bostian2014-09-05-0/+240
| | |\ \ \ \ \
| | * | | | | | Add traditional for loop bash example to close ↵Levi Bostian2014-09-05-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/adambard/learnxinyminutes-docs/pull/654
| | * | | | | | Add lua-cn filename to close ↵Levi Bostian2014-09-05-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/adambard/learnxinyminutes-docs/pull/610/files
| | * | | | | | Couple changes to C to close ↵Levi Bostian2014-09-05-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/adambard/learnxinyminutes-docs/pull/594
| | | | | | * | Massive re-writekaernyk2014-09-05-56/+185
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | Updated compojure tutAdam2014-09-11-13/+56
|/ / / / / / /
* | | / / / / Review docs for added rouge lexers and update those with new highlightersAdam2014-09-08-21/+21
| |_|/ / / / |/| | | | |
* | | | | | Made beginning easierAdam2014-09-06-3/+5
| | | | | |
* | | | | | Merge branch 'master' of github.com:adambard/learnxinyminutes-docsAdam2014-09-06-52/+818
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #727 from nicolasbrugneaux/masterNami-Doc2014-09-06-0/+525
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | [javascript/fr]Added French translation for JavaScript.
| | * | | | | Updated scope part.Nicolas Brugneaux2014-08-20-4/+5
| | | | | | |
| | * | | | | TypoNicolas Brugneaux2014-08-20-1/+1
| | | | | | |
| | * | | | | better example.Nicolas Brugneaux2014-08-20-2/+2
| | | | | | |
| | * | | | | Updated according to the review.Nicolas Brugneaux2014-08-20-26/+38
| | | | | | |
| | * | | | | Translatated strings to "chaines de caractères"Nicolas Brugneaux2014-08-20-6/+6
| | | | | | |