summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Update compojure.html.markdownMatthias Nehlsen2014-09-12-1/+1
| | | While I'm at it... great work, by the way. The article about Compojure is really helpful. Thanks for that
* Merge pull request #756 from m90/markdown-de-singleNami-Doc2014-09-12-0/+256
|\ | | | | [markdown/de] add german translation of markdown tutorial
| * add creditm902014-09-12-0/+1
| |
| * add missing commas and correct ss/sz usagem902014-09-12-21/+21
| |
| * rephrase introm902014-09-11-3/+4
| |
| * add german translation of markdown tutorialm902014-09-10-0/+254
| |
* | Merge pull request #759 from dmbaturin/masterNami-Doc2014-09-11-2/+43
|\ \ | | | | | | Strings/character section and minor fixes in the OCaml tutorial.
| * | Minor style notes in the OCaml tutorial.Daniil Baturin2014-09-11-1/+9
| | |
| * | Add a section about strings and characters to the OCaml tutorial.Daniil Baturin2014-09-11-0/+33
| | |
| * | The native compiler is ocamlopt, not ocamlc.opt.Daniil Baturin2014-09-11-1/+1
| | | | | | | | | | | | Artifacts of late-night writing.
* | | Merge branch 'master' of github.com:adambard/learnxinyminutes-docsAdam2014-09-11-174/+1157
|\| |
| * | Merge pull request #758 from czertbytes/fix-typosNami-Doc2014-09-11-7/+7
| |\ \ | | | | | | | | [erlang/en] Fix typo in words calculate and area
| | * | Fix typo in words calculate and area, one moreDaniel Hodan2014-09-11-1/+1
| | | |
| | * | Fix typo in words calculate and areaDaniel Hodan2014-09-11-7/+7
| |/ /
| * | 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
| | |\ \ \ \