summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Some information about the need for type annotations in OCaml tutorial.Daniil Baturin2014-09-13-1/+7
|
* Remove the signature explanation by grouping to avoid confusionDaniil Baturin2014-09-13-2/+1
| | | | with signature syntax for function types.
* Minor formatting and punctuation fix in the OCaml tutorial.Daniil Baturin2014-09-12-4/+4
|
* Break some long lines in OCaml tutorial to avoid horizontal scrolling.Daniil Baturin2014-09-12-5/+6
|
* Remove stray argument from the alternative matching syntax in OCaml tutorial.Daniil Baturin2014-09-12-1/+1
| | | | It wouldn't cause a syntax error, but wouldn't give intended result either.
* An overly simplified explanation of currying in OCaml tutorial.Daniil Baturin2014-09-12-2/+8
|
* F# is also related to the ML family.Daniil Baturin2014-09-12-2/+4
|
* 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 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
| |\ \ \ \
| * | | | | Add traditional for loop bash example to close ↵Levi Bostian2014-09-05-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/adambard/learnxinyminutes-docs/pull/654