Simon Shine
1adab9bc3f
Rename Python 2 markdown files into 'pythonlegacy'
...
```
for f in $(find . -iname "*python*" | grep -vE 'python3|git|statcomp'); do
flegacy=$(echo "$f" | sed 's/python/pythonlegacy/')
git mv "$f" "$flegacy"
done
```
2020-02-12 04:53:08 +01:00
Max Schumacher
5c1cc4c823
Merge pull request #3819 from FedeHC/master
...
[sql/es] Translate SQL to Spanish
2020-02-11 16:10:23 +01:00
Max Schumacher
fd72449524
Merge pull request #3853 from caminsha/de-de/D_typofix
...
[D/de-de] Fixed some typos in translation
2020-02-10 13:37:08 +01:00
caminsha
5c06bbba57
fixed some typos in German translation
2020-02-09 23:20:16 +01:00
caminsha
c7e03628fc
started fixing the translation
2020-02-09 23:01:52 +01:00
Divay Prakash
e24cad5eef
Merge pull request #3849 from petrroll/patch-2
...
[go/en] Add value/reference semantics information for arr/slices.
2020-02-09 22:18:18 +05:30
Divay Prakash
ccb727ebd3
Merge pull request #3848 from petrroll/patch-1
...
[go/en] Clarify safety of taking local variable address.
2020-02-09 22:17:35 +05:30
Divay Prakash
59b1ba43e0
Merge pull request #3852 from divayprakash/fix-lang
...
Add lang code, fix #3850
2020-02-09 22:13:42 +05:30
Divay Prakash
9e714ac1df
Add lang code, fix #3850
2020-02-09 22:10:49 +05:30
Max Schumacher
9f4e2a2128
Merge pull request #3851 from petrroll/patch-3
...
[rust/en] Small stylistic fix.
2020-02-09 12:26:49 +01:00
Petr Houška
e98cb424b3
[rust/en] Small stylistic fix.
2020-02-08 23:29:46 +01:00
Petr Houška
cd631729a8
[go/en] Add value/reference semantics information for arr/slices.
2020-02-08 23:11:33 +01:00
Petr Houška
3869472f74
[go/en] Clarify safety of local variable address taking.
2020-02-08 22:57:43 +01:00
Max Schumacher
e021d05c2f
Merge pull request #3841 from Badalik/javascript-ru
...
Fixed prototype function return value comment in javascript-ru
2020-02-08 01:20:01 +01:00
Divay Prakash
de41d8f488
Merge pull request #3845 from Keating950/patch-2
...
[MIPS Assembly/en] fixing line length
2020-02-08 04:50:55 +05:30
FedeHC
a46ac670a0
Update es-es/sql-es.html.markdown
...
Co-Authored-By: Antonio Hernández Blas <1096022+nihilismus@users.noreply.github.com>
2020-02-07 16:33:05 -03:00
FedeHC
57ef3f1377
Update es-es/sql-es.html.markdown
...
Co-Authored-By: Antonio Hernández Blas <1096022+nihilismus@users.noreply.github.com>
2020-02-07 16:31:57 -03:00
FedeHC
48068a9242
Update es-es/sql-es.html.markdown
...
Co-Authored-By: Antonio Hernández Blas <1096022+nihilismus@users.noreply.github.com>
2020-02-07 16:31:40 -03:00
Keating950
1274a06704
[MIPS Assembly/ en] fixing line length
...
Some lines were greater than 80 characters long, which causes some unaligned wrapping of comments on the website. This PR reduces all lines' length to a maximum of 80.
2020-02-07 10:01:00 -05:00
Divay Prakash
e440903935
Merge pull request #3820 from ram231/master
...
[dart/en] Update Guide and add more features
2020-02-06 17:38:38 +05:30
Divay Prakash
1b1ba1be6d
Update dart.html.markdown
...
Fix spacing
2020-02-06 17:37:13 +05:30
Vitaliy Badalov
ff5dcd91cc
fix(javascript-ru): fixed return value comment in javascript-ru.html.markdown
2020-02-05 16:58:57 +03:00
Max Schumacher
cfe737647c
Merge pull request #3839 from caminsha/de-de/c
...
[de-de/c] Translated C to German (See Issue #3592 )
2020-02-04 13:23:44 +01:00
Divay Prakash
b957f29cfb
Merge pull request #3840 from HiPhish/vimscript
...
[vimscript/en] Fix minor issues
2020-02-03 13:04:57 +05:30
caminsha
fbb24b487e
Removed unnecessary lines about google
2020-02-02 23:09:36 +01:00
caminsha
e24e38a1b9
Fixed small typo
...
Resource => Ressource
2020-02-02 23:08:55 +01:00
caminsha
e48d05c98d
added link to useful compiler options
2020-02-02 23:08:38 +01:00
caminsha
ca042dcb65
Changed all occurences of ss to ß
...
I have changed all occurences of 'ss' to 'ß' according to duden.de
2020-02-02 21:44:15 +01:00
caminsha
8ab886330e
reordered section about operators and changed variables to numbers
2020-02-02 21:25:23 +01:00
caminsha
ec76a960a6
Removed section about goto
2020-02-02 21:20:09 +01:00
caminsha
06c51c70e1
Made whitespace more consistent
2020-02-02 21:19:06 +01:00
caminsha
603af4b36e
Changed gross to groß because it's de-de
2020-02-02 21:08:18 +01:00
caminsha
4670481fa2
Added description for argc and argv
2020-02-02 21:04:40 +01:00
caminsha
28fe657526
Changed german variables to english
2020-02-02 21:02:01 +01:00
caminsha
4686ba1bba
Fixed small typo and added Abstraktionsniveau
...
Typo: maneullen => manuelllen
- Added new word because it makes the sentence more clear
2020-02-02 20:27:41 +01:00
HiPhish
a908c01a95
Fix minor issues
...
- Correct "command-mode" to "command-line mode"
- Improve the variable type checking
- Typos
2020-02-02 17:56:16 +01:00
Gabriele Luz
21a5423b2b
[markdown/pt-br] formatting adjustments ( #3738 )
2020-02-02 15:16:35 +05:30
Divay Prakash
8eb11a89a7
Merge branch 'master' into master
2020-02-02 15:13:28 +05:30
Max Schumacher
f80889ed47
Merge pull request #3838 from khswong/patch-2
...
[toml/en] Fix code snippet formatting
2020-02-01 10:24:43 +01:00
caminsha
8e1372e08b
Changed some lines so that it is not more than 80 chars
2020-02-01 02:26:58 +01:00
caminsha
a765253cd4
Changed italic typing to bold
2020-02-01 02:19:22 +01:00
caminsha
8041d796bb
Fixed small typo in include statement
2020-02-01 02:18:13 +01:00
khswong
70e59f7f3d
[toml/en] Fix Formatting and Syntax Highlighting
...
Switching between json code block and toml code block caused it to render improperly. Fixed.
2020-01-31 16:30:16 -08:00
caminsha
5ff9fd5659
Added suffix to filename because of contributing guidelines
2020-02-01 01:05:29 +01:00
caminsha
0996b5a20e
Fixed some small typos in german translation
2020-02-01 01:00:55 +01:00
caminsha
edeb77b893
translated further reading
2020-02-01 00:28:07 +01:00
caminsha
f3975fdc0e
Translated part headerfiles to German
2020-02-01 00:27:55 +01:00
caminsha
bc9c26d44c
translated associativity of operators
2020-02-01 00:27:18 +01:00
Max Schumacher
a0f91aacf9
Merge pull request #3837 from bartonstanley/patch-2
...
[CONTRIBUTING.markdown] Change "buid" to "build"
2020-01-31 21:53:25 +01:00
Barton Stanley
d5432679c7
[CONTRIBUTING.markdown] Change "buid" to "build"
2020-01-31 14:20:14 -06:00