vavanade / LittleBookOfSemaphores

LaTeX source and supporting code for The Little Book of Semaphores, by Allen Downey.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LittleBookOfSemaphores

LaTeX source and supporting code for The Little Book of Semaphores, by Allen Downey.

To run the Sync thread simulator, make sure you have Python installed with tkinter.

Then

  1. Download this repository in a Zip file

  2. Unzip the zip file

unzip LittleBookOfSemaphores-master.zip
  1. Change into the directory that contains Sync.py
cd LittleBookOfSemaphores-master/code/
  1. Run Sync without example code:
python Sync.py
  1. Run Sync with example code:
python Sync.py sync_code/barrier.py 

If you are using Anaconda, you might find that the fonts don't look good. This is a well-known problem with no easy solution.

About

LaTeX source and supporting code for The Little Book of Semaphores, by Allen Downey.


Languages

Language:TeX 87.9%Language:Python 11.8%Language:Roff 0.2%Language:Makefile 0.1%