Coder Social home page Coder Social logo

just-for-fun's Introduction

Just For Fun

《Just For Fun》一书是Linus Torvalds的自传

本项目的灵感来源于知乎用户 —— 江疆大佬的回答。在回答哪些项目的源代码最值得阅读时,这位大佬提出了以下观点:

从扩展思路的角度来说,一个程序员应该好好读过这样一些代码:

  • 一个操作系统内核
  • 一个编译器
  • 一个解释器
  • 一个数据库
  • 一个 Web 服务器
  • 一个 Web 浏览器
  • 一个编辑器

我深以为然,于是开启了这个项目。

我将参照build-your-own-x尝试逐个实现上述代码,并记录自己在该过程中学习到的知识。这无疑将是一段漫长的旅程,希望能够成功完成吧!

欢迎你加入到这段旅程中来!

代码阅读

实现

注:在阅读bjoern源码的过程中,我发现虽然bjoern的源码较少,但涉及的知识点比较多,所以我自己实现了一个简单cgi服务器。


English

Just For Fun is the autobiography of Linus Torvalds.

The inspiration for this project comes from the answer which written by a Zhihuer, Jiang Jiang. In the answer to the question, Which project's source code is most worth reading?, he said:

From the perspective of extending ideas, a programmer should read some code like this:

  • an operating system kernel
  • a compiler
  • an interpreter
  • a database
  • a web server
  • a web browser
  • an editor

I can't agree more, so I have started this project.

I will try to implement the above code one by one with reference to build-your-own-x, and record what I have learned in this process. There is no doubt that it will be a long journey, and hopefully it will be a success!

You are welcome to join this journey!

Code Reading

Implementions

Note: When I finished reading the bjoern source code, I have found that although the source code is small, it involves too many knowledge points, so I implemented a simple cgi server instead.

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.