summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* 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.
* | Update go.html.markdownven2016-09-05-2/+2
| |
* | add Czech [cs-cz] translation of the Go intro. (#2357)Ondrej Linek2016-09-05-0/+431
| |
* | adding missing lang entries to headers for 3 tutorials (#2352)robochat2016-09-05-0/+3
| |
* | Add missing space. (#2356)Baurzhan Muftakhidinov2016-09-05-1/+1
| |
* | [html/en] adding translation of html/fr (#2354)robochat2016-09-03-0/+122
| | | | | | | | | | | | | | | | | | | | * [html/en] adding a translation of html/fr. * [html/en] small changes and 1 bug fix. * [html/fr] small bug fix. * [html/en] small bug fix.
* | [python3/en] Adding "Dive Into Python 3" (#2353)Patrick Callahan2016-09-01-0/+2
| | | | | | | | The previous version of this file had the original Dive Into Python, which was written with Python 2 in mind. It has come to my attention that the author of the original has published an updated version designed for Python 3, so I added this version back in.
* | Delete HTML-fr.html.markdownven2016-09-01-115/+0
| |
* | [WIP] [toml/en] Add TOML support (#2282)Alois2016-09-01-0/+274
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Init support for TOML * Add scalar types section * Move comment to key value * Improve introduction * Move int comment to int key value * Add array support * Add version warning * Add support for table * Add inline table part * Add support array of table part * Fix bugs/typos to follow the review * Improve sub tables example * Fix wrong quotes on multiLineLiteralString * Fix letter case for coherence * Remove old comment * Move from variety to color Thanks @robochat
* | Remove Python 2 resources from Python 3 page (#2350)Patrick Callahan2016-09-01-5/+0
| | | | | | There were several resources here that teach Python 2, but not Python 3. I removed them so that a reader will only see resources that apply to Python 3.
* | Remove redundant nl markdown and fix fortran fileAdam2016-08-31-258/+2
| |
* | Merge pull request #2343 from haiiiiiyun/vim_zh_cn_translationGeoff Liu2016-08-30-0/+236
|\ \ | | | | | | [vim/zh-cn] translation
| * | [vim/zh-cn] translationJiang haiyun2016-08-28-0/+236
| | |
* | | minor typo (#2349)Philipp Klose2016-08-30-1/+1
| | |
* | | Update java.html.markdown (#2346)prestonpeterson2016-08-27-1/+1
| | |
* | | Fix typo, 'Verbs ==> 'Verbs' (#2344)Jiang Haiyun2016-08-26-8/+8
| |/ |/|
* | Merge pull request #2342 from haiiiiiyun/vim_page_typo_fixGeoff Liu2016-08-25-1/+1
|\ \ | |/ |/| Fix typo on vim page
| * It is a a text --> It is a textJiang haiyun2016-08-26-1/+1
|/
* Merge pull request #2341 from haiiiiiyun/zh-cn-yaml-updateGeoff Liu2016-08-25-24/+58
|\ | | | | Sync with the English version & minor tweaks
| * Sync with the English version & minor tweaksJiang haiyun2016-08-25-24/+58
| |
* | Merge pull request #2340 from zedpowa/js-examplesGeoff Liu2016-08-24-1/+19
|\ \ | | | | | | added missing js examples for czech translation
| * | added missing js examples for czech translationTomáš Roun2016-08-24-1/+19
| | |
* | | Merge pull request #1762 from Git-Jiro/perl/de-translate-perl-to-germanGeoff Liu2016-08-24-0/+169
|\ \ \ | |_|/ |/| | [perl/de] translate perl to german