For one day only, Amazon is having a free book promotion for A Disturbance of Shadows. Get it while you can, here: http://www.amazon.com/Disturbance-Shadows-Jake-Enholm-ebook/dp/B00V3WQ1QG
So, exciting doings around here, I just got my new novel released on Amazon! The novel is called A Disturbance of Shadows and its available from Amazon here: http://www.amazon.com/Disturbance-Shadows-Jake-Enholm-ebook/dp/B00V3WQ1QG...
Here’s the article I just used to replace Windows 8 with Windows 7: How to uninstall Windows 8, install Windows 7 on Your PC Some notes, your Bios changes...
I went through a lot of before figured this one out. Many of the forums that I went through had solutions where registry settings needed to be changed, and...
Some peculiar details on installing Knoppix 7.0 on VMWare 1) When configuring the vm, you must custom configure the hard drive type to IDE, or else the boot will...
Suppose I import a bunch of SAS dates into R. How well does that work? Not very. First is the import itself. If you use read.csv, R will try...
So I decided to make this web application that a user could create a legal form in Microsoft Word (docx) format, and since my web site is in PHP,...
Sub changeChartTitles() Dim c As Chart ws_count = ThisWorkbook.Worksheets.Count For i = 1 To ws_count Set ws = ThisWorkbook.worksheets(i) For j = 1 to ws.ChartObjects(j).Chart Set c= ws.ChartObjects(j).Chart c.ChartTitle.Text=...
There is probably a better way to do this..if you know of one please tell me. This way looks pretty clunky to me: %GLOBAL BP_DESC_VAR BP; /* MAKE LIST...