Commit Graph

4412 Commits

Author SHA1 Message Date
oburdin
4ba4c26f36 spelling 2016-01-06 23:41:37 +02:00
Adam Bard
1d65107a8f Update latex-es.html.markdown 2016-01-06 04:13:33 +08:00
Adam Bard
775c006c7b Merge pull request #1958 from MarioPerezEsteso/master
Translate learn PHP and LaTeX to es-ES
2016-01-06 04:12:54 +08:00
Adam Bard
d656adc3f2 Merge pull request #1964 from lesaff/patch-1
Add PHP magic constants entry
2016-01-06 04:05:23 +08:00
Adam Bard
b41359b92b Merge pull request #2055 from davydovanton/patch-1
[common-lisp/en] Fix code in examples
2016-01-06 04:04:15 +08:00
Adam Bard
c0ee680db8 Merge pull request #2051 from Laoujin/master
[PowerShell/en]: didn't recognize code blocks
2016-01-06 04:01:21 +08:00
Adam Bard
79f04f6cef Merge pull request #2060 from ilmoralito/master
Updated to sdkman instead of GVM for installing groovy
2016-01-06 03:54:32 +08:00
Adam Bard
af9dfaaf91 Merge pull request #2067 from Kwpolska/patch-1
Remove incorrect list indentation in perl-pl
2016-01-06 03:50:14 +08:00
Adam Bard
e47099866b Fix formatting. 2016-01-06 03:17:33 +08:00
Adam Bard
0fbf289e3c Update go-fr.html.markdown 2016-01-06 03:14:04 +08:00
Adam Bard
bd96b562a0 Merge pull request #2076 from tlvb/p6-packages-foobar
[perl 6] changed code output to as stated in comments
2016-01-06 03:11:23 +08:00
Adam Bard
c543ded329 Merge pull request #2080 from pranitbauva1997/arrays
[julia/en] Add different array declaration syntax
2016-01-06 03:10:30 +08:00
Geoff Liu
4dc5eeda55 Merge pull request #1957 from jmeinke/latex-de
[latex-de] Corrections and improvements to the german LaTeX document
2016-01-04 13:51:36 -07:00
Geoff Liu
6e7ca40bae Merge pull request #1800 from volcov/add-ruby-reference
[ruby/en] add a cool reference for learn Ruby =)
2016-01-04 13:46:13 -07:00
Bruno Volcov
746df3268a remove contributors name 2016-01-04 17:28:36 -02:00
Geoff Liu
4f7b6d4a3b Merge pull request #1944 from shrz/master
[PHP/en] Add binary number example.
2016-01-03 14:02:53 -07:00
Geoff Liu
4eece7e02f Merge pull request #1965 from bureken/master
Comment lines fixed
2016-01-03 14:00:10 -07:00
Geoff Liu
c8d804f605 Merge pull request #2068 from angel333/master
[markdown/cz] Fix missing 'lang' in front matter
2016-01-03 13:56:50 -07:00
Geoff Liu
e29987ff05 Merge pull request #2083 from Arnie97/master
[tmux/cn] Add Chinese translation for tmux
2016-01-03 13:54:37 -07:00
Geoff Liu
5a2af22a27 Merge pull request #2088 from stared/patch-1
Statistical computing with Python - PEP8 fixes
2016-01-03 13:47:09 -07:00
Piotr Migdał
bde8645cc7 pep8 fixes (spaces and multiline statements)
in Python readability and code style matters
2016-01-03 19:45:54 +01:00
ven
b2113480a4 Merge pull request #2086 from nikibobi/patch-1
fix parallelism example typo
2016-01-02 17:56:33 +01:00
Borislav Kosharov
1f0b1bfb7a fix parallelism example typo 2016-01-02 18:43:19 +02:00
ven
493d416bee Merge pull request #2084 from hyphz/master
Standardize file names for new tutorials
2016-01-01 04:29:32 +01:00
hyphz
01ab402100 Rename factor.html to factor.html.markdown 2016-01-01 01:54:45 +00:00
hyphz
15bd3ff223 Rename wolfram.md to wolfram.html.markdown 2016-01-01 01:54:11 +00:00
ven
6582d44679 Merge pull request #2065 from hyphz/master
Add tutorials (Factor, Wolfram Language)
2015-12-31 23:52:51 +01:00
ven
71829a7238 Merge pull request #2082 from Arnie97/patch-1
[tmux/en] Update tmux home page, again.
2015-12-31 12:39:12 +01:00
Arnie97
d56ae11e30 Finish tmux translations. 2015-12-31 16:16:02 +08:00
Arnie97
8fdb648cbc Update tmux home page, again. 2015-12-31 15:51:09 +08:00
Geoff Liu
c96036e135 Merge pull request #2081 from Arnie97/patch-1
Update tmux home page.
2015-12-30 14:47:05 -07:00
Arnie97
4af768019c Add a tmux Chinese tutorial 2015-12-30 21:54:44 +08:00
Arnie97
aed4bbbc36 Update Wiki link 2015-12-30 21:38:18 +08:00
Arnie97
9b8c680a2e Update translations. 2015-12-30 19:07:19 +08:00
Arnie97
8dd19e58ee Fetch tmuxinator from upstream 2015-12-30 18:56:24 +08:00
Arnie97
bf609a3a0f Update tmux home page.
Tmux has moved to github.
2015-12-29 17:14:18 +08:00
Arnie97
00d4fa09de Fetch lsp typo fix from upstream 2015-12-29 16:59:19 +08:00
Pranit Bauva
4a3538d60c Add different array declaration syntax 2015-12-28 21:43:09 +05:30
ven
2d746ee781 Merge pull request #2078 from owenr/master
Fix #2040
2015-12-28 01:54:03 +01:00
Owen Rodda
e31dc8b5a7 Fix #2040 2015-12-27 16:29:52 -05:00
Leo Bärring
5556d6e839 changed code output to as stated in comments
The comments state that Foo::Bar::inc in the package variable example should increase $Foo::Bar::n and then print it.
This did not happen, as `say ++$n;` was placed outside the block of the sub Foo::Bar::inc.
The commit puts `say ++$n;` inside the block of Foo::Bar::inc.
2015-12-26 20:15:51 +01:00
ven
b2133b532b Merge pull request #2073 from dreamtocode/patch-1
typo
2015-12-25 12:45:26 +01:00
George Gognadze
7560ea8199 typo
some type mistakes.
It is: syntaxtically
It should be: syntactically
It is: iLoveC
Better: ILoveC
It is: passed to ≈the function
It should be: passed to the function
It is: error
It should be: Error
2015-12-24 23:24:09 +04:00
Geoff Liu
1169c46b84 Merge pull request #1961 from abdalim/json-my
[JSON/ms-my] Added Malay (Malaysia) translation for JSON
2015-12-21 15:24:35 -05:00
Geoff Liu
c139e9aefe Merge pull request #1960 from roymiloh/master
[C#/en] Fix to "extension methods"
2015-12-21 15:22:23 -05:00
Geoff Liu
a729eebcca Merge pull request #1294 from Ale46/master
[python/it] Translated python to Italian
2015-12-21 15:19:35 -05:00
Ale46
e7d5e28788 fix typos/mistakes 2015-12-19 17:09:57 +01:00
Geoff Liu
2dd5ade402 Merge pull request #1698 from chaityabshah/master
[Java/EN] Fix Spacing Inconsistency
2015-12-18 17:32:27 -05:00
Geoff Liu
24e520a3cc Merge pull request #1790 from jxu093/master
Added Python Resource
2015-12-18 17:30:53 -05:00
Geoff Liu
6eeb1f962e Merge pull request #1872 from luehm/c_cases
[C/en] Added tidbit about fall-though in switch statements.
2015-12-18 17:22:50 -05:00