summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Merge pull request #4326 from zacryol/fix-itsMarcel Ribeiro Dantas, Ph.D2022-07-31-1/+1
|\ | | | | [GDScript/en] Fix usage of `its`
| * [GDScript/en] Fix usage of `its`zacryol2022-02-14-2/+2
| | | | | | | | | | "it's" is a contraction of "it is" "its" is the possessive
* | Merge pull request #4327 from zacryol/gdscript-int-loopMarcel Ribeiro Dantas, Ph.D2022-07-31-1/+4
|\ \ | | | | | | [GDScript/en] add example of iterating over an int with `for`
| * | [GDScript/en] add example of iterating over an int with `for`zacryol2022-02-14-1/+4
| |/
* | [python/zh-cn] correct mistakes 勘误 (#4468)Chuckie Chen2022-07-29-3/+3
| | | | | | | | | | | | | | | | | | | | | | * [python/zh-cn] fix typo 修正打字错误 我们可以通过遍历还访问所有的值 -> 我们还可以通过遍历访问所有的值 * add missing character 添加遗漏的字符 这个 math.p 文件会被代替引入 -> 这个 math.py 文件会被代替引入 * fix typo
* | Merge pull request #4466 from s-spindler/patch-1Marcel Ribeiro Dantas, Ph.D2022-07-28-9/+9
|\ \ | | | | | | [awk/en-us] fix variable declaration
| * | Update awk.html.markdownStephan Spindler2022-07-27-9/+9
| | | | | | | | | It was either this or change the parameter to `localvar` 🤷
* | | Merge pull request #4467 from s-spindler/patch-2Marcel Ribeiro Dantas, Ph.D2022-07-28-6/+7
|\ \ \ | |/ / |/| | [python/en-us] add sets to empty things that are false
| * | Add sets to empty things that are falseStephan Spindler2022-07-27-6/+7
|/ /
* | Merge pull request #4464 from al-ias/translation/solidity-itMarcel Ribeiro Dantas, Ph.D2022-07-24-0/+1069
|\ \ | | | | | | [solidity/it-it] Solidity italian translation
| * | Update filenameAl2022-07-24-1/+1
| | | | | | | | | Co-authored-by: Marcel Ribeiro Dantas, Ph.D. <ribeirodantasdm@gmail.com>
| * | Merge pull request #3 from al-ias/masterAl2022-07-24-77/+396
| |\ \ | |/ / |/| | Merge master
* | | Merge pull request #4205 from tompreston/tpreston/openscadMarcel Ribeiro Dantas, Ph.D2022-07-24-0/+117
|\ \ \ | | | | | | | | [openscad/en] Add OpenSCAD learnxinyminutes
| * | | openscad: Remove multi-line comments to simplifyTom Preston2022-07-23-30/+27
| | | |
| * | | Fixup typo in openscad.html.markdownTom Preston2022-07-23-1/+1
| | | | | | | | | | | | Co-authored-by: Marcel Ribeiro Dantas, Ph.D. <ribeirodantasdm@gmail.com>
| * | | [openscad/en] Add OpenSCAD learnxinyminutesThomas Preston2021-08-05-0/+120
| | | |
* | | | Merge pull request #4460 from Pab0/patch-1Marcel Ribeiro Dantas, Ph.D2022-07-23-1/+1
|\ \ \ \ | | | | | | | | | | [lua/en] Update LuaShortReference link
| * | | | Update LuaShortReference linkPab02022-07-21-1/+1
| | | | | | | | | | | | | | | The previous PDF location 404's on lua-users.org, so linking to the respective lua-users.org/wiki page instead (which includes working links to the PDFs on Thomas Lauer's website).
* | | | | Merge pull request #4463 from giria/masterMarcel Ribeiro Dantas, Ph.D2022-07-23-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | [bf/en] Dead link
| * | | | Merge pull request #1 from giria/giria-patch-1Joan Barrull Ribalta2022-07-23-1/+1
|/| | | | | | | | | | | | | | [bf/en] Updated dead link
| * | | | Updated dead linkJoan Barrull Ribalta2022-07-22-1/+1
|/ / / / | | | | | | | | | | | | Old link did not work. Added a new working link.
* | | | Merge pull request #4459 from AndrewDiMola/update-stale-hack-docsMarcel Ribeiro Dantas, Ph.D2022-07-19-1/+1
|\ \ \ \ | | | | | | | | | | [hack/en] Revert update to code block header
| * | | | Revert update to code block headerAndrew2022-07-19-1/+1
|/ / / / | | | | | | | | Reverting back to `php` as the `hack` header is likely not supported and the `php` highlighting is probably good enough (for now) to at least render the page.
* | | | Merge pull request #4457 from mariuszmichalowski/patch-1Marcel Ribeiro Dantas, Ph.D2022-07-19-0/+1
|\ \ \ \ | | | | | | | | | | [ansible/en] added new Ansible tutorial
| * | | | Added new Ansible tutorialMariusz Michalowski2022-07-18-0/+1
|/ / / /
* | | | Merge pull request #4454 from mribeirodantas/improve-git-br-configMarcel Ribeiro Dantas, Ph.D2022-07-17-4/+4
|\ \ \ \ | | | | | | | | | | [git/pt-br] Improve wording of git-config examples
| * | | | Add examples to git-config in pt-brMarcel Ribeiro-Dantas2022-07-17-4/+4
| | | | |
* | | | | Merge pull request #4453 from mribeirodantas/improve-git-enMarcel Ribeiro Dantas, Ph.D2022-07-17-1/+4
|\ \ \ \ \ | |/ / / / |/| | | | [git/en] add code example to git-config
| * | | | Add examples to git-configMarcel Ribeiro-Dantas2022-07-17-1/+4
|/ / / /
* | | | Merge pull request #4451 from mribeirodantas/improve-git-pt-brMarcel Ribeiro Dantas, Ph.D2022-07-17-66/+266
|\ \ \ \ | | | | | | | | | | [git/pt-br] Update/improve Git pt-br translation/document
| * | | | Fixing typos and lines >80 charsMarcel Ribeiro-Dantas2022-07-17-49/+52
| | | | |
| * | | | Add git-stash sectionMarcel Ribeiro-Dantas2022-07-17-0/+68
| | | | |
| * | | | Add git-reflog sectionMarcel Ribeiro-Dantas2022-07-17-0/+29
| | | | |
| * | | | Add git-revert sectionMarcel Ribeiro-Dantas2022-07-17-0/+12
| | | | |
| * | | | Update further information sectionMarcel Ribeiro-Dantas2022-07-17-2/+16
| | | | |
| * | | | Add mribeirodantas as translatorMarcel Ribeiro-Dantas2022-07-16-0/+1
| | | | |
| * | | | Update most of the git-pt documentMarcel Ribeiro-Dantas2022-07-16-4/+69
| | | | | | | | | | | | | | | | | | | | | | | | | Update the pt-br version of the git document to be closer to the original version in English.
| * | | | Set the word branch gender to femaleMarcel Ribeiro-Dantas2022-07-16-24/+32
| | | | |
* | | | | Merge pull request #4452 from valbaca/patch-3Marcel Ribeiro Dantas, Ph.D2022-07-17-3/+1
|\ \ \ \ \ | |/ / / / |/| | | | [typescript/en] Update typescript "Further Reading" links
| * | | | Update typescript "Further Reading" linksValentin Baca2022-07-16-3/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Updated the link to the typescript spec. Removed dead link to "Anders Hejlsberg - Introducing TypeScript on Channel 9" (I couldn't find a replacement. If there is one, please let me know!) Finally, "Definitely Typed - repository for type definitions" just points to a dead page.
| | * | Improve translation and readabilityAl2022-07-24-13/+13
| | | |
| | * | Fix typosAl2022-07-24-6/+6
| | | |
| | * | Translate links section (last one)Al2022-07-24-0/+48
| | | |
| | * | Translate natspec comments section (14)Al2022-07-24-0/+13
| | | |
| | * | Translate style notes section (13)Al2022-07-23-0/+13
| | | |
| | * | Translate low level functions section (12)Al2022-07-23-0/+11
| | | |
| | * | Translate security section (11)Al2022-07-23-0/+8
| | | |
| | * | Translate other native functions (10)Al2022-07-23-0/+32
| | | |
| | * | Translate state machines section (9.G)Al2022-07-23-0/+147
| | | |
| | * | Translate pattern observer (9.F)Al2022-07-23-0/+38
| | | |