Facebook Twitter Gplus RSS
Payday loans uk
formats

Check Exchange Version Easily

From the Exchange Management Shell Run the following command GCM exsetup |%{$_.Fileversioninfo} Note the ProductVersion number Check against Microsoft Exchange version referrence http://technet.microsoft.com/en-us/library/hh135098.aspx

formats

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 on the expressions used and colors for various themes but for now this is pretty good, much better than using the VB Brush as I was before. I used Scite script editor as a rough guide for the color scheme and if your using the default or another light theme the colors should be near identical. One exception is the  Preprocessor and Special Keywords which I just lumped together in the same category since there

(More)…

formats

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 how to install these brushes so I just figured out a way to make it work on my own and I like the way this works so I don’ t plan to change it. First download the shBrushWiring.js file that I have attached to this post. shBrushWiring Next upload the file to the “/wp-content/plugins/syntaxhighlighter/third-party-brushes/” folder. Now we need to edit a few files, you can either do this directly in WordPress by going to Plugins and

(More)…

formats

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 the code isn’t highlighted properly. I am going to work on making my own plugin for AutoIT and Arduino Wiring Language once I have some time. Source Main GUI Task Executable

formats

1971 Williams Zodiac EM Pinball Machine Resto

So I was given this pinball machine for free from a neighbor. He had it out front with a sign that said free and at first I didn’t think anything of it and ignored it for most of the day but then my curiosity got the best of me and I finally went over and asked about it later that night. He said it was working but then just stopped but no one had messed with it to figure out why. This was the key reason that made me say I’d take it because I didn’t want someone else’s problems. When I got the machine is was pretty beat up as you can see in the picture to the left. It looked like it was left out somewhere damp like a garage because the wood had swelled up slightly in spots. I was able to get it to turn on by simply cleaning some contacts and since then I have started a full blown project by cleaning the machine and all the little spring switch contacts but

(More)…

formats

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 on one component and that was the frame. The thing that makes my project different from most others is the desire to use the bigger 540 Can size RC Motors. These are the standard 1/10 Car and Truck electric motors while most other Quads and standard Heli’s use the much smaller 380 size motors. For all I know there called something different now but back when I was heavy into RC cars and trucks everything

(More)…

formats

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 package them into an installer. I have some other larger projects I am working on including a simple server / service monitoring tool and a more complex monitoring solution. Comments are welcome on all of the posts so please if you have a suggestion for a current piece of software or an idea for a program just drop me a comment and let me know what you think.