| Commit message (Collapse) | Author | Age | Lines | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
* A manual diff with latest English version
* Translation for updated parts
* Translate string literals
 | 
| | 
| 
| 
| 
| 
|  | 
* Remove asterisks from code comments
* Add backquote for emphasis as suggested in #2720
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
(#2715)
* Fix wrong mutable struct namee
* Re-added space after ;
 | 
| |  | 
 | 
| | 
| 
|  | 
as shown
 | 
| |  | 
 | 
| |  | 
 | 
| |  | 
 | 
| |  | 
 | 
| |  | 
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
* create java
* add Farsi java
* add -fa
 | 
| | 
| 
|  | 
2^4 == 4^2, 2^3 seems a bit less ambiguous as an example for exponentiation.
 | 
| |  | 
 | 
| |  | 
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
* Create [pyqt-ru] New translation
* Update [pyqt/ru] pyqt-ru.html.markdown
Update [pyqt/ru] pyqt-ru.html.markdown with the correct filename
* Rename [pyqt-ru]pyqt-ru.html.markdown to pyqt-ru.html.markdown
* Update pyqt-ru.html.markdown
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
* 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
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
* 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)
 | 
| |  | 
 | 
| | 
| 
|  | 
property is exposed using setter and getters
 | 
| |  | 
 | 
| |\   | 
 | 
| | |  | 
 | 
| | |  | 
 | 
| | |\  
| | | 
| | | 
| | |  | 
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.
 | 
| | | | | |  | 
 | 
| |/ / / /   | 
 | 
| | | | |  | 
 |