The GNU Test Runner is a compiler testing tool that enables multi-threaded compilation of test cases. I worked on this project on and off over the last year at Movidius. Originally, this project was compatible with only the Movidius Myriad toolchain. However, with permission from the company I have been working on a toolchain agnostic […]
Archives
I’m using awesome wm. Previously I had used it with gnome, and used gnome-keyring to manage ssh keys. Without gnome, the ssh-agent tool can be used to keep track of ssh key passwords for the session. In order to remember your ssh key passwords, an alias for the ssh command can be added to the […]
A small update to the jquery form validation plugin. This fixes a bug with the pattern function and also adds the ability to have custom error messages in the function. It is backwards compatible. The pattern function can now be used in both these ways: $( “#form” ).validate( { “input-name” : { “pattern” : [ […]
I wrote a slot machine game for a college project over the last week or two. The specification was as follows: For this assignment, you are asked to implement a command line version of a slot machine in C. The slot machine consists of three columns, and each column can hold one of three possible […]