
Monthly Archives: May 2012


Syntax Highlighter Evolved AutoIT Brush Plugin
Here is my second Syntax Highlighter Brush attempt. This one was far more complex than the last Arduino / Wiring Brush I made. There are still a few things that need to be worked out such as multiline comments and there seems to be a bug in WordPress / Syntax Highlighter that adds a semicolon in various places where one didn’t exist before. I noticed this because the semicolon is used to denote comments in AutoIT and after adding that section of code to the highlighter I was able to easily spot this flaw. I plan to do more work

Syntax Highlighter Evolved Arduino / Wiring Brush Plugin
I finally got around to making a custom plugin also called a “brush” for Syntax Highlighter that properly highlights the Arduino language called Wiring. I haven’t fully worked out the colors for the different themes but so far the colors I have chosen look nice with the Default theme and the Emacs theme. I’m going to work on the colors more and make specific colors for each theme in the future. Check out the before and after pictures, the before is using standard C++ code and the after is using the custom wiring code. I couldn’t find solid instruction on

LogFlush Tool Source Code
I have completed the LogFlush tool less a few extra features which I plan to add later. In the meantime here is the source code for the project. The tools is divided into 2 executables, 1 for the configuration and another which is the main task. The configuration data is stored in the registry and the task executable can be called at any time from a scheduler and it will call the last saved settings from the registry. Completed project is located at the link below with a self extracting installer http://ittechtools.net/windows/admin/logflush-intelligent-log-maintenance-application-with-recursive-folder-scanning The closest Syntax I could find is VB so some of

Quadcopter (Quadrocopter?) My Ideas and Thoughts, Comments Welcome
So I have really been wanting to take on this project but didn’t really know where to start so I started with a list of things I wanted this project copter to do or be able to do with future expansion. The thought of all of the programming involved to get all these parts to talk is dizzying but I really want a Quadcopter and I want one that’s done right with all the bells and whistles just the way I want it. I have been bookmarking sites for quite some time now and for a while I was stuck

New Software site is up for completed projects
Well not all of the projects are completed on the site but they are at least 90% or even 100% with the possibility of added features in the future. http://ittechtools.net/ Is the new site, I currently have 1 completed project up for download. I haven’t decided yet weather to keep the source code here or post it there. I would like to keep most of it here and link it back to some AutoIT tutorials since that’s the language its programmed in. Most of the programs listed on the site are 80-90% complete but I just need to polish them up and