Abel Salgado Romero
3c38bb8197
[asciidoc/en][asciidoc/de][asciidoc/is][asciidoc/pt] fixed wrong
...
AsciiDoc section levels
2017-09-21 18:57:11 +02:00
Andre Polykanine A.K.A. Menelion Elensúlë
2ef2ea726b
Merge pull request #2860 from abelsromero/feat/add_AsciiDoc_spanish
...
[asciidoc/es-es] adds Spanish translation for AsciiDoc
2017-09-21 02:14:47 +03:00
Andre Polykanine A.K.A. Menelion Elensúlë
106a81cc0e
Merge pull request #2863 from groovytron/master
...
[python3/fr] Corrected some spelling mistakes and added an f-string example
2017-09-21 02:11:19 +03:00
Julien M'Poy
2c774e7e19
Added link to he-arc/livre-python book
2017-09-20 17:51:32 +02:00
Abel Salgado Romero
d88ae3b30d
applied fixes from review
2017-09-19 19:34:41 +02:00
Julien M'Poy
d14d97c2da
Translated the f-string example and updated translators list
2017-09-19 08:32:04 +02:00
Andre Polykanine A.K.A. Menelion Elensúlë
69709b4495
Merge pull request #2862 from Saugardas/actualize_ruby_translation
...
[ruby/ru] Add missing from English version
2017-09-19 00:43:27 +03:00
Julien M'Poy
da6ee99ff9
Corrected some spelling mistakes and added an f-string example
2017-09-18 12:13:53 +02:00
Vasiliy Petrov
216044e4f3
[ruby/ru] Add missing from English version
2017-09-17 21:00:30 +03:00
Abel Salgado Romero
12d0381cf0
[asciidoc/es-es] adds Spanish translation for AsciiDoc
2017-09-17 17:21:51 +02:00
Adam Bard
33d6dce8ba
Update c.html.markdown
...
Fix presence of bool (Fixes #2854 )
2017-09-12 22:43:55 -07:00
Adam Bard
a5c23e8af4
Update c.html.markdown
...
Note on macro hygiene. Fixes #2853
2017-09-12 22:42:18 -07:00
Adam Bard
a6e460618d
Update c.html.markdown
...
Fixes #2846 , #2849 , #2851 , #2852 (Thanks to @noncombatant)
2017-09-12 22:32:41 -07:00
Adam Bard
67e2ff0162
Try a backslash to fix formatting
2017-09-12 22:00:31 -07:00
Andre Polykanine A.K.A. Menelion Elensúlë
8cba5570bd
Merge pull request #2857 from patricktcoakley/new-edits
...
[sml/en] Add a link to ML For The Working Programmer
2017-09-13 02:11:47 +03:00
Andre Polykanine A.K.A. Menelion Elensúlë
4fd02c3116
Merge pull request #2856 from gim-/patch-1
...
[ru/all] Remove Dolphin's clutter from the repository
2017-09-13 02:06:55 +03:00
Patrick T Coakley
5e6262e90d
Add a link to ML For The Working Programmer, as it has recently been released for free for personal use by the original author.
2017-09-12 11:58:44 -04:00
Andrejs Mivreņiks
d3cdfe3327
Remove Dolphin's clutter from the repository
2017-09-12 15:33:36 +03:00
Mario
cd379d9e9e
[c++/en] container -> vector ( #2838 )
...
* container -> vector
fixed errors:
- "vector_name" and "Vector_name" (different case) would have resulted in a compile time error, now: "my_vector"
enhancements:
- typedef for consistency
- two push_backs to show its purpose
- both iteration types now have a working execution block (both output the vector's content)
- the first "classic loop" now also shows the operator [], which therefor is removed from below
- include and for with a white spaces for readability
* removed the typedef
the `typedef` was used to show that we will be using `string` as our base for all operations, but we are free to use any other type; of course it is technically not needed and might look like a redundancy. the two `cin` also look redundant, so I changed this into one `cin` and two `push_back`s
2017-09-12 08:21:23 +00:00
Andre Polykanine A.K.A. Menelion Elensúlë
a148661c74
Merge pull request #2855 from abelsromero/feat/added_further_reading_section_to_AsciiDoc
...
[asciidoc/en] fixes #2644 . Add `Further Reading` section to AsciiDoc
2017-09-12 02:05:19 +03:00
Abel Salgado Romero
ca4b1b70da
Update asciidoc.html.markdown
...
fixed review
2017-09-12 00:10:57 +02:00
Abel Salgado Romero
0e32ded9a4
fixes #2644 add Further Reading
section to AsciiDoc
2017-09-11 19:16:13 +02:00
Andre Polykanine A.K.A. Menelion Elensúlë
177db38831
[haskell/en] Added Happy Learn Haskell Tutorial. Fixed #2177
2017-09-10 22:26:33 +03:00
Andre Polykanine A.K.A. Menelion Elensúlë
8c7e26537e
Merge pull request #2845 from exic/master
...
[scala/de] Scala: German translation reviewed.
2017-09-10 16:54:23 +03:00
Jonas Friedemann Grote
a392fec734
Extend review.
2017-09-10 13:37:06 +02:00
Andre Polykanine A.K.A. Menelion Elensúlë
6e56aa136c
Merge pull request #2844 from jdjohnston/edn-change
...
[edn/en] Improve initial description of EDN
2017-09-08 22:19:58 +03:00
Jonas Friedemann Grote
5a1816bca9
Fix formatting.
2017-09-08 13:57:12 +02:00
Jonas Friedemann Grote
147907afc6
Review translation.
2017-09-08 13:54:54 +02:00
Jonas Friedemann Grote
be9e47d810
Remove trailing spaces.
2017-09-08 12:38:30 +02:00
Jonathan D Johnston
25eca3c527
[edn,en] Improve initial description of EDN
2017-09-07 19:34:29 -04:00
Andre Polykanine A.K.A. Menelion Elensúlë
2a3fbe26b6
Merge pull request #2842 from ian-bertolacci/patch-1
...
[python/en] Correct a variable name
2017-09-08 00:11:55 +03:00
Ian Bertolacci
6ec7fdc16b
[python/en] filled_dict
...
Address #2841
2017-09-07 13:26:46 -07:00
Pratik Karki
f72c4ef5e1
Merge pull request #2793 from hromojaro/tcl-es-new
...
[tcl/es-es] First version of the spanish translation
2017-09-06 01:27:31 +05:45
Pratik Karki
5307c3e533
Merge pull request #2798 from HugoGuillen/master
...
[awk/es-es] First version of spanish translation
2017-09-06 01:22:19 +05:45
Pratik Karki
7bdc184cd0
Merge pull request #2799 from begault/asymptotic-notation-fr
...
[asymptotic-notation/fr] fr-fr translation for asymptotic-notation
2017-09-06 01:17:49 +05:45
Pratik Karki
3e4f4e4dcd
fix typo
2017-09-06 01:14:56 +05:45
Pratik Karki
e4496d10d0
Merge pull request #2771 from spacegoing/spacegoing_elisp_cn
...
[elisp/zh-cn] Fix translation
2017-09-06 01:05:15 +05:45
Pratik Karki
68d9d41373
Merge pull request #2835 from JoaoGFarias/solidity-pt-br-translation
...
[solidity/pt-br] Full Translation
2017-09-06 01:03:33 +05:45
Pratik Karki
4ef9f3803d
Merge pull request #2833 from Myl0g/master
...
[vala/en] New Article: Vala Programming Language
2017-09-06 01:01:01 +05:45
Pratik Karki
018dc98a7f
Add lang
2017-09-06 00:55:49 +05:45
Pratik Karki
3c28b2c360
Merge pull request #2834 from wwalker/master
...
[ruby/en_us] Ruby has "methods" not "functions"
2017-09-06 00:46:21 +05:45
Andre Polykanine A.K.A. Menelion Elensúlë
29e1470400
Merge pull request #2836 from duke-m/patch-1
...
[perl6/en] removed the vimformation
2017-09-05 00:18:23 +03:00
Mario
acdbaec28e
removed the vimformation
...
did not render resp. markdown was not upped with it
2017-09-04 16:07:47 +02:00
JoaoGFarias
f225f0cb31
Solidity - PT/BR Translation
2017-09-03 13:14:09 -03:00
Andre Polykanine A.K.A. Menelion Elensúlë
c076537cf9
[c++/en] Added public declaration. Fixed #2805
2017-08-30 02:46:49 +03:00
Wayne Walker
836133b871
Ruby has "methods" not "functions"
2017-08-29 17:39:42 -05:00
Milo Gilad
f5e226ae8a
Added profiles and D-Bus integration reading
2017-08-26 11:33:08 -04:00
Milo Gilad
5eb6c15162
added pointers section
2017-08-26 11:30:06 -04:00
Milo Gilad
0fa0305aae
Added main loop section and collections library/multithreading info
2017-08-26 11:25:20 -04:00
Milo Gilad
374ce84fe9
Added other features: assertions & contract programming & error handling
2017-08-26 11:11:22 -04:00