当前位置:网站首页>Apachecn translation, proofreading, note sorting activity progress announcement 2022.7

Apachecn translation, proofreading, note sorting activity progress announcement 2022.7

2022-07-04 22:13:00 Buke Feilong

Data science on the command line, Second Edition 【 proofreading 】

Warehouse :https://github.com/apachecn/ds-cmd-line-2e-zh

Overall progress :https://github.com/apachecn/ds-cmd-line-2e-zh/issues/1

Contribution Guide :https://github.com/apachecn/ds-cmd-line-2e-zh/blob/master/CONTRIBUTING.md

Claim :5/14, complete :5/14

Computer graphics from scratch 【 proofreading 】

Warehouse :https://github.com/apachecn/cg-scratch-zh

Overall progress :https://github.com/apachecn/cg-scratch-zh/issues/1

Contribution Guide :https://github.com/apachecn/cg-scratch-zh/blob/master/CONTRIBUTING.md

Claim :0/18, complete :0/18

21 The statistical thinking of the century 【 proofreading 】

Warehouse :https://github.com/apachecn/stats-thinking-21-zh

Overall progress :https://github.com/apachecn/stats-thinking-21-zh/issues/1

Contribution Guide :https://github.com/apachecn/stats-thinking-21-zh/blob/master/CONTRIBUTING.md

Claim :0/110, complete :0/110

Impatient JavaScript【 proofreading 】

Contribution Guide :https://github.com/apachecn/impatient-js-zh/blob/master/CONTRIBUTING.md

Overall progress :https://github.com/apachecn/impatient-js-zh/issues/1

Project warehouse :https://github.com/apachecn/impatient-js-zh

Claim :33/42, complete :33/42

UIUC CS241 System programming Chinese handout 【 proofreading 】

Warehouse :https://github.com/apachecn/uiuc-cs241-notes-zh

Overall progress :https://github.com/apachecn/uiuc-cs241-notes-zh/issues/1

Contribution Guide :https://github.com/apachecn/uiuc-cs241-notes-zh/blob/master/CONTRIBUTING.md

Claim :8/78, complete :8/78


Useful links

Markdown Typesetting requirements

  1. Code blocks and pictures don't need proofreading , And do not count words .
  2. Chinese characters and English letters , There is a space between Chinese characters and numbers . But there is no space between Chinese punctuation and any characters .
  3. Bold, italic and link requirements are the same as above , Chinese and English bold , Spaces are also required between English and Chinese bold .
  4. Anything that appears in any programming language , For example, variable name , Class name , Function name , Package name , And what appears on the command line , For example, command , file name , route , Extension , All need to be packaged in inline code . Inline code and Chinese characters / There is no space between punctuation , But there is a space between it and English letters or numbers .
  5. The format of the table is easy to mess , Make sure they display normally .
  6. Titles and short lists need special proofreading .
  7. There are a few untranslated paragraphs , Use Google Translate Then proofread .

Useful regular expressions

link :

(?<!!)\[[^\]]*\]

form :

^\|

Chinese space :

The space between Chinese characters is usually the place where the translation engine makes mistakes .

[\u4e00-\u9fff]\s+[\u4e00-\u9fff]

Untranslated paragraph :

^[a-zA-Z0-9][^\u4e00-\u9fff]+$
^\s*([\+\-\*]\x20{3}|\d+\.\x20{2})[^\u4e00-\u9fff]+$

Inline code :

stay Markdown in , Inline code needs to be enclosed in backquotes , But some tutorials do not . therefore , Need to check the boundary between Chinese and English , Change inline code that is not enclosed in backquotes .

[\u2018-\u201d\u3001-\u301c\u4e00-\u9fff\uff01-\uff65]\x20*[A-Za-z0-9]|[A-Za-z0-9]\x20*[\u2018-\u201d\u3001-\u301c\u4e00-\u9fff\uff01-\uff65]

bold / Italics :

\*\*[^\*]+\*\*|(?<!\*)\*[^\*]+\*(?!\*)

title :

^#+\x20

list ( Within twenty words ):

Short lists are very error prone because they have no context .

^\s*([\+\-\*]\x20{3}|\d+\.\x20{2}).{1,20}$

Reward

Proofreaders can receive 1000 words after completion 2~4 Yuan reward ( It depends on the difficulty and workload ), Please contact Fei Long (Q562826179,V:wizardforcel).

Word count follows word standard : Every Chinese character and punctuation count as a word , A continuous English letter 、 Numbers and punctuation sequences count as one word

原网站

版权声明
本文为[Buke Feilong]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/185/202207042137061399.html