Norwid Behrnd
b20081e0f8
correct example about gsub
...
This corrects an error spot in the English edition of the document
spot earlier[1] and equally present in the French one.
[1] https://github.com/adambard/learnxinyminutes-docs/pull/4437
2022-07-11 14:12:16 +02:00
Andrew
52cec041d0
Update function names
...
Follow best practices (function should be snake case [do_task()], and methods should be camel case [doTask()])
2022-07-10 23:06:24 -04:00
Andrew
cbe2e63882
Overhaul Hack in Y Minutes
...
This file was updated about 6 years ago. Since then, there have been many changes, including a distancing from PHP. This commit is an overhaul of the previous documentation for learning Hack in Y minutes.
Over the years, there have also been many language changes and updates, for example, the introduction of Hack Arrays (vec, keyset, and dict) and the Hack Standard Language (HSL). To read more about how the language has changed and evolved, you can read the HHVM Blog: https://hhvm.com/blog/ .
2022-07-10 22:52:18 -04:00
Marcel Ribeiro Dantas, Ph.D
1ff2927250
Fix filename field to stick to the standard
2022-07-10 12:21:59 +02:00
Marcel Ribeiro Dantas, Ph.D
acf613f81b
Fix repeated filename field
...
Fix repeated filename field and stick to the standard filename for programming languages.
2022-07-10 12:21:06 +02:00
Marcel Ribeiro Dantas, Ph.D
feea0f044a
Fix filename and add translator authorship
...
The incorrect filename in this file was overwriting the same document for the original document in English. This commit fixes this. Besides, the author of the translation had not added his info, so I did.
2022-07-10 12:18:22 +02:00
Marcel Ribeiro Dantas, Ph.D
f53fab7788
Fix filename field
...
The incorrect filename in this file was overwriting the same document for the original document in English.
2022-07-10 12:14:08 +02:00
Marcel Ribeiro Dantas, Ph.D
91367a1730
Fix filename as pointed out in #4436
...
The incorrect filename in this file was overwriting the one provided in the original document in English. This commit fixes this.
2022-07-10 12:13:13 +02:00
Marcel Ribeiro Dantas, Ph.D
5e6dd980d9
Merge pull request #4437 from fgm/patch-2
...
[awk/en] Update awk.html.markdown
2022-07-10 01:31:00 +02:00
Frédéric G. MARAND
e4655963c2
Update awk.html.markdown
...
The `gsub` example is incorrect: with pattern `"e+"`, one gets `"m.t m. at th. bar"`. To get `"m..t m. at th. bar"` as documented, the pattern is just `"e"`. Otherwise we could keep "e+" but change the result.
Also removed an extra dot at the end of a sentence.
2022-07-09 22:33:23 +02:00
Marcel Ribeiro Dantas, Ph.D
d4f3ba24e9
Fix filename Lua-pt file ( close #4436 )
2022-07-09 13:48:31 +02:00
mphschmitt
38edd49d66
[set-theory.fr-fr] Fix multiple typos and remove english words. ( #4435 )
2022-07-08 22:06:22 +02:00
Marcel Ribeiro Dantas, Ph.D
dbee511f23
Merge pull request #4433 from nbehrnd/f90
...
[Fortran/en] adjust name, edit format, add 2018 standard
2022-07-08 21:16:47 +02:00
Marcel Ribeiro Dantas, Ph.D
45fe649b8f
Merge pull request #4434 from mphschmitt/fix/rust_fr_typo
...
[rust/fr-fr] Fix typo.
2022-07-08 21:06:25 +02:00
Mathias Schmitt
c373aa6bb8
[rust/fr-fr] Fix typo.
2022-07-08 20:35:37 +02:00
Norwid Behrnd
84272ab865
remove trailing spaces
2022-07-08 19:47:18 +02:00
Norwid Behrnd
72e1462437
inclusion of Fortran 2018 among the standards
2022-07-08 19:45:19 +02:00
Norwid Behrnd
976e431f77
adjust file name and internal reference
...
Since the document's focus is about the free source form, and
contrasting to the previous setup of the document, .f90 commonly
is recommended as file extension for modern, contemporay projects.
https://zmoon.github.io/FortranTipBrowser/tips/013.html
https://fortran-lang.discourse.group/t/is-there-a-standard-file-suffix-for-modern-fortran-code/3550/2
2022-07-08 19:34:46 +02:00
Marcel Ribeiro Dantas, Ph.D
3bdc8007db
Merge pull request #4376 from tobycm/patch-1
...
[json/vi-vn] Add a missing comma
2022-07-08 16:02:06 +02:00
Marcel Ribeiro Dantas, Ph.D
f55f825ec0
Merge pull request #4432 from mribeirodantas/fix-gitguys-link
...
[git/many langs] Remove GitGuy dead link from git material (close #4314 )
2022-07-08 15:13:14 +02:00
Marcel Ribeiro-Dantas
a43b26041d
Remove GitGuy dead link from git material ( close #4314 )
2022-07-08 15:11:23 +02:00
Marcel Ribeiro Dantas, Ph.D
5520ace40e
Fix typo in vim ( close #4311 )
2022-07-08 15:02:07 +02:00
Marcel Ribeiro Dantas, Ph.D
310822b243
Merge pull request #4430 from mribeirodantas/update-latex-pt
...
[latex/pt-br] Update/improve pt-br translatoin of LaTeX
2022-07-07 23:53:29 +02:00
Marcel Ribeiro-Dantas
351fc6fe26
New further reading links
2022-07-07 23:52:51 +02:00
Marcel Ribeiro Dantas, Ph.D
e11a904ab0
typo
...
Accidently added ^
2022-07-07 23:51:28 +02:00
Marcel Ribeiro-Dantas
4d88001156
Fix/update/improve pt-br translation of latex
...
Updates the pt-br translation
Fixes some mistakes
2022-07-07 23:47:04 +02:00
Marcel Ribeiro Dantas, Ph.D
005b800c73
Merge pull request #4397 from nbehrnd/latex/en
...
[latex/en] addition of two resources
2022-07-07 22:57:50 +02:00
Marcel Ribeiro Dantas, Ph.D
ef57f5477e
Merge pull request #4429 from adambard/mribeirodantas-fix-tool-name
...
Update pythonstatcomp-pt.html.markdown
2022-07-07 22:45:07 +02:00
Marcel Ribeiro Dantas, Ph.D
dd532a4666
Update pythonstatcomp-pt.html.markdown
...
The tool name should not be translated, otherwise, it'll appear as a new tool on the web page.
2022-07-07 22:44:33 +02:00
Marcel Ribeiro Dantas, Ph.D
2815ed7795
Merge pull request #4428 from adambard/mribeirodantas-update-groovy-pt
...
Update groovy-pt.html.markdown
2022-07-07 14:57:28 +02:00
Marcel Ribeiro-Dantas
28ea2a4622
Add Marcel as translator
2022-07-07 14:56:49 +02:00
Marcel Ribeiro Dantas, Ph.D
94c9dea696
Update groovy-pt.html.markdown
...
Update Portuguese version to the original version in English
2022-07-07 14:52:40 +02:00
Marcel Ribeiro Dantas, Ph.D
4bbbdf09a0
Update and rename pythonstatcomp.html.markdown to pythonstatcomp-pt.html.markdown
2022-07-07 14:36:54 +02:00
Marcel Ribeiro Dantas, Ph.D
f62120e5c6
Merge pull request #4047 from waltercjunior-zz/master
...
[pythonstatcomp/pt-br]
2022-07-07 14:30:57 +02:00
Marcel Ribeiro Dantas, Ph.D
28a1277540
Merge pull request #4356 from dannyloxavier/patch-1
...
[YAML/pt-br] Some fixes and update
2022-07-07 14:29:42 +02:00
Marcel Ribeiro Dantas
86c5593315
Merge pull request #4424 from mphschmitt/fix/rust_russian_translation
...
[rust/ru] fix russian translation.
2022-07-07 12:53:16 +02:00
Marcel Ribeiro Dantas
f429efa075
Merge pull request #4399 from nbehrnd/vim-de
...
[vim/de] remove duplicated line
2022-07-07 12:52:29 +02:00
Marcel Ribeiro Dantas
24fbb3028f
Merge pull request #4421 from mphschmitt/fix/rust_german_translation
...
[rust/de] fix german translation.
2022-07-07 12:50:56 +02:00
Marcel Ribeiro Dantas
3432ffc047
Merge pull request #4422 from mphschmitt/fix/rust_spanish_translation
...
[rust/es] fix spanish translation.
2022-07-07 12:50:44 +02:00
Marcel Ribeiro Dantas
8b49ec0213
Merge pull request #4423 from mphschmitt/fix/rust_italian_translation
...
[rust/it] fix italian translation.
2022-07-07 12:50:32 +02:00
Marcel Ribeiro Dantas
74d835c122
Add mribeirodantas as code owner for Portuguese
2022-07-07 12:50:14 +02:00
Marcel Ribeiro Dantas
4f87b5ff2e
Merge pull request #4427 from mphschmitt/fix/rust_ukrainian_translation
...
[rust/uk] fix ukrainian translation.
2022-07-07 12:48:10 +02:00
Marcel Ribeiro Dantas
2c075ca072
Merge pull request #4426 from mphschmitt/fix/rust_portuguese_translation
...
[rust/pt] fix portuguese translation.
2022-07-07 12:36:41 +02:00
mphschmitt
a92ab5a75e
[rust/zn] fix chinese translation. ( #4425 )
2022-07-07 08:25:30 +08:00
mphschmitt
3692c42711
[set-theory/fr] Fix multiple errors. ( #4361 )
...
Multiple errors prevented the translation from being displayed:
* contributors was indented with a tab instead of two spaces.
* the category was not the same as the original english file.
* a code block was closed at the end of the file, but never
opened.
2022-07-06 23:57:16 +02:00
mphschmitt
9694d4d960
[rust/fr] Update language name: rust -> Rust ( #4308 )
...
The name was different in english and in french, which prevented
the french translation from being displayed.
2022-07-06 23:56:27 +02:00
Mathias Schmitt
e14e04ec41
[rust/uk] fix ukrainian translation.
2022-07-06 23:12:30 +02:00
Mathias Schmitt
b027fa5b2a
[rust/pt] fix portuguese translation.
2022-07-06 23:10:15 +02:00
Mathias Schmitt
47568c005e
[rust/ru] fix russian translation.
2022-07-06 23:05:54 +02:00
Mathias Schmitt
1e44bf3aba
[rust/it] fix italian translation.
2022-07-06 23:03:36 +02:00