Archive for December 2012
Mathematical Background Notes for Computer Science
This web page is a revised and extended version of Appendix A from the book Conceptual Structures by John F. Sowa. It presents a brief summary of the following topics for students and general readers of that book and related books such as Knowledge Representation and books on logic, linguistics, and computer science. Sets, Bags, […]
Read Full Post | Make a Comment ( None so far )Knowing and Doing
Reflections of an Academic and Computer Scientist www.cs.uni.edu/~wallingf/blog
Read Full Post | Make a Comment ( None so far )Finding Duplicate Code in Perl
I hacked out a rough “duplicate code finder” for Perl. It focuses on cut-n-paste code and has found more than I would have thought (even in my code!). If a developer changes variable names, it won’t find it, but if I hacked around with B::Deparse, I could fix that, too. 2012-12-120 by Ovid
Read Full Post | Make a Comment ( None so far )