summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Fix mistakes in rustven2016-09-27-13/+13
|
* Fix comment in Rust docs: box -> mine (#2365)Rob Wu2016-09-27-5/+5
| | | | The "box" is referring to the Box variable a few lines back, but that is called "mine", not "box".
* Add Hyperlinks description (#2370)Strange Storyteller2016-09-27-31/+63
| | | | | | | Also add small changes in style: - LaTeX -> \LaTeX - improve alignment for formulas in Math section Add table of contents
* corrections in mapping example (#2371)pnf4082016-09-27-2/+2
| | | fixed two small errors in the example mapping called balances
* Update translators info (#2383)Abner Chou2016-09-23-1/+1
|
* fix #2382ven2016-09-22-1/+1
|
* Update python3.html.markdown (#2381)Subhrajyoti Sen2016-09-21-0/+1
|
* Update logtalk.html.markdownAdam Bard2016-09-19-31/+31
| | | Remove logtalk highlighting for now (was crashing middleman)
* Update racket-es.html.markdownven2016-09-19-3/+0
|
* adding CHICKEN (#2379)Diwakar Wagle2016-09-19-0/+519
|
* Translate Elm guide to Brazilian portuguese (#2378)Marcel dos Santos2016-09-19-0/+384
|
* Add new Racket translation to spanish (#1264)Carlos Roman2016-09-18-0/+686
| | | | | | | | * Add new Racket translation to spanish * Update racket-es.html.markdown * Update racket-es.html.markdown
* [javascript/ru] function body is missed (#2377)Konstantin Shirokov2016-09-18-0/+1
|
* [logtalk/en] Initial version of the Logtalk language tutorial (#2374)Paulo Moura2016-09-16-0/+520
| | | | | | * Initial version of the Logtalk language tutorial * Add example of error when sending an unknown message to an object and improve class comment
* Fixed a bad naming which overlapped with C++ version (#2376)Nathan Hughes2016-09-16-2/+2
|
* [pyqt/en] I've done a small example for getting started with the QT ↵Nathan Hughes2016-09-16-0/+84
| | | | | | | | | | | | | | | | framework in python (#2364) * Added a pyqt example page * Fixed a spelling mistake on the pyqt examples * Added link to C++ version author * Fixed a truncation of text issue * Ready to submit initial version for PR * Too many new lines
* fixup #1314ven2016-09-16-0/+1
|
* Adding German translation for Swift (#1314)Jonas2016-09-16-0/+590
|
* fixup #1388ven2016-09-16-1/+1
|
* [ruby/sk] Slovak translation for Ruby (#1388)Juraj Kostolanský2016-09-16-0/+553
|
* [pt-br] Julia (#1384)Davidson Mizael2016-09-16-0/+748
| | | | | | | | | | * [pt-br] Julia This is a translation of the article published in the site to Brazilian Portuguese. Isso é uma tradução do artigo postado no site para Português Brasileiro. * Update julia-pt.html.markdown
* Update tmux.html.markdownven2016-09-16-1/+1
|
* Added spanish translation for tmux (#1545)Ferran Pelayo Monfort2016-09-16-0/+242
|
* fixup #1281ven2016-09-16-1/+1
|
* [self] add pt-br translation (#1281)Ricardo de Almeida Gonzaga2016-09-16-0/+165
| | | | | Adds a brazilian portuguese translation of Self language. Signed-off-by: Ricardo de Almeida Gonzaga <xricardotk@gmail.com>
* Add very cool interactive tutorial (#2375)Pavel Kulyov2016-09-16-0/+2
|
* [bash/en] Remove link unavailable resource (#2372) (#2373)Isaac Virshup2016-09-16-2/+0
| | | Link pointed to a book which was not released. Fixes #2372.
* Add file to download and correct the language used in Markdown code block ↵Marcel dos Santos2016-09-13-0/+1
| | | | | | | | (#2368) * Add file to download and correct the language used in Markdown code block * Undo the change of language as the syntax highlighter doesn't support Elm language
* c: init array with string literals not introduced. (#2369)Jakukyo Friel2016-09-13-4/+2
| | | | | | | | | | | | | | | | | | * c: fix using pointer before introduced. * c: init array with string literals not introduced. To avoid using the concept pointer before it has been introduced, previously it is changed to array. But as @geoffliu pointed out, array initialization using string literals is not introduced either. So this commit uses neither pointer nor array. Discussing `i++` and `++i` does not need to involve pointer or array. * c: use `var = value` instead of `->`. `->` is typically used for functions. Thanks, @vendethiel.
* [kotlin/en] Add "if" usage as an expression (#2367)Paolo Furini2016-09-12-0/+8
| | | | | | | | * [kotlin/en] Add "if" usage as a function * [kotlin/en] Change comment on "if" expression Rephrase the comment to use the term "expression" in place of "function"
* Merge pull request #2366 from HmyBmny/patch-1Geoff Liu2016-09-11-1/+1
|\ | | | | Update c++-cn.html.markdown
| * Update c++-cn.html.markdownBo Liu2016-09-11-1/+1
|/ | | Line 325: update myDog.printDog() to myDog.print().
* Merge pull request #2347 from haiiiiiyun/ruby_zh_cn_updateGeoff Liu2016-09-09-62/+339
|\ | | | | [ruby/zh-cn] sync with English version & minor tweaks
| * zh-cn ruby page sync with English version & minor tweakshaiiiiiyun2016-08-28-62/+339
| |
* | [ruby-ecosystem/es] Spanish translation (#2363)Ale Mohamad2016-09-09-0/+157
| |
* | Update c++-cn.html.markdown (#2362)Bo Liu2016-09-07-1/+1
| |
* | [python3/pt-br] - fix head description (#2361)Andrew Bednoff2016-09-07-1/+1
| | | | | | fix head description for correct layout view on the site main page https://learnxinyminutes.com
* | [Eng/Python3] add new book: "Learn Python 3.0 VISUALLY" (#2360)Patrick Callahan2016-09-06-0/+1
| | | | | | | | | | | | * add new book * sanitized link
* | correction for the set comprehension in py3 (#2358)PhoenixYip2016-09-06-1/+1
| |
* | Address @geoffliu's comment in #1637ven2016-09-06-1/+1
| |
* | [css/en] Add media queries section, demonstrating basics of print and mobile ↵Brett Taylor2016-09-06-5/+47
| | | | | | | | | | | | | | | | media queries. (#1637) Also improved link to Can I Use Change HTML snippets to HTML 5 Fix minor whitespace issues Add myself as a contributor
* | fixupven2016-09-06-7/+7
| |
* | [jquery/en][WIP] Added jQuery (#1708)Sawyer Charles2016-09-06-0/+138
| | | | | | | | | | | | | | | | * starting jquery * doc. manipulation methods * more manipulation
* | Update meteor.html.markdownven2016-09-06-2/+2
| |
* | Update meteor.html.markdownven2016-09-06-1/+2
| |
* | Hopefully this worksven2016-09-06-3/+2
| | | | | | Hopefully @adambard won't shout at me for breaking everything..
* | Meteor Js (#1711)IamRafy2016-09-06-0/+567
| | | | | | | | | | | | | | | | | | | | * Livescript is Updated * Revert "Livescript is Updated" This reverts commit 9f609e23e647abc3088fbae51551b9486531df0e. * Meteor js
* | #1733ven2016-09-06-1/+0
| |
* | [tmux] Updating for version 2.1 (#1733)Matthias Kern2016-09-06-7/+4
| | | | | | | | | | | | | | * Update mouse option and remove old window-status-content options for tmux 2.1 compability * Add contribution and update timestamp
* | add new resource link (#2307)Martin Pacheco2016-09-06-0/+1
| | | | | | | | The link is a PDF elaborated by teachers of the course "Programación 3" (Algorithms and Data Structures) with examples about calculating the order of an algorithm and other topics in the context of asymptotic notation. This material is publicly listed here: https://eva.fing.edu.uy/pluginfile.php/95278/mod_resource/content/0/Apuntes%20sobre%20An%C3%A1lisis%20de%20Algoritmos.pdf but I uploaded it to Scribd because I know that the link could eventually change since it's hosted in a moodle platform and now and then the teachers change the location of the files.