Commit Graph

5695 Commits

Author SHA1 Message Date
Ben Harshbarger
7b3b415b41 [chapel/en] Style and example changes for Chapel (#2696)
* Updates for the Chapel language tour

The Chapel repository includes variant of this 'language tour', which
was recently modified in various ways:
- *lots* of style/formatting changes more in-line with other programs in
  the Chapel repo
- Additional examples of where-clauses and generics
- fixes an incorrect example of a reversed range
- improvements to comments

* Remove backticks left over from rst

* Keep text below 80, correct build steps
2017-04-03 21:29:17 +02:00
Andy
63a6eb1182 [haskell] Updating second headline (#2695)
* Haskell: Updating second headline

* Haskell: Updating second headline (es)

* Haskell: Updating second headline (fr)

* Haskell: Updating second headline (pl)

* Haskell: Updating second headline (pt)

* Haskell: Updating second headline (ro)

* Haskell: Updating second headline (ru)

* Haskell: Updating second headline (cn)
2017-04-01 22:19:58 +02:00
Sergei
5ab4fb659a Update clojure-macros.html.markdown (#2694) 2017-04-01 18:00:08 +02:00
Ankush Aggarwal
82c3ce4e8c add underscore to property (#2691)
property is exposed using setter and getters
2017-03-28 10:21:18 +02:00
Pablo Najt
c1d773eab7 [kotlin/all] Rename variable fooMutableDate to fooMutableData (#2688) (#2689) 2017-03-24 18:53:41 +01:00
Adam
29f41f2802 Merge branch 'seannam-master' 2017-03-23 11:59:00 -07:00
Adam
e48049b792 Replace tabs with 4 spaces in java 2017-03-23 11:58:16 -07:00
Etienne Charignon
14e2647200 Update rust-fr.html.markdown (#2687) 2017-03-22 13:32:55 +01:00
Dorian
4c206e26ec adds Gemfile.lock (#2664)
Makes sure the tests are ran with a working charlock_holmes gem

e.g. prevents this from happening:

https://github.com/brianmario/charlock_holmes/issues/78
2017-03-21 18:19:49 -07:00
Kris Jenkins
b37867fe6e Updating the PureScript string concatenation eg. (#2686)
https://github.com/purescript/purescript/wiki/Differences-from-Haskell

...says:

> Since 0.9.1, the Prelude library does not contain (++) as a second alias for append / (<>) (mappend in Haskell) anymore.

So:

```
-- Concatenate
"such " ++ "amaze" -- "such amaze"
```

...should read:

```
-- Concatenate
"such " <> "amaze" -- "such amaze"
```
2017-03-20 17:20:21 +01:00
Nemil Dalal
9e8a3d73b6 Fixed misnamed contract initializer (#2650)
References:
https://github.com/adambard/learnxinyminutes-docs/issues/2642
2017-03-15 10:16:33 +01:00
Dmitrii Kuznetsov
7a7605933d [forth/ru] Added russian translation (#2675) 2017-03-15 10:08:28 +01:00
cemyaras
305ca3611d dynamic-programming-tr (#2667)
* dynamic-programming-tr

Türkçe çeviri

* Rename dynamic-programming-tr to dynamic-programming-tr.html.markdown

added ".html.markdown" to the filename
2017-03-15 10:07:29 +01:00
pru-mike
eb2bd9e812 [asymptotic-notation/ru] Added russian translation (#2679) 2017-03-15 10:07:05 +01:00
Jonah Hirsch
2b4fe43f71 Fix some missing double quotes in Agent section (#2682) 2017-03-15 10:06:31 +01:00
Sean Nam
2c2c6e7b15 Fixed indentation in the java file 2017-03-12 15:26:04 -07:00
ven
56275f78b2 fix #2680 2017-03-02 12:22:30 +01:00
Adam Brenecki
1fb8b49fa4 Merge branch 'scorpiodawg-master' 2017-03-01 19:32:36 +10:30
Adam Brenecki
54eff5591a [javascript/en] Minor changes to formatting, prototype explanations
- Made a comment a complete sentence, to match the style of the rest of
  the document.
- Removed discussion of for/in over Arrays, since it's a can of worms,
  and for/of is more appropriate if ES6 operators are available.
- Reworded introduction to prototypes, and moved it with the rest of the
  prototype documentation.
2017-03-01 19:29:32 +10:30
Andrew Lee
eba9d9ffe5 Updated mistake in Python3/en tutorial (#2678)
A fix on static method section (around line 728).
Specifically, i.grunt() should raise an error since grunt() is a static method and 'i' is an instance of the class.
2017-02-28 17:15:36 +01:00
Cale
75abbf209e add much needed spacing with markdown headers (#2676) 2017-02-27 19:25:52 +01:00
Sergei
7666ca9399 Update clojure-ru.html.markdown, typo fixed (#2674) 2017-02-25 17:30:06 +01:00
Ravi Subramanian
21652477c2 [javascript/en] Clarify objects, remove premature reference to prototypes
- Prototypes are referenced in Section 3 before being discussed (in Section 5)
- Also, prototypes are referenced while talking about for-loops, which
  IMHO distracts from the discussion of the loop structure itself
- Added example that shows prototype-chain-walking via for-in in Section 5
2017-02-23 16:04:42 -08:00
Paulo Moura
4ec61bfa79 [logtalk/it-it] fix typo in example code (#2670) 2017-02-21 15:54:22 +01:00
Paulo Moura
5d55924bdc [logtalk/en] fix typo in example code (#2669) 2017-02-21 13:00:24 +01:00
EtaoinWu
dc34cd25a9 [dynamic-programming/cn]Add Translation (#2663)
* [dynamic-programming/cn]Add Translation

* Update dynamic-programming-cn.html.markdown
2017-02-21 10:07:10 +01:00
Jesse Johnson
19e5398cf1 [julia/en] Julia mailing list converted to forums (#2666) 2017-02-17 12:28:20 +01:00
lilhandsbgdreams
56a18f79cf [python3/en] Fix two "getter" output examples (#2658) 2017-02-16 09:41:16 +01:00
Andre Polykanine A.K.A. Menelion Elensúlë
a612d54b0b Merge pull request #2657 from ebroda/master
[java/de] Add missing closing parenthesis
2017-02-15 19:57:43 +02:00
Eike Broda
318522c118 Add missing closing parenthesis 2017-02-15 15:21:50 +01:00
Paulo Moura
6c7c2df7fe [logtalk/it-it] Enable syntax coloring for code blocks (#2656) 2017-02-13 09:57:20 +01:00
Louis-Philippe Asselin
cc782a7cf2 fix further reading url (#2655)
Original link displays "This file has moved to process/coding-style.rst"
2017-02-12 19:33:22 +01:00
Rholais Lii
303de42a2c [bash/en-us]Fix spelling (#2654)
* Fix spelling

* Remove the contributor tag
2017-02-12 16:06:21 +01:00
Adam Bard
88531dfd4d Update PULL_REQUEST_TEMPLATE.md 2017-02-11 21:53:48 -08:00
Adam Bard
66c635ddac Get the fuck out with your plagarism 2017-02-11 21:46:45 -08:00
Paulo Moura
f30a5376b4 [logtalk/it-it] Add Italian translation of the Logtalk tutorial] (#2652)
* [logtalk/it-it] Add Italian translation of the Logtalk tutorial]

* Add `en` tag to link to the official website in the Italian translation for the Logtalk tutorial
2017-02-12 00:40:15 +01:00
Paulo Moura
dbecb473ce Fixes and improvements to the Logtalk tutorial (#2651) 2017-02-11 17:48:10 +01:00
Adrian Sieber
870e2fbf6d Fix omitting end / beginning in ranges (#2649) 2017-02-10 08:58:10 +01:00
Yu Zhang
d8a3184a73 [standard-ml/en-en] Format fixing and some APIs (#2645)
* [standard-ml/en-en] Format fixing

* [standard-ml/en-en] Add descriptions for `map` and `foldl`

* [standard-ml/en-en] Add myself as a contributor

* review
2017-02-10 08:54:31 +01:00
Sean Nam
13663f3726 Merge branch 'master' of github.com:adambard/learnxinyminutes-docs
Pulling from master to work on Java[en] inputs
2017-02-09 17:11:10 -08:00
Sean Nam
5254804c1c Merge remote-tracking branch 'upstream/master' 2017-02-09 17:10:03 -08:00
zygimantus
45de0120d6 tmux lithuanian translation added (#2582) 2017-02-09 20:01:50 +01:00
Bastien
feff890a56 [fr/elisp] Add french translation of the elisp tutorial (#2570)
* clojure.html.markdown: Fix an error (s/value/key)

* Add french translation of the elisp tutorial.

* elisp: s/http/https

* fr-fr/elisp: Fix typo and missing translation.

* fr-fr/elisp: Fix spaces

* elisp: Add contributor.

* fr-fr/elisp: s/mini-buffer/minibuffer.

* fr-fr/elisp: Fix translation.

* fr-fr/elisp: Fix translation.

* fr-fr/elisp: Fix typo.

* fr-fr/elisp: Fix missing translation.

* fr-fr/elisp: Fix content.

* fr-fr/elisp: Fix typo.

* fr-fr/elisp: Fix keybindings display.

* fr-fr/elisp: Fix double space.

* fr-fr/elisp: Fix double space.

* fr-fr/elisp: Fix more spaces.

* fr-fr:elisp: Fix double space.
2017-02-09 17:41:11 +01:00
angelsl
eb1ed1729b [csharp/en] Add exception filters, pragma directives (#2409)
* [csharp/en] Add exception filters, pragma directives

* Remove redundant catch
2017-02-09 17:40:04 +01:00
Evan
b4ca1f76e2 Python decorators example added (#2408) 2017-02-09 16:57:30 +01:00
Jonny Press
1d99d5a7fd added group information (#2568) 2017-02-09 16:38:11 +01:00
c4605
7afc3bc59e [zh-cn/common-lisp] when describe return values of gethash, 两个值是t -> 第二个值是t (#2614) 2017-02-09 16:35:04 +01:00
Chris C
447986c19d [perl/en] more perlish iterations on perl5 (#2489)
* more perlish iteration

c-style 'for' isn't perlish

* Update perl.html.markdown

removed one of the array iterator loops
2017-02-09 16:31:22 +01:00
Abhishek C Sharma
4e6d077556 Small modifications to definitions of functions (#2495) 2017-02-09 16:30:34 +01:00
ven
0a0080a955 #2550 2017-02-09 16:27:29 +01:00