Converting Mercurial Repositories to Git
Source, Extra Information, & Further Reading: Mark Heath Setup: Add to .hgrc or mercurial.ini: Convert a Repo:
Source, Extra Information, & Further Reading: Mark Heath Setup: Add to .hgrc or mercurial.ini: Convert a Repo:
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 →
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 →
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 →
When working with custom data structures, the debugger can show too much information layered through how you’ve constructed it. To make it easier to debug, you can create a custom Continue Reading →
We want to run SubWCRev as an automated step in our process so we have the latest SVN metadata included in our executable. This makes it easier to identify executables Continue Reading →
When using Remote Desktop Connection, you can get a popup window asking for your login credentials before a connection to the remote machine is made. When it works, you can Continue Reading →
Recently I have invented several algorithms to extract more detail from Reflectance Transformation Imaging (RTI) images. Here is a sneak peek of the detail these algorithms can extract: RTI Comparison Continue Reading →
Humans are not only auditory creatures, we are also highly visual. When we’re giving a speech, we can get our message across more effectively if we use visual aids to Continue Reading →
When starting external executables from C++ code, if we start them using SHELLEXECUTEINFO on Windows 10, we cannot maintain a process handle across symlinks like we can on Windows 8. Continue Reading →