shogarth.com

shogarth.com

Primary menu

  • Home
  • Software Projects
    • Project List
    • Featured Projects
      • Reflectance Transformation Imaging in Daguerreotype Investigation
      • RTI Image Processing: Sneak Peek
      • Northern Lights Forecaster
    • Public Source Code
      • GitHub
      • VTK
  • Photography
  • Contact
    • email
    • LinkedIn

PreProcessor Overloading

Posted on January 26, 2022 by shogarth — Leave a reply

While it is simple to overload methods in C++, the preprocessor doesn’t work the same way. To define overloaded methods in the preprocessor, we need to define a method for Continue Reading →

Posted in Software Snippets | Tagged C++ | Leave a reply

DebugTools

Posted on June 18, 2021 by shogarth — Leave a reply

Debugger Configs for MSVC Provides config files which improve debugging with MSVC. When working with STL containers, smart pointers, and boost signals, it is nice to debug directly into your Continue Reading →

Posted in Software Projects, Software Snippets | Tagged C++, Software Engineering, Software Tools | Leave a reply

Invoker

Posted on June 18, 2021 by shogarth — Leave a reply

Example for invoking back to the main thread in MFC. Some code, including direct UI updates, needs to run directly on the main application thread. When application code becomes increasingly Continue Reading →

Posted in Software Projects, Software Snippets | Tagged C++ | Leave a reply

Leaky Destructors

Posted on June 18, 2021 by shogarth — Leave a reply

When dealing with inheritance, it is possible that the destructors for our objects may never be called if the class has virtual functions, but the base class has a non-virtual Continue Reading →

Posted in Software Snippets | Tagged C++ | Leave a reply

SourceTree Password Change

Posted on December 4, 2020 by shogarth — Leave a reply

When updating your repository password, SourceTree doesn’t completely remove the old password. It will continually try both the new and old passwords automatically in the background when trying to authenticate Continue Reading →

Posted in Software Snippets | Tagged Software Tools | Leave a reply

BiDirectional Pimpl Pattern

Posted on November 18, 2020 by shogarth — Leave a reply

While the Pimpl pattern is commonly used to hide implementation and private methods and variables from public interfaces, the common implementations often require a large amount of boilerplate code. This Continue Reading →

Posted in Software Snippets | Tagged C++, Design Patterns, Software Engineering | Leave a reply

Converting Mercurial Repositories to Git

Posted on April 10, 2020 by shogarth — Leave a reply

Source, Extra Information, & Further Reading: Mark Heath Setup: Add to .hgrc or mercurial.ini: Convert a Repo:

Posted in Uncategorized | Tagged SysAdmin | Leave a reply

Canon MP Navigator “Scan Failed”

Posted on April 10, 2020 by shogarth — Leave a reply

When trying to connect older Canon printers to newer version of Windows, drivers are often only updated to Windows 8.1 before deprecation. With the same driver model between Windows 10 Continue Reading →

Posted in Uncategorized | Tagged SysAdmin | Leave a reply

Reflectance Transformation Imaging in Daguerreotype Investigation

Posted on May 11, 2017 by shogarth — Leave a reply

Presented at the Society for Imaging Science and Technology’s Archiving 2017 Conference. To download the software, or for more details on the algorithms, see the For software release notifications, please Continue Reading →

Posted in Software Projects | Leave a reply

SQLite Optimizations: Query Planning

Posted on December 5, 2016 by shogarth — Leave a reply

If a query is running really slowly in SQLite immediately after you have performed a large number of inserts, the query optimizer may be out of sync. If you run Continue Reading →

Posted in Software Snippets | Tagged C++, SQL | Leave a reply

Post navigation

← Older posts

About Stephen

Stephen is a hard working software engineer who is highly motivated to develop cutting-edge software systems. Specializing in engineering, and scientific computing, he enjoys inventing solutions for complex technical applications.

Here you can find more details on his projects, and a few interesting tidbits he’s learned along the way. If you would like further details, or would like to connect, he would be pleased to hear from you.

Categories

  • Photography
  • Software Projects
  • Software Snippets
  • Uncategorized

Recent Posts

  • PreProcessor Overloading
  • DebugTools
  • Invoker
  • Leaky Destructors
  • SourceTree Password Change

Tags

C++Design PatternsJavaJava SwingRuby GemRuby on RailsSoftware EngineeringSoftware ToolsSQLSysAdminToastmasters

Archives

  • January 2022
  • June 2021
  • December 2020
  • November 2020
  • April 2020
  • May 2017
  • December 2016
  • June 2016
  • March 2016
  • February 2016
  • January 2016
  • October 2015
  • September 2015
  • July 2015
  • June 2015
  • April 2015
  • March 2015
  • February 2015
  • May 2014
  • February 2014
  • January 2014
  • April 2012
  • August 2011
  • December 2010

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
  • Linkedin
  • Email
Copyright © 2023 shogarth.com All Rights Reserved.
Theme: Catch Evolution by Catch Themes