Author Archives: jbridon
Voxel Entertainment – Educational Game of Health
Voxel Entertainment is the name for a group of students participating in an Independent Studies class under Dr. Robert Macy from Penn State University. This class is an experimental course that represents a joint venture between the College of Information … Continue reading
Introducing CoreCodex
CoreCodex is a free online automated code judging site that gives you a range of problems to solve using a range of programming languages and techniques. Best of all: theres nothing to buy, install, or download. Find a programming challenge … Continue reading
Self-replicating source code!
What’s a quine? Basically it’s a self-replicating program that, when executed, prints out its own source code using varying methods. Thought it might seem trivial, think about it: how does a compiled program print out its source code? A compiled … Continue reading