In Process / by Derek Gregoriev

I haven't posted recently but I have been working on a couple things. I uploaded to the sourceforge link in "Current Projects" a bolting spreadsheet for simple resolution of loads on a bolting pattern assuming rigid distribution of loads to each of the bolts. I still need to fully check it so that is still a draft version.

I got all of my content rounded up to apply for the P.E. exam this spring. Much thanks to my references for returning the experience letters. So I will be dropping the full application in the mail this week.

I have been working on a Java Swing Layout manager. I am about 1/2 done with it. It is meant to emulate more effective docking than is offered by the JToolbar. The idea being Components can be placed so that they can float and "stick" to North, South, East, or West. I'm gonna post the source code on the sourceforge page when I finish as well.

I have also begun toying with the C api for SQLite as well as understanding the RAII principle for C++ since I am about to rely heavily on exception coding in my Kernel for the C++ portion of my "CAD" program. When I get the first part of it working I will post an executable, but I'm reluctant to provide source code for this one.

Well thats about it for what I've been up to since last time.