.profile/bibliotheca.bib

46 lines
1.3 KiB
BibTeX
Raw Normal View History

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