File: README

package info (click to toggle)
gambc 4.2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 54,404 kB
  • ctags: 10,660
  • sloc: ansic: 661,388; lisp: 143,554; sh: 3,531; makefile: 3,320; cpp: 2,143; perl: 1,730; sed: 498; java: 265
file content (10 lines) | stat: -rw-r--r-- 610 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
This directory contains the following examples:

  pi          bignums -- compute digits of pi
  ring        threads and FIFOs -- create a ring of threads sending messages
  distr-comp  threads and sockets -- thread migration in distributed system
  web-server  threads and sockets -- small web server to browse the filesystem
  web-repl    threads and sockets -- an applet implementing a remote REPL
  tcltk       Tcl/Tk interface -- GUI with a bunch of buttons
  Xlib-simple threads and FFI -- display 2 windows that bounce balls
  pthread     posix threads and FFI -- calling Scheme from threaded C program