Implementing statistical sampling into the Atlas TDAQ Network
This is my bachelor project while working in the Atlas TDAQ Networking Group, which is a part of the ATLAS experiment on the Large Hadron Collider located at CERN. The ATLAS data acquisition system...
View ArticleConway’s Game of Life
Just for kicks, I thought i’d do a ncurses implementation of Conway’s Game of Life. Gospergun # #### ## #### ## ## # # # ## ### ## ## # # ## ## ## # # ##### # ### # # # ## # ## ##
View ArticleIBM Active Protection System
Playing around on my thinkpad, I discovered that the HDAPS system can be used to do more than just protect your hard drive in case of a fall. The following application displays a 3D model of a cube...
View Article3D Model of the Solar System
Once upon a time we did a OpenGL implementation of the Solar System in C#, I thought i’d put it here
View ArticleAtomic locking in Intel® 64 and IA-32 architectures
The Intel® 64 and IA-32 architecture guarantees atomicity if one of the following conditions are met Reading or writing a byte Reading or writing a word aligned on a 16-bit boundary Reading or writing...
View Article