Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Update java-fa.html.markdown | Adam Bard | 2017-04-12 | -0/+1 | |
| | |||||
* | Update html-ar.html.markdown | Adam Bard | 2017-04-12 | -0/+1 | |
| | |||||
* | Update kotlin-ru.html.markdown | Adam Bard | 2017-04-12 | -0/+1 | |
| | |||||
* | Update pyqt-ru.html.markdown | Adam Bard | 2017-04-12 | -0/+1 | |
| | |||||
* | [cypher/en] Write tiny tutorial on Cypher (#2703) | Théo Gauchoux | 2017-04-12 | -0/+228 | |
| | |||||
* | follow up for #2701 | ven | 2017-04-10 | -0/+2 | |
| | |||||
* | [java/fa]add java for Persian Language (#2701) | j2eedev | 2017-04-10 | -0/+899 | |
| | | | | | | | | * create java * add Farsi java * add -fa | ||||
* | [Python] Slightly tweak ** example | Adam Bard | 2017-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 Toptunov | 2017-04-05 | -1/+1 | |
| | |||||
* | fixup for #2698 | ven | 2017-04-05 | -2/+4 | |
| | |||||
* | Create kotlin-ru.html.markdown (#2698) | Vadim Toptunov | 2017-04-05 | -0/+372 | |
| | |||||
* | followup #2697 | ven | 2017-04-05 | -1/+3 | |
| | |||||
* | [pyqt-ru] New translation (#2697) | Vadim Toptunov | 2017-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 Harshbarger | 2017-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) | Andy | 2017-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) | Sergei | 2017-04-01 | -2/+2 | |
| | |||||
* | add underscore to property (#2691) | Ankush Aggarwal | 2017-03-28 | -1/+1 | |
| | | | property is exposed using setter and getters | ||||
* | [kotlin/all] Rename variable fooMutableDate to fooMutableData (#2688) (#2689) | Pablo Najt | 2017-03-24 | -12/+12 | |
| | |||||
* | Merge branch 'seannam-master' | Adam | 2017-03-23 | -7/+42 | |
|\ | |||||
| * | Replace tabs with 4 spaces in java | Adam | 2017-03-23 | -25/+25 | |
| | | |||||
| * | Fixed indentation in the java file | Sean Nam | 2017-03-12 | -5/+5 | |
| | | |||||
| * | Merge branch 'master' of github.com:adambard/learnxinyminutes-docs | Sean Nam | 2017-02-09 | -54/+790 | |
| |\ | | | | | | | | | | Pulling from master to work on Java[en] inputs | ||||
| * \ | Merge remote-tracking branch 'upstream/master' | Sean Nam | 2017-02-09 | -53/+1939 | |
| |\ \ | |||||
| * | | | Changed more indentation to 4 spaces | Sean Nam | 2017-02-08 | -2/+2 | |
| | | | | |||||
| * | | | Changed indentation to 4 spaces | Sean Nam | 2017-02-08 | -6/+6 | |
| | | | | |||||
| * | | | Updated Java (en-us) to include Input using Scanner and System.in | Sean Nam | 2017-01-03 | -0/+35 | |
| | | | | |||||
* | | | | Update rust-fr.html.markdown (#2687) | Etienne Charignon | 2017-03-22 | -1/+1 | |
| | | | | |||||
* | | | | adds Gemfile.lock (#2664) | Dorian | 2017-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 Jenkins | 2017-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" ``` | ||||
* | | | | Fixed misnamed contract initializer (#2650) | Nemil Dalal | 2017-03-15 | -1/+1 | |
| | | | | | | | | | | | | | | | | References: https://github.com/adambard/learnxinyminutes-docs/issues/2642 | ||||
* | | | | [forth/ru] Added russian translation (#2675) | Dmitrii Kuznetsov | 2017-03-15 | -0/+240 | |
| | | | | |||||
* | | | | dynamic-programming-tr (#2667) | cemyaras | 2017-03-15 | -0/+44 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dynamic-programming-tr Türkçe çeviri * Rename dynamic-programming-tr to dynamic-programming-tr.html.markdown added ".html.markdown" to the filename | ||||
* | | | | [asymptotic-notation/ru] Added russian translation (#2679) | pru-mike | 2017-03-15 | -0/+225 | |
| | | | | |||||
* | | | | Fix some missing double quotes in Agent section (#2682) | Jonah Hirsch | 2017-03-15 | -2/+2 | |
| | | | | |||||
* | | | | fix #2680 | ven | 2017-03-02 | -1/+1 | |
| | | | | |||||
* | | | | Merge branch 'scorpiodawg-master' | Adam Brenecki | 2017-03-01 | -22/+34 | |
|\ \ \ \ | |||||
| * | | | | [javascript/en] Minor changes to formatting, prototype explanations | Adam Brenecki | 2017-03-01 | -23/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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. | ||||
| * | | | | [javascript/en] Clarify objects, remove premature reference to prototypes | Ravi Subramanian | 2017-02-23 | -17/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
* | | | | | Updated mistake in Python3/en tutorial (#2678) | Andrew Lee | 2017-02-28 | -2/+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. | ||||
* | | | | | add much needed spacing with markdown headers (#2676) | Cale | 2017-02-27 | -42/+131 | |
| | | | | | |||||
* | | | | | Update clojure-ru.html.markdown, typo fixed (#2674) | Sergei | 2017-02-25 | -1/+1 | |
|/ / / / | |||||
* | | | | [logtalk/it-it] fix typo in example code (#2670) | Paulo Moura | 2017-02-21 | -1/+1 | |
| | | | | |||||
* | | | | [logtalk/en] fix typo in example code (#2669) | Paulo Moura | 2017-02-21 | -1/+1 | |
| | | | | |||||
* | | | | [dynamic-programming/cn]Add Translation (#2663) | EtaoinWu | 2017-02-21 | -0/+57 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * [dynamic-programming/cn]Add Translation * Update dynamic-programming-cn.html.markdown | ||||
* | | | | [julia/en] Julia mailing list converted to forums (#2666) | Jesse Johnson | 2017-02-17 | -1/+1 | |
| | | | | |||||
* | | | | [python3/en] Fix two "getter" output examples (#2658) | lilhandsbgdreams | 2017-02-16 | -2/+2 | |
| | | | | |||||
* | | | | Merge pull request #2657 from ebroda/master | Andre Polykanine A.K.A. Menelion Elensúlë | 2017-02-15 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | [java/de] Add missing closing parenthesis | ||||
| * | | | | Add missing closing parenthesis | Eike Broda | 2017-02-15 | -1/+1 | |
|/ / / / | |||||
* | | | | [logtalk/it-it] Enable syntax coloring for code blocks (#2656) | Paulo Moura | 2017-02-13 | -34/+33 | |
| | | | | |||||
* | | | | fix further reading url (#2655) | Louis-Philippe Asselin | 2017-02-12 | -1/+1 | |
| | | | | | | | | | | | | Original link displays "This file has moved to process/coding-style.rst" |