Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename Python 3 markdown files into 'python' | Simon Shine | 2020-02-12 | -0/+0 |
| | | | | | | | | ``` for f in $(find . -iname "*python3*" | grep -vE 'git'); do fnew=$(echo "$f" | sed 's/python3/python/') git mv "$f" "$fnew" done | |||
* | Rename Python 2 markdown files into 'pythonlegacy' | Simon Shine | 2020-02-12 | -0/+0 |
| | | | | | | | | | ``` for f in $(find . -iname "*python*" | grep -vE 'python3|git|statcomp'); do flegacy=$(echo "$f" | sed 's/python/pythonlegacy/') git mv "$f" "$flegacy" done ``` | |||
* | Merge pull request #3810 from imba-tjd/patch-2 | Max Schumacher | 2020-01-29 | -1/+1 |
|\ | | | | | [markdown/zh-cn] Fix typo | |||
| * | [markdown/zh-cn] Fix typo | 谭九鼎 | 2020-01-12 | -1/+1 |
| | | ||||
* | | Merge pull request #3815 from Fotia5230/patch-1 | Max Schumacher | 2020-01-29 | -1/+1 |
|\ \ | | | | | | | [CSS/zh-cn] Fixed typo | |||
| * | | Update css-cn.html.markdown | Fotia5230 | 2020-01-13 | -1/+1 |
| |/ | ||||
* | | Merge pull request #3809 from imba-tjd/patch-1 | Max Schumacher | 2020-01-29 | -2/+4 |
|\ \ | | | | | | | [yaml/zh-cn] Fix typo and minor sync | |||
| * | | Update yaml-cn.html.markdown | 谭九鼎 | 2020-01-23 | -1/+1 |
| | | | ||||
| * | | Update zh-cn/yaml-cn.html.markdown | 谭九鼎 | 2020-01-23 | -1/+1 |
| | | | | | | | | | Co-Authored-By: woclass <inkydragon@users.noreply.github.com> | |||
| * | | Update yaml-cn.html.markdown | 谭九鼎 | 2020-01-12 | -1/+3 |
| |/ | ||||
* | | Merge pull request #3799 from infancy/master | Max Schumacher | 2020-01-28 | -1/+1 |
|\ \ | | | | | | | [racket/zh-cn] fix typo | |||
| * | | [racket/zh-cn] fix typo | yihong wu | 2019-12-23 | -1/+1 |
| | | | ||||
* | | | Merge pull request #3816 from Fotia5230/patch-2 | Max Schumacher | 2020-01-28 | -1/+1 |
|\ \ \ | | | | | | | | | [Git/zh-CN] Fixed typo | |||
| * | | | Update git-cn.html.markdown | Fotia5230 | 2020-01-13 | -1/+1 |
| | |/ | |/| | ||||
* | | | Merge pull request #3670 from gaufung/powershell-zh-cn | Divay Prakash | 2020-01-24 | -0/+325 |
|\ \ \ | |/ / |/| | | [powershell/zh-cn] Add poweshell Simplified Chinsese version | |||
| * | | Update powershell-cn.html.markdown | Divay Prakash | 2020-01-24 | -1/+2 |
| | | | | | | | | | Add lang code | |||
| * | | [powershell/zh-cn] Add poweshell Simplified Chinsese version | gaufung | 2019-10-03 | -0/+324 |
| | | | ||||
* | | | Merge pull request #3683 from heitorPB/c-update-book-link | Divay Prakash | 2020-01-11 | -1/+1 |
|\ \ \ | |_|/ |/| | | [C/en,es,tr,pt-br,zh-cn,ru-ru] update book link | |||
| * | | [c/zh-ch] Fix book link | Heitor Pascoal de Bittencourt | 2019-10-08 | -1/+1 |
| |/ | ||||
* / | [yaml/zh-cn] Sync with en-us (#3775) | 谭九鼎 | 2019-11-18 | -10/+21 |
|/ | ||||
* | [yaml/zh-cn]Update yaml-cn.html.markdown | WeJie | 2019-09-04 | -29/+33 |
| | ||||
* | [sql/zh-cn] Update Chinese version of SQL (#3589) | Divay Prakash | 2019-08-05 | -0/+105 |
|\ | | | | | [sql/zh-cn] Update Chinese version of SQL | |||
| * | Translate the 'sql.html.markdown' into Chinese. | Psalm46 | 2019-08-03 | -0/+105 |
| | | ||||
* | | [Lambda calculus/zh-cn] Add Chinese translation of lambda calculus. (#3532) | 孙茂胤 | 2019-08-03 | -0/+223 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Chinese translation of lambda calculus. * Update zh-cn/lambda-calculus-cn.html.markdown Co-Authored-By: woclass <inkydragon@users.noreply.github.com> * Update zh-cn/lambda-calculus-cn.html.markdown Co-Authored-By: woclass <inkydragon@users.noreply.github.com> * Update zh-cn/lambda-calculus-cn.html.markdown Co-Authored-By: woclass <inkydragon@users.noreply.github.com> * add language attribute for lambda-calculus-cn.html.markdown | |||
* | | Merge pull request #3531 from smallg0at/patch-1 | Divay Prakash | 2019-08-02 | -13/+45 |
|\ \ | |/ |/| | [Markdown/zh-cn] More Examples and visualization | |||
| * | [Markdown/zh-cn] More Examples and visualization | YC L | 2019-05-11 | -13/+45 |
| | | | | | | Known issue: "HTML标签"的目录链接不工作 | |||
* | | Merge pull request #3542 from inkydragon/ruby2.5.5 | Adam Bard | 2019-07-16 | -55/+105 |
|\ \ | |/ |/| | [ruby/zh-cn] sync with english version | |||
| * | [ruby/zh-cn] sync with english version | woclass | 2019-06-01 | -55/+105 |
| | | | | | | | | - sync code, result andcontributors | |||
* | | Update make-cn.html.markdown | ent_explode | 2019-05-06 | -4/+4 |
| | | | | | | fix typo and gramma mistakes | |||
* | | fix: typo | Persevere Von | 2019-04-29 | -1/+1 |
| | | ||||
* | | Move "make" articles to the "tool" category | Pierre-François Clement | 2019-03-08 | -1/+2 |
| | | ||||
* | | Move "awk" articles to the "tool" category | Pierre-François Clement | 2019-03-08 | -1/+2 |
| | | ||||
* | | Type correction for the output of math.sqrt() propagated across versions and ↵ | Anindya Srivastava | 2019-02-06 | -1/+1 |
| | | | | | | | | languages | |||
* | | update chinese version content | shooter | 2018-12-25 | -27/+33 |
| | | ||||
* | | update based on inkydragon comments | Bob Jiang | 2018-12-03 | -4/+4 |
| | | ||||
* | | translate for zh-cn | Bob Jiang | 2018-12-03 | -0/+819 |
|/ | ||||
* | [dart/zh-cn]Fix bool convert of chinese version. | OKry | 2018-11-18 | -10/+34 |
| | | | Same to my last commit of english version, fix bool implicit conversions support of chinese version. | |||
* | Fix wrong Chinese character | Tin Unkai | 2018-11-16 | -1/+1 |
| | ||||
* | Merge pull request #3152 from mengzhongshi/master | Divay Prakash | 2018-11-02 | -76/+162 |
|\ | | | | | [markdown/zh-cn] Update Chinese translation | |||
| * | Update markdown-cn.html.markdown | Divay Prakash | 2018-11-02 | -11/+14 |
| | | | | | | Convert HTML tags to markdown syntax | |||
| * | Update translation | luffy_zhong | 2018-07-04 | -21/+13 |
| | | | | | | Update translation | |||
| * | Update markdown-cn.html.markdown | luffy_zhong | 2018-07-04 | -10/+11 |
| | | ||||
| * | Update the translation | luffy_zhong | 2018-07-04 | -74/+164 |
| | | | | | | The translation is outdated, so I try to update it. | |||
* | | [clojure-macros/zh-cn] Fixed links | fnscoder | 2018-10-31 | -6/+4 |
| | | ||||
* | | Add new link from 2242ad7 | Divay Prakash | 2018-10-14 | -0/+1 |
| | | ||||
* | | Fix links and list styling | Divay Prakash | 2018-10-14 | -3/+2 |
| | | ||||
* | | Merge pull request #3153 from tianzhipeng-git/patch-2 | Divay Prakash | 2018-09-15 | -0/+326 |
|\ \ | | | | | | | [awk/zh-cn] translate awk to Chinese(zh-cn) | |||
| * | | wrap some line | tianzhipeng | 2018-09-14 | -4/+6 |
| | | | ||||
| * | | translate awk to zh-cn | tianzhipeng | 2018-07-04 | -157/+120 |
| | | | ||||
| * | | create learnawk-cn.awk | tianzhipeng | 2018-07-04 | -0/+361 |
| |/ |