UWP vs .Net Framework File Access
Source: https://github.com/Corey255A1/.NetStandardFileSystemInterface For better or worse I started working on a UWP (Universal Windows...
WPF C# Drag and Drop Icon (Adorner)
Quick demonstration and explanation of Drag and Drop Icons (Adorners) in WPF
Card Player: Detecting Cards
Phase 4 of my Card Player series. I am attempting to create a solitaire playing bot in python. Phase 1: Prepare the data set Phase 2:...
Card Player: Command Line Solitaire
This is Phase 3 of the Card Player series I have been blogging about. I am attempting to make a Solitaire playing bot. Phase 1: Prepare...
C++ Vector Iteration
At work one day a few coworkers and I were discussing the various ways to iterate through a vector in C++. I thought that it was...