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
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
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
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
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
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
caminsha
38d3c33507
translated section of function pointers to German
2020-01-31 05:15:23 +01:00
caminsha
a0d2ed81ae
added user defined types and structs
2020-01-31 05:14:28 +01:00
caminsha
b8d10209a6
added german translation to function in c
2020-01-31 04:30:57 +01:00
caminsha
e08467e872
Fixed some small typos
2020-01-31 03:41:40 +01:00
caminsha
09a4d598ae
translated section pointers to german
2020-01-31 03:16:16 +01:00
caminsha
a53f355f9f
added translation for type casting
2020-01-31 01:47:49 +01:00
caminsha
dcf628e286
translated control structures to German
2020-01-31 01:42:28 +01:00
caminsha
ea00cc1fda
translated operators to german
2020-01-31 01:11:48 +01:00
caminsha
b4e6dc73c1
Continued with german translation of C
2020-01-31 00:00:39 +01:00
Max Schumacher
1ada1d35bb
Merge pull request #3808 from caminsha/de-de/bc
...
[bc/de-de] added translation in german for bc
2020-01-30 23:28:04 +01:00
caminsha
066e454654
Started german translation in C
2020-01-30 19:12:07 +01:00
caminsha
de19c7fbe1
added ternary operator
2020-01-30 17:50:09 +01:00
caminsha
f3f32e2d81
made newlines so that the content is not more than 80 char
2020-01-30 17:49:48 +01:00
caminsha
42ce472cf9
removed Wagenrücklauf because it is not very common
2020-01-30 17:49:10 +01:00
caminsha
043e4984ff
removed doubled line
2020-01-30 17:48:40 +01:00
Max Schumacher
554e8d979f
Merge pull request #3817 from caminsha/de-de/latex-typo
...
[latex/de-de] fixed some small typos in translation
2020-01-28 19:03:33 +01:00
Max Schumacher
6da564d6d4
Merge pull request #3821 from caminsha/make_de-de_typos
...
[make/de-de] Fixed typos and comma errors
2020-01-28 11:37:10 +01:00
Max Schumacher
678be8b736
Merge pull request #3822 from danielgolf/master
...
[bash/de-de] typo fixed
2020-01-28 11:21:07 +01:00
Max Schumacher
c6c358aea1
Merge pull request #3818 from caminsha/de-de/html-typos
...
[html/de-de] fixed some typos in german translation
2020-01-28 11:20:18 +01:00
Divay Prakash
0677a7e7f9
Merge pull request #3749 from Retoc/master
...
Updated link to java coding guidelines, the old one is broken
2020-01-24 20:10:23 +05:30
danielgolf
7d51b05c41
fixed a typo in bash de-de
2020-01-19 23:44:41 +01:00
caminsha
d6f4b949d5
fixed typos and grammar
...
I have fixed some typos and comama errors in make
2020-01-18 00:43:12 +01:00
caminsha
3c974a573b
fixed some typos in german translation
2020-01-14 23:34:23 +01:00
caminsha
3e1955bee2
fixed some small typos in translation
2020-01-14 23:25:17 +01:00
caminsha
6690ad941f
[bc/de-de] added translation in german for bc
2020-01-09 23:20:58 +01:00
caminsha
aa35898ad7
Changed two typos I did not see before review
2019-11-16 22:10:37 +01:00
Marco Camenzind
bcb704c960
Fixed some typos in german translation for C++
2019-11-12 09:37:33 +01:00