Changeset c1f17aa


Ignore:
Timestamp:
Apr 5, 2026, 9:20:00 AM (26 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
e78d969
Parents:
e6e250d
git-author:
Peter A. Buhr <pabuhr@…> (04/05/26 08:08:51)
git-committer:
Peter A. Buhr <pabuhr@…> (04/05/26 09:20:00)
Message:

update and add citations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/uw-ethesis.bib

    re6e250d rc1f17aa  
    139139    publisher   = {Association for Computing Machinery},
    140140    address     = {New York, NY, USA},
    141     url = {https://doi.org/10.1145/2931037.2931071},
    142     doi = {10.1145/2931037.2931071},
     141    url         = {https://doi.org/10.1145/2931037.2931071},
     142    doi         = {10.1145/2931037.2931071},
    143143    booktitle   = {Proceedings of the 25th International Symposium on Software Testing and Analysis},
    144144    pages       = {259-269},
     
    192192    pages       = {52-58},
    193193}
     194
     195@book{Sutter99,
     196    keywords    = {C++, programming problems},
     197    author      = {Herb Sutter},
     198    title       = {Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions},
     199    publisher   = {Addison-Wesley Longman Publishing Co., Inc.},
     200    address     = {75 Arlington Street, Boston, MA, USA},
     201    month       = jun,
     202    year        = 1999,
     203}
     204
     205@book{AWK,
     206    keywords    = {AWK, string manipulation language},
     207    author      = {Alfred V. Aho and Brian W. Kernighan and Peter Weinberger},
     208    title       = {The AWK programming language},
     209    publisher   = {Addison-Wesley Longman Publishing Co., Inc.},
     210    address     = {75 Arlington Street, Boston, MA, USA},
     211    month       = sep,
     212    year        = 1987,
     213}
Note: See TracChangeset for help on using the changeset viewer.