Recent CSD Ph.D. grad Juncheng Yang received the 2025 ACM SIGOPS Dennis M. Ritchie Doctoral Dissertation Award for his contributions to and impact on software systems research.
This course provides a comprehensive introduction to computer vision. Major topics include image processing, detection and recognition, geometry-based and physics-based vision and video analysis.
I obtained my PhD from in Societal Computing at the School of Computer Science at Carnegie Mellon University in October 2018. In May 2011, I got my Masters degree in Information Security Technology & ...
This webpage is a benchmark data set for keystroke dynamics. It is a supplement to the paper "Comparing Anomaly-Detection Algorithms for Keystroke Dynamics," by Kevin Killourhy and Roy Maxion, ...
The Young Architect Workshop (YArch, pronounced “why arch”) is a workshop for junior graduate students and research-active undergraduate students studying computer architecture and related fields.
(eq x y) is true if and only if x and y are the same identical object. (Implementationally, x and y are usually eq if and only if they address the same identical memory location.) It should be noted ...
A large amount of useful content is now encoded as PDF (Portable Document Format) files, including files marketed for eBook document readers. Unfortunately, some of this content is not usable in all ...
Even with eyes protected by the green spectacles, Dorothy and her friends were at first dazzled by the brilliancy of the wonderful City. The streets were lined with beautiful houses all built of green ...
Marilla came briskly forward as Matthew opened the door. But when her eyes fell of the odd little figure in the stiff, ugly dress, with the long braids of red hair and the eager, luminous eyes, she ...
Isn't Hex a solved game? Only "ultra-weakly," to use Victor Allis's terminology. John Nash proved in 1949 that the first player has a theoretical win, but his proof is non-constructive; i.e., it does ...
Professor of Computer Science Gates Hillman Center 7219 Computer Science Department Carnegie Mellon University Office: GHC 7219 Email: [email protected] Ph: (412) 268-7885 ...
An association list, or a-list, is a data structure used very frequently in Lisp. An a-list is a list of pairs (conses); each pair is an association. The car of a pair is called the key, and the cdr ...