Thursday, September 11, 2025
Coding Education STEM

My SW Projects – a subset of many

This page is a single, nifty starting point for various projects (apps, utilities, research tools, games, etc.) I developed for desktop, webapps, and mobile devices for intellectual curiousity and fun. They are free, and ad-free. No gimmicks. These will run on any modern smartphone, tablet, PC (see each description below as some are made to […]

Read More
Coding Education

How to change keyboard strokes (C/C++) Part 1/2

In the following simple C program, I’ll demonstrate how to capture keystrokes and turn them into something completely different…other than what the key labels read. This is the basic idea behind changing keyboards from English to another language; take the input from the key, read its character code (ordinal value) from the operating system, and […]

Read More
Back To Top