Git Product home page Git Product logo

aosabook / aosabook Goto Github PK

View Code? Open in Web Editor NEW
1.4K 1.4K 244.0 187.43 MB

The Architecture of Open Source Applications

License: Other

CSS 0.35% HTML 46.59% Makefile 0.10% Shell 0.05% Python 3.78% TeX 40.96% Haskell 0.50% JavaScript 6.00% Gnuplot 0.01% Jupyter Notebook 0.21% Common Lisp 0.15% Clojure 0.23% Java 0.17% Lua 0.09% Ruby 0.29% Erlang 0.21% Alloy 0.14% CoffeeScript 0.02% LiveScript 0.05% Julia 0.11%

aosabook's Introduction

aosabook

The Architecture of Open Source Applications

Dependencies

Incomplete list:

# for mathtools
sudo apt-get install texlive-latex3

aosabook's People

Contributors

ajdavis avatar akaptur avatar amyrhoda avatar ashald avatar astrieanna avatar audreyt avatar brandon-rhodes avatar catehstn avatar cfbolz avatar darius avatar dessy avatar dethe avatar djmitche avatar drocco007 avatar dxnn avatar ekkid avatar eskang avatar gvwilson avatar haz avatar inaimathi avatar jhamrick avatar jilljenn avatar kragen avatar krestenkrab avatar michaeldibernardo avatar nedbat avatar spderosso avatar taavi avatar tarmstrong avatar yoavrubin 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

aosabook's Issues

Incorrect throughput calculation in mobile-perf.tex

Quote:

At the standard
setting of 3 segments, cwnd exhaustion would occur after only 3 packets,
or 4 KiB, were sent. Assuming the packets were sent contiguously, the
corresponding acknowledgements will not arrive any sooner than the
connection's round-trip time allows. If the RTT were 100 ms, for
instance, the effective transmission rate would be a pitiful 400
bytes/second.

Shouldn't this be 40KiB/s? As in, every 0.1 seconds 4KiB can be sent? (Disregarding the increase in cwnd, of course, the actual number would be higher since cwnd will double every RTT)

Paragraph and figure missing from p6 of POSA (printed)

Error report from a reader: "part of the "Inter-process Communication and Multi-process Resource Loading" paragraph, figure 1.4 is entirely missing as well as all the following bolded text:

... (see **ResourceMessageFilter) which should be handled by the network stack.

Figure 1.4 - Inter-process communication

One of the advantages of this architecture is that all resource requests are handled entirely on the I/O threads and neither UI-generated activity nor network events interfere with each other. The resource filter runs in the I/O thread in the browser process, intercepts the resource request messages, and forwards them to a ResourceDispatcherHost3 singleton in the browser process.**"

I looked in my printout and confirmed the error.

Mangled code in Yocto chapter (online)

From a reader:

On this page http://www.aosabook.org/en/yocto.html
In the paragraph named "BitBake DataSmart Copy-on-Write Data Storage"

The following example seems to have been mangled during the editing process:

LIBCEXTENSION = "${@[", '-gnu'][(d.getVar('ABIEXTENSION', True) or ") != "]}"

The line should be:

LIBCEXTENSION = "${@['', '-gnu'][(d.getVar('ABIEXTENSION', True) or '') != '']}"

translate

Hi is it possible to translate into Brazilian Portuguese

Typo in Volume II, Chapter 1 ('Scalable Web...') (online) (probably also ebook and print)

From a reader:

Current:

Imagine there is a request for the same data (let's call it littleB)
across several nodes, and that piece of data is not in the cache.
If that request is routed thought the proxy, then all of those requests
can be collapsed into one...

Expected:

Imagine there is a request for the same data (let's call it littleB)
across several nodes, and that piece of data is not in the cache.
If that request is routed through the proxy, then all of those requests
can be collapsed into one...

So "thought" should be "through" in "routed thought the proxy".

Error in Twisted chapter

Reported by Adam Peresztegi:

Error:

url = "http://google.com"
deferred = getPage(url) # getPage returns a Deferred
deferred.addCallbacks(success, failure)
deferred.addBoth(stop)

Corrected:

url = "http://google.com"
deferred = getPage(url) # getPage returns a Deferred
deferred.addCallbacks(processPage, logError)
deferred.addBoth(finishProcessing)

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.