Skip to content

Readable concurrency learner's guide by jonathanjameswatson

Screenshot of Readable concurrency learner's guide

Details

Authorjonathanjameswatson

LicenseMIT License

Categorycl.cam.ac.uk

Created

Updated

Size841 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the concurrency learner's guide for the Cambridge University computer science concurrency and distributed systems course more readable

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Readaboe concurrency learner's guide
@version      20211025.11.07
@namespace    userstyles.world/user/jonathanjameswatson
@description  Makes the concurrency learner's guide for the Cambridge University computer science concurrency and distributed systems course more readable
@author       jonathanjameswatson
@license      MIT License
==/UserStyle== */

@-moz-document url-prefix("https://www.cl.cam.ac.uk/teaching/2021/ConcDisSys/djg-materials/concurrency-learners-guide.html") {
body {
    max-width: 50rem;
    margin: auto;
    font-family: sans-serif;
    font-size: 1.2em;
    line-height: 1.45;
    padding: 2rem;
    padding-bottom: 0;
}

font {
    font-size: 0.8em;
}

p, li {
    width: auto;
}

pre {
    overflow-x: auto;
}

pre, tt {
    font-size: 1.2em;
}
}

Reviews

No reviews yet.