Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | [ruby-ecosystem/es] Spanish translation (#2363) | Ale Mohamad | 2016-09-09 | -0/+157 | |
| | | | | |||||
| * | | | Update c++-cn.html.markdown (#2362) | Bo Liu | 2016-09-07 | -1/+1 | |
| | | | | |||||
| * | | | [python3/pt-br] - fix head description (#2361) | Andrew Bednoff | 2016-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 Callahan | 2016-09-06 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * add new book * sanitized link | ||||
| * | | | correction for the set comprehension in py3 (#2358) | PhoenixYip | 2016-09-06 | -1/+1 | |
| | | | | |||||
| * | | | Address @geoffliu's comment in #1637 | ven | 2016-09-06 | -1/+1 | |
| | | | | |||||
| * | | | [css/en] Add media queries section, demonstrating basics of print and mobile ↵ | Brett Taylor | 2016-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 | ||||
| * | | | fixup | ven | 2016-09-06 | -7/+7 | |
| | | | | |||||
| * | | | [jquery/en][WIP] Added jQuery (#1708) | Sawyer Charles | 2016-09-06 | -0/+138 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * starting jquery * doc. manipulation methods * more manipulation | ||||
| * | | | Update meteor.html.markdown | ven | 2016-09-06 | -2/+2 | |
| | | | | |||||
| * | | | Update meteor.html.markdown | ven | 2016-09-06 | -1/+2 | |
| | | | | |||||
| * | | | Hopefully this works | ven | 2016-09-06 | -3/+2 | |
| | | | | | | | | | | | | Hopefully @adambard won't shout at me for breaking everything.. | ||||
| * | | | Meteor Js (#1711) | IamRafy | 2016-09-06 | -0/+567 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Livescript is Updated * Revert "Livescript is Updated" This reverts commit 9f609e23e647abc3088fbae51551b9486531df0e. * Meteor js | ||||
| * | | | #1733 | ven | 2016-09-06 | -1/+0 | |
| | | | | |||||
| * | | | [tmux] Updating for version 2.1 (#1733) | Matthias Kern | 2016-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 Pacheco | 2016-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.markdown | ven | 2016-09-05 | -2/+2 | |
| | | | | |||||
| * | | | add Czech [cs-cz] translation of the Go intro. (#2357) | Ondrej Linek | 2016-09-05 | -0/+431 | |
| | | | | |||||
| * | | | adding missing lang entries to headers for 3 tutorials (#2352) | robochat | 2016-09-05 | -0/+3 | |
| | | | | |||||
| * | | | Add missing space. (#2356) | Baurzhan Muftakhidinov | 2016-09-05 | -1/+1 | |
| | | | | |||||
| * | | | [html/en] adding translation of html/fr (#2354) | robochat | 2016-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 Callahan | 2016-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.markdown | ven | 2016-09-01 | -115/+0 | |
| | | | | |||||
| * | | | [WIP] [toml/en] Add TOML support (#2282) | Alois | 2016-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 Callahan | 2016-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. | ||||
* | | | | Added angularjs tutorial | Adam | 2016-10-21 | -0/+710 | |
|/ / / | |||||
* | | | Remove redundant nl markdown and fix fortran file | Adam | 2016-08-31 | -258/+2 | |
| | | | |||||
* | | | Merge pull request #2343 from haiiiiiyun/vim_zh_cn_translation | Geoff Liu | 2016-08-30 | -0/+236 | |
|\ \ \ | | | | | | | | | [vim/zh-cn] translation | ||||
| * | | | [vim/zh-cn] translation | Jiang haiyun | 2016-08-28 | -0/+236 | |
| | | | | |||||
* | | | | minor typo (#2349) | Philipp Klose | 2016-08-30 | -1/+1 | |
| | | | | |||||
* | | | | Update java.html.markdown (#2346) | prestonpeterson | 2016-08-27 | -1/+1 | |
| | | | | |||||
* | | | | Fix typo, 'Verbs ==> 'Verbs' (#2344) | Jiang Haiyun | 2016-08-26 | -8/+8 | |
| |/ / |/| | | |||||
* | | | Merge pull request #2342 from haiiiiiyun/vim_page_typo_fix | Geoff Liu | 2016-08-25 | -1/+1 | |
|\ \ \ | |/ / |/| | | Fix typo on vim page | ||||
| * | | It is a a text --> It is a text | Jiang haiyun | 2016-08-26 | -1/+1 | |
|/ / | |||||
* | | Merge pull request #2341 from haiiiiiyun/zh-cn-yaml-update | Geoff Liu | 2016-08-25 | -24/+58 | |
|\ \ | | | | | | | Sync with the English version & minor tweaks | ||||
| * | | Sync with the English version & minor tweaks | Jiang haiyun | 2016-08-25 | -24/+58 | |
| | | | |||||
* | | | Merge pull request #2340 from zedpowa/js-examples | Geoff Liu | 2016-08-24 | -1/+19 | |
|\ \ \ | | | | | | | | | added missing js examples for czech translation | ||||
| * | | | added missing js examples for czech translation | Tomáš Roun | 2016-08-24 | -1/+19 | |
| | | | | |||||
* | | | | Merge pull request #1762 from Git-Jiro/perl/de-translate-perl-to-german | Geoff Liu | 2016-08-24 | -0/+169 | |
|\ \ \ \ | |_|/ / |/| | | | [perl/de] translate perl to german | ||||
| * | | | Fix some typos | Martin Schimandl | 2016-08-24 | -5/+5 | |
| | | | | |||||
| * | | | Remove unnecessary meta info | Martin Schimandl | 2016-04-15 | -2/+0 | |
| | | | | |||||
| * | | | Translate perl to german | Martin Schimandl | 2015-10-24 | -0/+171 | |
| | | | | |||||
| * | | | Merge remote-tracking branch 'adambard/master' | Martin Schimandl | 2015-10-24 | -154/+1574 | |
| |\ \ \ | |||||
* | | | | | fixup for #1532 | ven | 2016-08-24 | -1/+2 | |
| | | | | | |||||
* | | | | | Added NO version for JSON (#1532) | Ole Mathias Aa. Heggem | 2016-08-24 | -0/+59 | |
| |_|/ / |/| | | | |||||
* | | | | added missing modulo division (#2339) | Tomáš Roun | 2016-08-23 | -1/+6 | |
| | | | | |||||
* | | | | java: In Java 8, interfaces can have default method. (#2337) | Jakukyo Friel | 2016-08-22 | -2/+6 | |
| | | | | |||||
* | | | | Merge pull request #1508 from urfuchs/master | Geoff Liu | 2016-08-21 | -5/+94 | |
|\ \ \ \ | | | | | | | | | | | Translate Brainfuck to German and minor other changes | ||||
| * | | | | add translator and fix typo | Urban Fuchs | 2016-03-15 | -1/+3 | |
| | | | | | |||||
| * | | | | add filename and language code | Urban Fuchs | 2016-03-11 | -0/+3 | |
| | | | | |