book cover
    * Markov programs and data files from Chapter 3
      [1]C program
      [2]Java program
      [3]C++ program
      [4]Awk program
      [5]Perl program
      [6]King James Bible from Project Gutenberg
      [7]Book of Psalms
    * CSV programs from Chapter 4
      [8]getquotes TCL program
      [9]first CSV program
      [10]second CSV program; [11]header file for it
      [12]C++ CSV program
    * Strings program from Chapter 5
      [13]main program
    * Byte frequency program from Chapter 6
      [14]main program
    * Grep program from Chapter 9
      [15]main program
      [16]leftmost-longest version of matchstar
    * Error handling
      [17]eprintf.h header file
      [18]eprintf and related functions

  You may use this code for any purpose, as long as you leave the
  copyright notice and book citation attached.

  Copyright © 1999 Lucent Technologies. All rights reserved. Sun Feb 3
  10:16:10 EST 2013

References

  1. https://www.cs.princeton.edu/~bwk/tpop.webpage/markov.c
  2. https://www.cs.princeton.edu/~bwk/tpop.webpage/Markov.java
  3. https://www.cs.princeton.edu/~bwk/tpop.webpage/markov++.c
  4. https://www.cs.princeton.edu/~bwk/tpop.webpage/markov.awk
  5. https://www.cs.princeton.edu/~bwk/tpop.webpage/markov.pl
  6. https://www.gutenberg.org/
  7. https://www.cs.princeton.edu/~bwk/tpop.webpage/psalms.txt
  8. https://www.cs.princeton.edu/~bwk/tpop.webpage/getquotes.tcl
  9. https://www.cs.princeton.edu/~bwk/tpop.webpage/csvgetline1.c
 10. https://www.cs.princeton.edu/~bwk/tpop.webpage/csvgetline2.c
 11. https://www.cs.princeton.edu/~bwk/tpop.webpage/csv.h
 12. https://www.cs.princeton.edu/~bwk/tpop.webpage/csvgetlinec++.c
 13. https://www.cs.princeton.edu/~bwk/tpop.webpage/strings.c
 14. https://www.cs.princeton.edu/~bwk/tpop.webpage/freq.c
 15. https://www.cs.princeton.edu/~bwk/tpop.webpage/grep.c
 16. https://www.cs.princeton.edu/~bwk/tpop.webpage/leftlong.c
 17. https://www.cs.princeton.edu/~bwk/tpop.webpage/eprintf.h
 18. https://www.cs.princeton.edu/~bwk/tpop.webpage/eprintf.c