Git Product home page Git Product logo

500lineorless_cn's Introduction

500LineorLess_CN

500 line or less 中文翻译计划。

原文链接

英文项目地址

在翻译过程,发现部分文章有译者已经完成,该部分将不再翻译,并在下列表格中给出链接。

对应表

英文标题 作者 中文标题
Blockcode: A visual programming toolkit Dethe Elza Blockcode:可视化编程工具
A Continuous Integration System Malini Das 持续集成系统
Clustering by Consensus Dustin J. Mitchell 分布式系统
A Web Crawler With asyncio Coroutines A. Jesse Jiryu Davis and Guido van Rossum 高效爬虫与协程
Dagoba: an in-memory graph database Dann Toliver Dagoba:内存中的图形数据库
DBDB: Dog Bed Database Taavi Burns DBDB:非关系型数据库
A Flow Shop Scheduler Dr. Christian Muise Flow Shop 调度问题
An Archaeology-Inspired Database Yoav Rubin Python 实现数据库
A Python Interpreter Written in Python Allison Kaptur Python 解析器
A 3D Modeller Erick Dransch 3D建模
A Simple Object Model Carl Friedrich Bolz 简易对象模型
Optical Character Recognition (OCR) Marina Samuel 光学文字识别
A Pedometer in the Real World Dessy Daskalov 计步器与Python图解
A Rejection Sampler Jessica B. Hamrick 决策取样器
Web Spreadsheet Audrey Tang Web 电子表格(繁体中文版)
Static Analysis Leah Hanson 静态检查
A Template Engine Ned Batchelder 模板引擎
A Simple Web Server Greg Wilson 简易Web服务器

术语库

术语库

术语库 是从電腦名詞譯名(iicm_1.csv ~ iicm_6.csv)和English to Chinese translation glossaries抓取的。

可以直接导入Google Translate Toolkit

抓取脚本在placehoder.

认领表

标题 译者 进度
Blockcode: A visual programming toolkit taozi_cao 已完成
A Continuous Integration System Alovez 已完成
Clustering by Consensus escapecat 翻译中
A Web Crawler With asyncio Coroutines harold , skhe 翻译中
Dagoba: an in-memory graph database yanwang10 翻译中
DBDB: Dog Bed Database JinXJinX 已完成
A Flow Shop Scheduler 待认领
An Archaeology-Inspired Database 待认领
A Python Interpreter Written in Python qingyunha 已完成
A 3D Modeller Kalung Tsang 翻译中
A Simple Object Model Manjusaka 已完成
Optical Character Recognition (OCR) Alovez 已完成
A Pedometer in the Real World Austin 已完成
A Rejection Sampler Hideki_Nakamoto 已完成
Web Spreadsheet 待认领
Static Analysis 待认领
A Template Engine treelake 已完成
A Simple Web Server skhe 已完成

500lineorless_cn's People

Contributors

alovez avatar escapecat avatar greatstone avatar inamoto85 avatar jinxjinx avatar piglig avatar re-imagined avatar skhe avatar tblgsn avatar zhangjizhong-86 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

500lineorless_cn's Issues

请问现在还招人一起翻译吗?

您好!我是在校大二的学生,专业是软件工程,在学习python的时候看到了这个项目,希望能加入其中,之前没有参与过翻译项目,python也不是我的主语言,但是希望能参与其中,请问是否还有机会?如果可以的话能不能留一个联系方式?谢谢!

【问题】简易Web服务器 bug

简易Web服务器中目录列表内容处
Cases = [case_no_file(), case_existing_file(), case_always_fail()]
以及
do_GET() handler = case()
两者的括号应该只保存任意其中一个,即应该修改为
Cases = [case_no_file, case_existing_file, case_always_fail]
或者
handler = case

请问怎么加入

你好,我想认领一章来翻译,请问怎么加入你们呢?

How to commit a task

Hi

目前我正在学习Clustering by Consensus,想着可以贡献一份自己的力量,请问怎样认领任务,以及相应的要求

谢谢

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.