Semaphores C++11 when Multithreading

A semaphore is simple enough (from wikipedia): In computer science, particularly in operating systems, a semaphore is a variable or abstract data type that is used for controlling access, by multiple processes, to a common resource in a parallel programming or a multi user environment. More or less semaphores C++11 are used for is keeping track of how many resources are currently available for use at a […]

CT-Afferents, Emotions, and Autism

Statement of Purpose I have only a rudimentary knowledge of neuroscience, I would equate myself to a sophomore (2nd year) undergraduate in the subject. That being said, I was sitting in a lecture today and I noticed something I thought was interesting and decided to research it the rest of the day. As it turns […]

BasicBookReader – Alpha Version 0.2 Released!

You may ask, what happened to Alpha version 0.1? Well, version 0.1 was more or less prior to  statistics being added, now we have an in-app statistics display (Woot!). Full Description and Webpage Github Repository OSX Download: BBR (.zip) There are many interesting statistics I have added and there will be more improvements coming soon. I […]