summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* 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
|
* Translate cron job section (9.E)Al2022-07-23-0/+6
|
* Translate oracles and external data section (9.D)Al2022-07-23-0/+27
|
* Translate data access in blockchain section (9.C)Al2022-07-23-0/+11
|
* Translate storage design notes section (9.B)Al2022-07-23-0/+10
|
* Translate obfruscation section (9.A)Al2022-07-23-0/+14
|
* Translate other keyword section (8)Al2022-07-23-0/+24
|
* Translate object/contracts section (7)Al2022-07-23-0/+56
|
* Transalte branching and loop section (6)Al2022-07-23-0/+28
|
* Translate modifiers section (5.C)Al2022-07-22-0/+33
|
* Translate event section (5.B)Al2022-07-22-0/+36
|
* Translate function section (5.A)Al2022-07-22-0/+66
|
* Translate global variables of note (4)Al2022-07-21-0/+34
|
* Translate simple operators (3)Al2022-07-20-0/+7
|
* Translate structs (2)Al2022-07-20-0/+71
|
* Edit translator nameAl2022-07-19-1/+1
|
* Translate solidity basics (1) sectionAl2022-07-19-0/+118
|
* Translate bank exampleAl2022-07-19-1/+101
|
* Fix line lengthAl2022-07-19-1/+2
|
* Fix typoAl2022-07-19-1/+1
|
* Fix wrong "working with remix and metamask" sectionAl2022-07-19-22/+29
|
* Translate "working on a testnet" introAl2022-07-18-0/+33
|
* Translate "working with remix and metamask" sectionAl2022-07-18-1/+34
|
* Translate Solidity introduction into italianAl2022-07-18-0/+44
|
* Merge pull request #4439 from AndrewDiMola/update-stale-hack-docsMarcel Ribeiro Dantas, Ph.D2022-07-16-252/+364
|\ | | | | [hack/en] Overhaul Hack in Y Minutes
| * Run Hackfmt and improve examplesAndrew2022-07-15-8/+39
| | | | | | | | | | Run hackfmt (the hack formatter) on the file Clean up examples in the hack arrays section Add a section on the unique binary pipe operator (and variable)
| * Merge branch 'adambard:master' into update-stale-hack-docsAndrew2022-07-15-187/+620
| |\ | |/ |/|
* | Merge pull request #4450 from nbehrnd/asciidoc-deMarcel Ribeiro Dantas, Ph.D2022-07-14-3/+8
|\ \ | | | | | | [asciidoc/de], remove overly long lines
| * | asciidoc-de, remove overly long linesNorwid Behrnd2022-07-14-3/+8
|/ /
* | Fix ids for table of content in pt-br markdownMarcel Ribeiro Dantas, Ph.D2022-07-14-15/+15
| |
* | Improve pt-br translation of MarkdownMarcel Ribeiro Dantas, Ph.D2022-07-14-4/+5
| |
* | Merge pull request #4449 from mribeirodantas/update-markdown-ptMarcel Ribeiro Dantas, Ph.D2022-07-14-98/+162
|\ \ | | | | | | [markdown/pt-br] Update, fix and improve translation
| * | Improve pt-br translation of MarkdownMarcel Ribeiro-Dantas2022-07-14-45/+42
| | |
| * | Update pt-br translation of MarkdownMarcel Ribeiro-Dantas2022-07-14-2/+47
| | | | | | | | | | | | | | | | | | | | | Update pt-br translation of Markdown to match current status of the original document in English. This commit also fix some small mistakes.
| * | Add table of contentsMarcel Ribeiro-Dantas2022-07-14-2/+19
| | |
| * | Keep lines <=80 chars in markdown-pt-brMarcel Ribeiro-Dantas2022-07-14-25/+32
| | | | | | | | | | | | | | | Whenever possible, keep it under 80 chars. The few exceptions in which I left with >80 were for code snippets.
| * | Fix syntax, typos and text style for markdown-ptMarcel Ribeiro-Dantas2022-07-14-64/+62
|/ / | | | | | | | | | | | | The pt-br version has diverted a bit from the english version not only by being outdated, but due to content that was added to the portuguese version and not to the english one. Besides, there were many silly errors that shouldn't have passed review.
* | Merge pull request #4117 from azev77/patch-1Marcel Ribeiro Dantas, Ph.D2022-07-13-0/+14
|\ \ | | | | | | Update julia.html.markdown
| * | Update julia.html.markdownazev772021-02-24-0/+14
| | | | | | | | | Assignment vs copy: see https://discourse.julialang.org/t/is-it-worth-introducing-copy-into-learnxiny/55965/2
* | | Merge pull request #4302 from taivlam/masterMarcel Ribeiro Dantas, Ph.D2022-07-13-4/+4
|\ \ \ | | | | | | | | [nim and rst/en] Fix typo in comment
| * | | [rst/en] Make formatting in comments consistenttaivlam2022-01-16-3/+3
| | | | | | | | | | | | Made formatting in comments consistent by adding 2 periods