Aleksey Pirogov
9a2123c675
edits of ru-ru/markdown-ru
2014-10-19 09:23:10 +04:00
Aleksey Pirogov
16b1249444
Markdown-ru: language tag
2014-09-13 22:34:40 +04:00
Aleksey Pirogov
a1a6427642
russian translation for Markdown
2014-09-13 22:31:33 +04:00
Nami-Doc
032557dc46
Merge pull request #763 from AJIADb9/patch-1
...
Added missing ";"
2014-09-13 15:11:07 +02:00
Kirill
39b7ae4d18
Added missing ";"
2014-09-13 15:04:49 +06:00
Levi Bostian
83c9693902
Merge pull request #762 from matthiasn/patch-2
...
Update compojure.html.markdown
2014-09-12 13:15:06 -05:00
Levi Bostian
6b63afa2ee
Merge pull request #761 from matthiasn/patch-1
...
Update compojure.html.markdown
2014-09-12 13:14:38 -05:00
Levi Bostian
814ac3d017
Merge pull request #760 from dmbaturin/master
...
[ocaml/en] Syntax error fix and minor enhancements
2014-09-12 13:13:19 -05:00
Daniil Baturin
5cf408a7a9
Add anonymous functions and list map/filter sections to the OCaml tutorial.
2014-09-13 00:54:23 +07:00
Daniil Baturin
807a958c78
Some information about the need for type annotations in OCaml tutorial.
2014-09-13 00:46:46 +07:00
Matthias Nehlsen
c67cd5bb4b
Update compojure.html.markdown
...
While I'm at it... great work, by the way. The article about Compojure is really helpful. Thanks for that
2014-09-12 19:36:53 +02:00
Daniil Baturin
166fb997a0
Remove the signature explanation by grouping to avoid confusion
...
with signature syntax for function types.
2014-09-13 00:36:15 +07:00
Matthias Nehlsen
d855f4a156
Update compojure.html.markdown
...
I think you meant different parameters for title and author
2014-09-12 19:33:03 +02:00
Daniil Baturin
2d01fb3c05
Minor formatting and punctuation fix in the OCaml tutorial.
2014-09-12 19:46:41 +07:00
Daniil Baturin
3995be4f4b
Break some long lines in OCaml tutorial to avoid horizontal scrolling.
2014-09-12 19:42:50 +07:00
Daniil Baturin
962d58d013
Remove stray argument from the alternative matching syntax in OCaml tutorial.
...
It wouldn't cause a syntax error, but wouldn't give intended result either.
2014-09-12 19:35:56 +07:00
Daniil Baturin
d9110cf7bc
An overly simplified explanation of currying in OCaml tutorial.
2014-09-12 19:34:50 +07:00
Daniil Baturin
55c269cc3c
F# is also related to the ML family.
2014-09-12 18:39:15 +07:00
Nami-Doc
dda23f5e80
Merge pull request #756 from m90/markdown-de-single
...
[markdown/de] add german translation of markdown tutorial
2014-09-12 09:23:18 +02:00
m90
b71bd349bb
add credit
2014-09-12 09:16:09 +02:00
m90
4c4649ad3d
add missing commas and correct ss/sz usage
2014-09-12 09:14:56 +02:00
Nami-Doc
61735345c4
Merge pull request #759 from dmbaturin/master
...
Strings/character section and minor fixes in the OCaml tutorial.
2014-09-11 17:22:09 +02:00
Daniil Baturin
15fd51c998
Minor style notes in the OCaml tutorial.
2014-09-11 21:40:15 +07:00
Daniil Baturin
791c123ba5
Add a section about strings and characters to the OCaml tutorial.
2014-09-11 21:22:02 +07:00
Adam
a7c89acfcf
Merge branch 'master' of github.com:adambard/learnxinyminutes-docs
2014-09-11 16:17:21 +02:00
Adam
3addfcf714
Updated compojure tut
2014-09-11 16:17:06 +02:00
Daniil Baturin
6eea532330
The native compiler is ocamlopt, not ocamlc.opt.
...
Artifacts of late-night writing.
2014-09-11 20:59:21 +07:00
Nami-Doc
6c0018c4b7
Merge pull request #758 from czertbytes/fix-typos
...
[erlang/en] Fix typo in words calculate and area
2014-09-11 12:22:05 +02:00
Daniel Hodan
e2885a8ff8
Fix typo in words calculate and area, one more
2014-09-11 12:20:32 +02:00
Daniel Hodan
faa297157a
Fix typo in words calculate and area
2014-09-11 12:16:25 +02:00
m90
d1929e2392
rephrase intro
2014-09-11 12:13:54 +02:00
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