| Commit message (Collapse) | Author | Age | Lines |
... | |
| | |
|
| | |
|
| |\
| | |
| | |
| | | |
Pulling from master to work on Java[en] inputs
|
| |\ \ |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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"
```
|
| | | |
| | | |
| | | |
| | | | |
References:
https://github.com/adambard/learnxinyminutes-docs/issues/2642
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* dynamic-programming-tr
Türkçe çeviri
* Rename dynamic-programming-tr to dynamic-programming-tr.html.markdown
added ".html.markdown" to the filename
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- 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.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- 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
|
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | | | |
|
|/ / / / |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* [dynamic-programming/cn]Add Translation
* Update dynamic-programming-cn.html.markdown
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
[java/de] Add missing closing parenthesis
|
|/ / / / |
|
| | | | |
|
| | | |
| | | |
| | | | |
Original link displays "This file has moved to process/coding-style.rst"
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Fix spelling
* Remove the contributor tag
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* [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
|
| | | | |
|
| | | | |
|
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* [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
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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.
|
| | |
| | |
| | |
| | |
| | |
| | | |
* [csharp/en] Add exception filters, pragma directives
* Remove redundant catch
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
第二个值是t (#2614)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* more perlish iteration
c-style 'for' isn't perlish
* Update perl.html.markdown
removed one of the array iterator loops
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
* [haskell/en] some minor fixes
* Minor fixes after comments from @vendethiel
|
| | | |
|
| | | |
|