| Commit message (Collapse) | Author | Age | Lines |
... | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* [GDScript/zh-cn] Add GDScript Chinese translation
* [GDScript/zh-cn] Remove something inappropriate
* [GDScript/zh-cn] Rename GDScript cn file
* [GDScript/zh-cn] Keep lines under 80 chars
* [GDScript/zh-cn] Header config
Co-authored-by: xiehuaqiao <xiehuaqiao@national-space.com>
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[awk-fr] harmonization with PR 4437
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Following the recommendation to not exceed 80 characters/line.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
correct example of gsub in awk-es
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Edit is based on the correction in the English edition.[1]
[1] https://github.com/adambard/learnxinyminutes-docs/pull/4437
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[AWK/zh-cn] correct example gsub
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Edit based on the correction of the English original.[1]
[1] https://github.com/adambard/learnxinyminutes-docs/pull/4437
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
[AWK/pt-br] correct example gsub
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Edit is based on correction in the English edition.[1]
[1] https://github.com/adambard/learnxinyminutes-docs/pull/4437
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Update documentation for using contains() and contains_key() with dict (previously incorrect)
* Prefer to use HH\Asio\curl_exec() over \file_get_contents
* Add example for enum class (enum of any type)
* Remove incorrect description of `use` keyword in traits
* Fix and improve various explanations in comments
|
| | | | | |
| | | | | |
| | | | | | |
Follow best practices (function should be snake case [do_task()], and methods should be camel case [doTask()])
|
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | | |
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/.
|
| | | | | |
|
| | | | |
| | | | |
| | | | | |
Fix repeated filename field and stick to the standard filename for programming languages.
|
| | | | |
| | | | |
| | | | | |
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.
|
| | | | |
| | | | |
| | | | | |
The incorrect filename in this file was overwriting the same document for the original document in English.
|
| | | | |
| | | | |
| | | | | |
The incorrect filename in this file was overwriting the one provided in the original document in English. This commit fixes this.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[awk/en] 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.
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[Fortran/en] adjust name, edit format, add 2018 standard
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
[rust/fr-fr] Fix typo.
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[json/vi-vn] Add a missing comma
|
| |/ / / /
| | | | |
| | | | | |
In json/vi-vn
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[git/many langs] Remove GitGuy dead link from git material (close #4314)
|
|/ / / / / |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[latex/pt-br] Update/improve pt-br translatoin of LaTeX
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | | |
Accidently added ^
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | | |
Updates the pt-br translation
Fixes some mistakes
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[latex/en] addition of two resources
|
| | | | | | |
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Update pythonstatcomp-pt.html.markdown
|
|/ / / / /
| | | | |
| | | | | |
The tool name should not be translated, otherwise, it'll appear as a new tool on the web page.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Update groovy-pt.html.markdown
|
| | | | | | |
|
|/ / / / /
| | | | |
| | | | | |
Update Portuguese version to the original version in English
|
| | | | |
| | | | |
| | | | |
| | | | | |
pythonstatcomp-pt.html.markdown
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[pythonstatcomp/pt-br]
|