[go: nahoru, domu]

Skip to content
/ 500lines Public
forked from aosabook/500lines

每个章节都试图用 500 行或者更少(500 or less)的代码,让读者了解一个功能或需求的简单实现。

License

Notifications You must be signed in to change notification settings

kaozb/500lines

 
 

Repository files navigation

编号 项目名称 中文名称 功能说明
1 ci 持续集成系统 用于测试新代码的专用系统,包含获取更改后代码、自动测试代码、生成测试报告功能
2 cluster 分布式系统 分布式系统 paxos 的原理与实现,并采用一些技巧帮助你尽可能的减少和查找、修复漏洞
3 contingent 文档系统 使用 python 构建一个文档系统
4 crawler 高效爬虫 几百行代码实现一个简单的 Web 爬虫程序
5 data-store key-value 的非关系型数据库 旨在保护计算机出现崩溃或者报错时的数据
6 flow-shop Flow Shop 调度 -
7 incomplete 多个小项目组成的 -
8 interpreter Python 解释器 用 Python 实现的 Python 解释器
9 modeller 3D 建模 这是一个非常小而有限的 3D 建模项目
10 objmodel 对象模型 探讨了一系列非常简单的对象模型的实现
11 ocr 光学字符识别 该项目将使用神经网络(ANN)搭建一个 OCR 系统
12 pedometer 计步器 使用 Ruby 建立一个基本的计步器,并用户提供一个友好 UI 界面
13 sampler 决策取样器 该项目将对采样、多项分布、随机分布等名词
14 template-engine 模板引擎 任何 Web 应用程序中的一个重要阶段是生成要提供给浏览器的 HTML
15 web-server Web 服务器 利用 Python 搭建一个简单的 Web 服务器

500 Lines or Less

"What I cannot create, I do not understand."

-- Richard Feynman

This is the source for the book 500 Lines or Less, the fourth in the Architecture of Open Source Applications series. As with other books in the series, all written material will be covered by the Creative Commons - Attribution license, and all code by the MIT License: please see the license description for details. In addition, all royalties from paid-for versions will all go to Amnesty International.

The production of this book has been made possible by the financial support of PagerDuty

PagerDuty Logo

Mission

Every architect studies family homes, apartments, schools, and other common types of buildings during her training. Equally, every programmer ought to know how a compiler turns text into instructions, how a spreadsheet updates cells, and how a database efficiently persists data.

Previous books in the AOSA series have done this by describing the high-level architecture of several mature open-source projects. While the lessons learned from those stories are valuable, they are sometimes difficult to absorb for programmers who have not yet had to build anything at that scale.

"500 Lines or Less" focuses on the design decisions and tradeoffs that experienced programmers make when they are writing code:

  • Why divide the application into these particular modules with these particular interfaces?
  • Why use inheritance here and composition there?
  • How do we predict where our program might need to be extended, and how can we make that easy for other programmers?

Each chapter consists of a walkthrough of a program that solves a canonical problem in software engineering in at most 500 source lines of code. We hope that the material in this book will help readers understand the varied approaches that engineers take when solving problems in different domains, and will serve as a basis for projects that extend or modify the contributions here.

Contributors

Name Affiliation Project Online GitHub
Mike DiBernardo Wave editorial MichaelDiBernardo
Amy Brown indie editorial amyrbrown
Allison Kaptur Dropbox byterun akaptur
Audrey Tang g0v.tw, Socialtext, Apple spreadsheet audreyt
Brandon Rhodes Dropbox contingent brandon-rhodes
Carl Friedrich Bolz King's College London object model cfbolz
Cate Huston   Image Filter app catehstn
Christian Muise University of Melbourne flow-shop haz
Daniel Jackson   same-origin-policy    
Daniel Rocco BrightLink Technology contingent drocco007
Dann Toliver Bento Box dagoba dxnn
Dessy Daskalov Nudge Rewards Pedometer dessy
Dethe Elza   blockcode   dethe
Dustin Mitchell Mozilla cluster   djmitche
Erick Dransch   Modeller EkkiD
Eunsuk Kang   same-origin-policy    
Greg Wilson   web-server gvwilson
Guido van Rossum Dropbox crawler gvanrossum
A. Jesse Jiryu Davis MongoDB crawler ajdavis
Jessica Hamrick University of California, Berkeley sampler jhamrick
Leah Hanson Google static analysis astrieanna
Leo Zovic   event-web-framework    
Malini Das Twitch ci malini
Marina Samuel Mozilla ocr emtwo
Ned Batchelder edX templating engine nedbat
Santiago Perez De Rosso   same-origin-policy    
Taavi Burns Previously at Points, now at PagerDuty data-store taavi
Yoav Rubin Microsoft In-memory functional database yoavrubin

Technical Reviewers

Amber Yust Andrew Gwozdziewycz Andrew Kuchling
Andrew Svetlov Andy Shen Anton Beloglazov
Ben Trofatter Borys Pierov Carise Fernandez
Charles Stanhope Chris Atlee Chris Seaton
Cyryl Płotnicki-Chudyk Dan Langer Dan Shapiro
David Pokorny Eric Bouwers Frederic De Groef
Graham Lee Gregory Eric Sanderson James O'Beirne
Jan de Baat Jana Beck Jessica McKellar
Jo Van Eyck Joel Crocker Johan Thelin
Johannes Fürmann John Morrissey Joseph Kaptur
Josh Crompton Joshua T. Corbin Kevin Huang
Maggie Zhou Marc Towler Marcin Milewski
Marco Lancini Mark Reid Matthias Bussonnier
Max Mautner Meggin Kearney Mike Aquino
Natalie Black Nick Presta Nikhil Almeida
Nolan Prescott Paul Martin Piotr Banaszkiewicz
Preston Holmes Pulkit Sethi Rail Aliiev
Ronen Narkis Rose Ames Sina Jahan
Stefan Turalski William Lachance

About

每个章节都试图用 500 行或者更少(500 or less)的代码,让读者了解一个功能或需求的简单实现。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 49.4%
  • Python 28.9%
  • Haskell 4.1%
  • Ruby 2.4%
  • Clojure 1.9%
  • Erlang 1.7%
  • Other 11.6%