Commit Graph

5209 Commits

Author SHA1 Message Date
Patrick Callahan
7beaa529b9 [python3/en] Adding "Dive Into Python 3" (#2353)
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.
2016-09-01 23:27:33 +02:00
ven
425d1dee67 Delete HTML-fr.html.markdown 2016-09-01 21:03:09 +02:00
Alois
3d270111bd [WIP] [toml/en] Add TOML support (#2282)
* 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
2016-09-01 19:27:41 +02:00
Patrick Callahan
678fa3b974 Remove Python 2 resources from Python 3 page (#2350)
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.
2016-09-01 08:28:23 +02:00
Adam
98abad6935 Remove redundant nl markdown and fix fortran file 2016-08-31 15:18:38 -07:00
Geoff Liu
a3e19a9895 Merge pull request #2343 from haiiiiiyun/vim_zh_cn_translation
[vim/zh-cn] translation
2016-08-30 11:54:52 -04:00
Philipp Klose
e810b6fd41 minor typo (#2349) 2016-08-30 10:11:09 +02:00
Jiang haiyun
1732caa9f4 [vim/zh-cn] translation 2016-08-28 09:33:43 +08:00
prestonpeterson
12c9b8daba Update java.html.markdown (#2346) 2016-08-27 10:03:37 +02:00
Jiang Haiyun
5a463a3725 Fix typo, 'Verbs ==> 'Verbs' (#2344) 2016-08-26 10:05:48 +02:00
Geoff Liu
4a42cdb27a Merge pull request #2342 from haiiiiiyun/vim_page_typo_fix
Fix typo on vim page
2016-08-25 21:52:57 -04:00
Jiang haiyun
df01c7fcff It is a a text --> It is a text 2016-08-26 08:44:16 +08:00
Geoff Liu
7e7356d6fb Merge pull request #2341 from haiiiiiyun/zh-cn-yaml-update
Sync with the English version & minor tweaks
2016-08-25 11:20:08 -04:00
Jiang haiyun
f4371a8367 Sync with the English version & minor tweaks 2016-08-25 16:08:57 +08:00
Geoff Liu
d433468570 Merge pull request #2340 from zedpowa/js-examples
added missing js examples for czech translation
2016-08-24 14:03:55 -04:00
Tomáš Roun
6996dcf3e3 added missing js examples for czech translation 2016-08-24 19:42:24 +02:00
Geoff Liu
87d4f0564f Merge pull request #1762 from Git-Jiro/perl/de-translate-perl-to-german
[perl/de] translate perl to german
2016-08-24 12:49:44 -04:00
Martin Schimandl
e89fded52b Fix some typos 2016-08-24 18:32:01 +02:00
ven
8032dbccc9 fixup for #1532 2016-08-24 09:00:23 +02:00
Ole Mathias Aa. Heggem
fc7ec89cee Added NO version for JSON (#1532) 2016-08-24 08:59:57 +02:00
Tomáš Roun
c6bfd82aa0 added missing modulo division (#2339) 2016-08-23 21:36:57 +02:00
Jakukyo Friel
34456d988c java: In Java 8, interfaces can have default method. (#2337) 2016-08-22 00:06:57 +02:00
Geoff Liu
d81e9735c2 Merge pull request #1508 from urfuchs/master
Translate Brainfuck to German and minor other changes
2016-08-21 17:13:39 -04:00
Chris Martin
6f20dea307 Added info on Java generics in Spanish. (#2213) 2016-08-21 21:55:49 +02:00
Geoff Liu
6d119f68d5 Merge pull request #2322 from tidupls/master
Fix inconsistencies and add resource links
2016-08-21 14:20:38 -04:00
Geoff Liu
b8891b5b31 Merge pull request #2336 from weakish/go-zh-typo
go: [zh-cn] fix a typo.
2016-08-21 13:54:12 -04:00
Jakukyo Friel
12e1739706
go: [zh-cn] fix a typo. 2016-08-21 15:51:29 +08:00
Ryan
21c4be4779 Remove undefined behavior (#2332) 2016-08-17 21:25:32 +02:00
J. Ryan Rembert
a0b6af4534 [rust/fr] - French translation for Rust tutorial (#2297)
* Initial pass at a fr translation of Rust tutorial

* Clean up formatting

* Add GFM rust modifer to code black

* Final pre-PR fixes

* Edit YAML front-matter

* Grammar and typo fixes
2016-08-16 12:42:20 +02:00
freesoftwareneedsfreetools
c0183a42cd [elisp/en] Fix tiny typo (#2327) 2016-08-07 23:21:54 +02:00
Alexander Salamanca
804261b9e5 [ps/es] Added initial version of powershell Spanish guide (based on the latest English version) (#2325)
* progress in translating to spanish the powershell guide

* traducido todo

* fixed reported issues in powershell spanish file
2016-08-07 09:32:44 +02:00
tiaan
f6c353eb37 Remove name from contributors list. 2016-08-04 23:05:29 +02:00
Wim
2f28300d10 [fsharp/en] Explain the cons pattern, and introduce recursion keyword (#2310)
* [fsharp/en] Explain the cons pattern, and introduce recursion keyword

Was confused when reading the sieve function and thought it could be explained a little more. I got some help from http://hestia.typepad.com/flatlander/2010/07/f-pattern-matching-for-beginners-part-4-lists-and-recursion.html

* Forgot the word 'notation'
2016-08-04 14:41:16 +02:00
robochat
25aa41467a [fortran/en] Adding a Fortran (95) Tutorial (#2318)
* adding fortran tutorial

* [fortran/en] fixing some typos

* [fortran/en] changed a word

* [fortran/en] changed another word

* [fortran/en] typos and improvements.

* [fortran/en] moving comments around

* [fortran/en] moving print statement introduction to appropriate section

* [fortran/en] changing exit code to generic error code

* [fortran/en] changing bessel_j0 (available from fortran 2008) to log10 (available since fortran 77).

* [fortran/en] being explicit about using cleaner Fortran 2003 notation

* [fortran/en] code whitespace consistency

* [fortran/en] adding examples on implied-DO loops.

* [fortran/en] small adjustment to implied-DO loop example to make it more idiomatic
2016-08-04 10:33:58 +02:00
Joakim Lahtinen
959d95dd78 [json/sv-se] Synced with english version. (#2324)
* [json/sv-se] Synced with english version.

* [json/sv-se] Added swedish link.
2016-08-04 09:10:00 +02:00
Geoff Liu
40786221e3 Merge pull request #2321 from weihanglo/bash-zh_tw
[bash/zh-tw] add zh-tw translation
2016-08-02 14:11:31 -04:00
Weihang Lo
7d585f8174 [bash/zh-tw] delete extra line 2016-08-03 02:05:09 +08:00
Geoff Liu
3f5106a323 Merge pull request #1782 from doub1ejack/scala-en-repl
[scala/en] Added REPL basics to help people experiment as they learn.
2016-08-02 14:02:23 -04:00
Geoff Liu
b7bfade607 Merge pull request #2289 from twz915/patch-1
fix spelling mistake
2016-08-02 13:59:26 -04:00
Geoff Liu
97df073a83 Merge pull request #2269 from carlomilanesi/master
Translation to Italian of Rust tutorial
2016-08-02 13:55:53 -04:00
Weihang Lo
fdc1cf944d [bash/zh-tw] add missing line for rm command 2016-08-03 01:45:22 +08:00
Geoff Liu
499870a7ac Merge pull request #2320 from lujimin/master
[kotlin/cn] Chinese translation for Kotlin tutorial
2016-08-02 11:52:54 -04:00
LuJimin
bc158cba13 fix bug
修改一些小问题。
2016-08-02 23:51:15 +08:00
Geoff Liu
4e1fabc37f Merge pull request #2323 from Qumeric/patch-1
[C++/en] Some minor (mostly stylistic) fixes
2016-08-02 10:56:06 -04:00
Valery Cherepanov
47679dfcbe Some minor (mostly stylistic) fixes in C++ 2016-08-02 16:32:38 +03:00
tiaan
dce4fefd20 Fix inconsistencies and add resource links 2016-07-31 14:52:41 +02:00
Weihang Lo
83bca49896 [bash/zh-tw] add zh-tw translation 2016-07-31 13:37:58 +08:00
LuJimin
7645f54e5e fix bug
修改bug
2016-07-31 13:13:44 +08:00
LuJimin
a186508d6f 创建Kotlin的中文翻译版本
创建Kotlin的中文翻译版本
2016-07-31 13:04:45 +08:00
Abhijeet Mohan
50c8f7b4dd Fix typo (#2317) 2016-07-30 18:28:27 +02:00