Python’s lack of empty set literals bothers me. In a language known for its orthogonality, it’s an odd omission. The chart just feels unbalanced to me. dict() = {} set() tuple() = () list() =…
GO TO THE SOURCECODE Rayage is the first cloud IDE with C++ and terminal stdin/out support. This was built as a group project by Morgan Borman, David Palzer, and myself to replace Visual Studio for…
For the Unix course at WWU, we spend the entire 10 weeks implementing a mini shell based off a 6 assignment series. Along the way, we are required to use Unix tools for development such…
GO TO THE SOURCECODE For my Junior C++ course’s final project, we were tasked with extending our text adventure game in whatever direction we wanted. I chose to pursue 2 new graphical features: a graphical…