summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* test markdownsirkubax2017-09-22-1/+1
|
* change the concept of paragraphssirkubax2017-09-22-32/+77
|
* continuesirkubax2017-09-06-12/+13
|
* continuesirkubax2017-09-06-0/+2
|
* continue descriptionsirkubax2017-09-06-49/+87
|
* add some linessirkubax2017-08-15-1/+26
|
* add some linessirkubax2017-08-15-0/+4
|
* add some linessirkubax2017-08-15-1/+6
|
* add some linessirkubax2017-08-15-2/+58
|
* tool name :)sirkubax2017-06-09-1/+1
|
* template, main topics placedsirkubax2017-06-09-0/+660
|
* [c/ru] Fix typo: "большинствоа" -> "большинства" (#2723)Vitaly Volynsky2017-05-10-8/+8
| | | | | | | | * [c/ru] Fix typo: "большинствоа" -> "большинства" * [c/ru] Fix typo: "лигическое" -> "логическое" * [c/ru] Fix typos
* [awk/en] Added tutorial for AWK (#2716)marshallmason2017-05-09-0/+359
|
* [go/zh-cn] Update content from English fork (#2722)Tim Zhang2017-05-04-36/+158
| | | | | | | | * A manual diff with latest English version * Translation for updated parts * Translate string literals
* [clojure/ms-my] Remove asterisks from code comments (#2720)Burhanuddin Baharuddin2017-05-02-19/+19
| | | | | | * Remove asterisks from code comments * Add backquote for emphasis as suggested in #2720
* Add clojure translation for ms-my (#2718)Burhanuddin Baharuddin2017-05-01-0/+419
|
* [clojure/en] Fix typo: "ans" should be "and" (#2717)Evan Hahn2017-04-29-1/+1
|
* [racket/en] Fix Incorrect Names in Mutable Struct Examples (per Issue #2714) ↵Steve Chae2017-04-27-2/+2
| | | | | | | | (#2715) * Fix wrong mutable struct namee * Re-added space after ;
* Update my site's address (#2712)Amin Bandali2017-04-27-1/+1
|
* update zh-cn version to latest (#2709)Ryan2017-04-18-5/+14
| | | as shown
* [cypher/en] Fix syntax for code blocks (#2706)Théo Gauchoux2017-04-13-30/+51
|
* Update java-fa.html.markdownAdam Bard2017-04-12-0/+1
|
* Update html-ar.html.markdownAdam Bard2017-04-12-0/+1
|
* Update kotlin-ru.html.markdownAdam Bard2017-04-12-0/+1
|
* Update pyqt-ru.html.markdownAdam Bard2017-04-12-0/+1
|
* [cypher/en] Write tiny tutorial on Cypher (#2703)Théo Gauchoux2017-04-12-0/+228
|
* follow up for #2701ven2017-04-10-0/+2
|
* [java/fa]add java for Persian Language (#2701)j2eedev2017-04-10-0/+899
| | | | | | | | * create java * add Farsi java * add -fa
* [Python] Slightly tweak ** example Adam Bard2017-04-05-1/+1
| | | 2^4 == 4^2, 2^3 seems a bit less ambiguous as an example for exponentiation.
* Ammended a typo in links (#2699)Vadim Toptunov2017-04-05-1/+1
|
* fixup for #2698ven2017-04-05-2/+4
|
* Create kotlin-ru.html.markdown (#2698)Vadim Toptunov2017-04-05-0/+372
|
* followup #2697ven2017-04-05-1/+3
|
* [pyqt-ru] New translation (#2697)Vadim Toptunov2017-04-05-0/+83
| | | | | | | | | | | | * 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
* [chapel/en] Style and example changes for Chapel (#2696)Ben Harshbarger2017-04-03-562/+650
| | | | | | | | | | | | | | | | * 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 (#2695)Andy2017-04-01-8/+8
| | | | | | | | | | | | | | | | | | * 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)
* Update clojure-macros.html.markdown (#2694)Sergei2017-04-01-2/+2
|
* add underscore to property (#2691)Ankush Aggarwal2017-03-28-1/+1
| | | property is exposed using setter and getters
* [kotlin/all] Rename variable fooMutableDate to fooMutableData (#2688) (#2689)Pablo Najt2017-03-24-12/+12
|
* Merge branch 'seannam-master'Adam2017-03-23-7/+42
|\
| * Replace tabs with 4 spaces in javaAdam2017-03-23-25/+25
| |
| * Fixed indentation in the java fileSean Nam2017-03-12-5/+5
| |
| * Merge branch 'master' of github.com:adambard/learnxinyminutes-docsSean Nam2017-02-09-54/+790
| |\ | | | | | | | | | Pulling from master to work on Java[en] inputs
| * \ Merge remote-tracking branch 'upstream/master'Sean Nam2017-02-09-53/+1939
| |\ \
| * | | Changed more indentation to 4 spacesSean Nam2017-02-08-2/+2
| | | |
| * | | Changed indentation to 4 spacesSean Nam2017-02-08-6/+6
| | | |
| * | | Updated Java (en-us) to include Input using Scanner and System.inSean Nam2017-01-03-0/+35
| | | |
* | | | Update rust-fr.html.markdown (#2687)Etienne Charignon2017-03-22-1/+1
| | | |
* | | | adds Gemfile.lock (#2664)Dorian2017-03-21-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Updating the PureScript string concatenation eg. (#2686)Kris Jenkins2017-03-20-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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" ```