Skip to content

Instantly share code, notes, and snippets.

@jpluimers
Created July 31, 2024 14:50
Show Gist options
  • Save jpluimers/eeb0f08e162ebd3f41c60db643b30db1 to your computer and use it in GitHub Desktop.
Save jpluimers/eeb0f08e162ebd3f41c60db643b30db1 to your computer and use it in GitHub Desktop.
Images

Put images in the comments for preservation

@jpluimers
Copy link
Author

jpluimers commented Aug 1, 2024

https://seriouscomputerist.atariverse.com/media/pdf/book/Art%20of%20Computer%20Programming%20-%20Volume%201%20(Fundamental%20Algorithms).pdf

Donald Knuth, The Art of Computer Programming, Volume 1 (Fundamental Algorithms), 3rd edition, 1997

Index and Glossary page 631: "Circular Definition"

image

Index and Glossary page 633: "Definition, Circular"

image

1st edition, 1968

Index and Glossary page 619: "Circular Definition"

image

Index and Glossary page 621: "Definition, Circular"

image

@jpluimers
Copy link
Author

https://www-cs-faculty.stanford.edu/~knuth/brochure.pdf

The original 1968 brochure for ordering The Art of Computer Programming, Volume 1 (Fundamental Algorithms) by Donald Knuth, and future volumes for USD 19.50 each.

image

image

image

@jpluimers
Copy link
Author

https://measure.axler.net/MIRA.pdf

Measure, Integration & Real Analysis, by Sheldon Axler

Chapter 2, page 44: cat saying "μ" (for "mew")

image

@jpluimers
Copy link
Author

http://alefenu.com/libri/LADR.pdf

Linear Algebra Done Right, 3rd edition by Sheldon Axler

Varios page numbers ≈

page 22: 7𝜋 (as 22/7 is a really good approximation of pi)

image

page 141: ≈ 100√2

image

page 272 ≈ 100e

image

page 341: ≈ 100pi

image

@jpluimers
Copy link
Author

jpluimers commented Aug 1, 2024

https://seriouscomputerist.atariverse.com/media/pdf/book/Elements%20of%20Programming%20Style.pdf

The Elements of Programming Style, 2nd Edition, by Brian W. Kernighan (Bell laboratories, Murray Hill, New Jersey) and P. J. Plauger (Yourdon, Inc., New York, New York)

Index page 166: "recursion 73, 166"

image

@jpluimers
Copy link
Author

jpluimers commented Aug 1, 2024

@jpluimers
Copy link
Author

jpluimers commented Aug 2, 2024

https://raw.githubusercontent.com/tcd/tupe/master/the-unix-programming-environment-kernighan-pike.pdf

The Unix Programming Environment, Brian W. Kernighan and Rob Pike, 1984

Index page 355: "recursion 18, 355"

image

Adding features to the cal program:

image

@jpluimers
Copy link
Author

jpluimers commented Aug 3, 2024

https://titanium.cs.berkeley.edu/doc/java-langspec-1.0.pdf

The Java™ Language Specification, 1st edition, James Gosling, Bill Joy, and Guy Steele

Index page 786: "Hardy, Godfrey Harold, 224"

image

Index page 803: "Ramanujan, Srinivasa, 224"

image

Page 224: "class Super { static int taxi = 1729; }"

image

@jpluimers
Copy link
Author

https://altair.pw/pub/doc/unix/C%20Traps%20and%20Pitfalls.pdf

C Traps and Pitfalls, 1989, by Andrew Koenig

Index page 146: "recursion 88, 146"

image

@jpluimers
Copy link
Author

https://books.ftp.sh/eBooks/Programming/Languages/Delphi/Object%20Pascal%20Language%20Guide.pdf

1995: Delphi version 1.0 Object Pascal Language Guide

Index page 287

image

@jpluimers
Copy link
Author

https://archive.org/details/ObjectPascalLanguageGuide2002/page/n251/mode/1up

1997 Delphi 3.0 Object Pascal Language Guide

Index Page I-15

image

@jpluimers
Copy link
Author

https://archive.org/details/bitsavers_borlandturVersion6.0ProgrammersGuide_11460728/page/n376/mode/1up

Turbo Pascal 6.0 Programmers Guide (the product didn't have a Language Guide)

Page 366

image

@jpluimers
Copy link
Author

@jpluimers
Copy link
Author

http://www.freeoa.net/attachments/2014/Programming.Perl.4th.2012.pdf

Programming Perl, 4th Edition, Tom Christiansen, brian d foy, Larry Wall, Jon Orwant, 2012.

Preface page xxvii

"We will encourage you to develop the three great virtues of a programmer: laziness, impatience, and hubris."

image

@jpluimers
Copy link
Author

https://archive.org/details/programmingperl000wall

Programming Perl, 1st Edition, Larry Wall, Randal L Schwartz, 1991

Preface page xiv

image

Programming Perl, 2nd Edition, Larry Wall, Tom Christiansen & Randal L. Schwartz; 1996

Preface page xiv

"We will encourage you to develop the three great virtues of a programmer: laziness, impatience, and hubris."

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment