Overview demo This video is a demonstration of simulating traffic flow within and between intersections/local networks using a tcp/ip server and multiple […]
Latest Articles
Read the latest release articles and learn without limits.
Paper
Here is a paper that details the back ground material, the program architecture and the methods employed in the project. Abstract The […]
Transforming from serial to threaded
Background As part of an experimenting project I am transforming code that I initially wrote for simulating traffic on a road network […]
The Big Yes, Focus and Squirrels
Lately, the notions of "having a bigger yes that permits you to say to no to other things" and "focused intensity" have […]
UPCRC Multi-core programming school @ UIUC
One line summary: The UPCRC multi-core programming school was very intense in a good way. The Material We eased into things with […]
Data Parallel Computing
Data Decomposition Parallel computing works by using a shared data object with multiple “processors” working on it. the toy problem To learn […]
Shim it!
The lock on my front door was tough to turn. I was afraid to turn the key too hard for fear of […]
Hot on the edges, raw in the middle
Use the microwave at 100% to cook or reheat and you can end up with something that is hot on the edges […]
Task Parallel Computing
There are two primary parallel computing techniques: task parallel and data parallel. Some key aspects to consider if tasks can be run […]
Programmer Productivity Tools
I’ve been reading Neal Ford’s The Productive Programmer. It’s a good read so far. I’ve picked up a few tools that have […]