Menu

Programming

Site Hiccups
A small hiccup- www.bc-programming currently goes nowhere, for what reason, I do not know; and my site was forcibly added to cloudflare, which broke the [...]
Back to BASeBlock
BASeBlock was one of my first projects that I wrote in C#. I wrote a program that sort of worked like HijackThis and a INI file reader class- which I [...]
Java 8 Update Expiry
Java has had an interesting feature for some time, Though I must question it’s implementation. Of course Java has been the butt of many jokes about [...]
Logitech F710 connectivity mystery
Some time ago, I purchased a Logitech F710 controller. It worked quite well for me, but it stopped working properly a few months after I bought it- it [...]
Folder Monitor for the Notification Area
Recently I decided to collate minor annoyances or things that I felt annoyed me or disturbed my workflow, or things that could be helpful. The purpose was [...]
FolderBrowserDialogEx- FolderBrowserDialog’s big brother.
.NET and Windows Forms includes “FolderBrowserDialog” this is the common Directory browser dialog we’ve come to expect. However the [...]
Debug Logs- a C# approach
Somehow I’ve managed to never write about my Debug log class, looking through my post history. It’s a versatile Debug Logging class that [...]
File Zipping in .NET
We have had a lot of different options for creating Zip Files in .NET Applications for some time. .NET 4.5 has added built-in framework-based support for [...]
Low-end laptop annoyances
I recently fixed up a laptop. It’s specs were incredibly low-end to the point that I was surprised. it was a Lenovo G505 with a 1Ghz processor and [...]
Continuous Integration (mis)adventures
For the last while I’ve been trying to setup an automated build script + CI server for our software. Because of how the repository is laid out as [...]