summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* 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
| * | | [nim/en] Fix typo in commenttaivlam2022-01-16-1/+1
| | | | | | | | | | | | [nim/en] Fixed typo in comment by deleting extra apostrophe
* | | | Merge pull request #4304 from taivlam/masterMarcel Ribeiro Dantas, Ph.D2022-07-13-7/+7
|\ \ \ \ | | | | | | | | | | [markdown/en] Fixed minor typos & backticks
| * | | | [markdown/en] Fixed minor typos & backtickstaivlam2022-01-16-7/+7
| |/ / / | | | | | | | | | | | | | | | | * Added some periods at end of sentences for consistent style * Line 238 previously rendered as "` - even though GitHub preview correctly displayed 3 consecutive backticks, i.e.: ``` (hopefully this fix will work) * Line 281 missed the capitalization of "This"
* | | | Merge pull request #4316 from gabrielsroka/patch-1Marcel Ribeiro Dantas, Ph.D2022-07-13-1/+1
|\ \ \ \ | | | | | | | | | | [bash/en] fix typo
| * | | | Update bash.html.markdownGabriel Sroka2022-02-01-1/+1
| | | | | | | | | | | | | | | fix minor typo
* | | | | Merge pull request #4374 from imadx/masterMarcel Ribeiro Dantas, Ph.D2022-07-13-5/+5
|\ \ \ \ \ | | | | | | | | | | | | [solidity/en] fix minor typos
| * | | | | [solidity/en] fix minor typosIshan Madhusanka2022-04-09-5/+5
| | | | | |
* | | | | | Merge pull request #4408 from FreedomBen/fix-typoMarcel Ribeiro Dantas, Ph.D2022-07-13-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | [vimscript/en] fix typo: pacing -> placing
| * | | | | | fix typo: pacing -> placingBenjamin Porter2022-06-17-1/+1
| |/ / / / /
* | | | | | Merge pull request #4448 from potomak/patch-1Marcel Ribeiro Dantas, Ph.D2022-07-13-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | [erlang/en] Update link to personal site