2023-03-27 08:45:33 +00:00
|
|
|
@comment{# Books}
|
|
|
|
@comment{# Papers}
|
|
|
|
|
2020-11-04 08:05:24 +00:00
|
|
|
|
2019-11-25 21:48:47 +00:00
|
|
|
@book{97things,
|
2023-03-27 08:45:33 +00:00
|
|
|
author = {Kevlin Henney},
|
|
|
|
title = {97 Things Every Programmer Should Know},
|
|
|
|
url = {https://97-things-every-x-should-know.gitbooks.io/97-things-every-programmer-should-know/content/en/index.html},
|
|
|
|
year = {2010}
|
2019-11-25 21:48:47 +00:00
|
|
|
}
|
2023-03-27 08:45:33 +00:00
|
|
|
|
|
|
|
@online{arena-allocator,
|
|
|
|
author = {Ryan Fleury},
|
|
|
|
keywords = {arena allocator},
|
|
|
|
month = sep,
|
|
|
|
title = {Untangling Lifetimes: The Arena Allocator
|
|
|
|
},
|
|
|
|
url = {https://www.rfleury.com/p/untangling-lifetimes-the-arena-allocator},
|
|
|
|
year = {2022}
|
2019-11-25 21:48:47 +00:00
|
|
|
}
|
2023-03-27 08:45:33 +00:00
|
|
|
|
2019-11-25 21:48:47 +00:00
|
|
|
@book{boyd2018,
|
2023-03-27 08:45:33 +00:00
|
|
|
author = {Stephen Boyd},
|
|
|
|
title = {Introduction to Applied Linear Algebra},
|
|
|
|
year = {2018}
|
2019-11-25 21:48:47 +00:00
|
|
|
}
|
2020-11-04 08:05:24 +00:00
|
|
|
|
2020-01-21 10:56:13 +00:00
|
|
|
@article{candea2001,
|
2023-03-27 08:45:33 +00:00
|
|
|
author = {George Candea, Armando Fox},
|
|
|
|
title = {Recursive Restartability: Turning the Reboot Sledgehammer into a Scalpel},
|
|
|
|
url = {http://roc.cs.berkeley.edu/papers/recursive_restartability.pdf},
|
|
|
|
year = {2001}
|
2020-01-21 10:56:13 +00:00
|
|
|
}
|
2020-03-19 12:58:19 +00:00
|
|
|
|
2023-03-27 08:45:33 +00:00
|
|
|
@article{how-to-read-a-paper,
|
|
|
|
author = {S. Keshav},
|
|
|
|
title = {How to Read a Paper},
|
|
|
|
url = {https://web.stanford.edu/class/ee384m/Handouts/HowtoReadPaper.pdf}
|
2020-11-04 08:05:24 +00:00
|
|
|
}
|
|
|
|
|
2023-03-27 08:45:33 +00:00
|
|
|
@book{sicp,
|
|
|
|
author = {Harold Abelson and Gerald Jay Sussman and Julie Sussman},
|
|
|
|
title = {Structure and Interpretation of Computer Programs},
|
|
|
|
year = {1985}
|
|
|
|
}
|
|
|
|
|
|
|
|
@book{tao1987,
|
|
|
|
author = {Geoffrey James},
|
|
|
|
title = {The Tao of Programming},
|
|
|
|
year = {1987}
|
2020-03-19 12:58:19 +00:00
|
|
|
}
|
2023-03-27 08:45:33 +00:00
|
|
|
|
|
|
|
@article{tcollide,
|
|
|
|
author = {Erin J. Hastings, Jaruwan Mesit, Ratan K. Guha},
|
|
|
|
title = {T-Collide: A Temporal, Real-Time Collision Detection Technique for Bounded Objects},
|
|
|
|
url = {https://www.cs.ucf.edu/~jmesit/publications/T-Collide%20CGAIDE%202004.pdf},
|
|
|
|
year = {2004}
|
|
|
|
}
|
|
|
|
|