calebtt
[Mostly: C++, C#, WPF] [Have Used: C, Python, C++/CLI, Java, ASP.NET, .NET Maui, Rust, Android dev]
Mount Juliet, TN
Pinned Repositories
AutoRenameEdit
Python script to rename every picture type file in a directory, using a dictionary file
CPPRunnerLib
Contains classes for running functions asynchronously that protect access, from outside threads, to the internal data with a mutex. CPPLambdaRunner uses a user-supplied lambda function as the work thread.
DelayManagerModSol
C++20 modules DelayManager class and short example. VS intellisense support is near nonexistent so ignore the red squigglies and try to build first.
HookSpeech
Changes keyboard input to a different alphabet on the fly, no mess.
impcool_sol
C++ Thread pool that utilizes the concept of immutability to make implementation simpler.
PolarCode
Functions for computing polar coordinate plane values from raw controller thumbstick values. Provides magnitude per-axis as well as the polar theta angle of the direction and the polar (total) magnitude. WIP
RandomGenSolution
A better random generation utility, as a class object, with value ranges and templated for string types (using declaration for standard config).
StreamToActionTranslator
CMake project, C++23, input stream to actions (function calls)
weebumconfig
A simple, workable, wonderful GUI for calling FFMPEG.exe to generate WEBM files written in C# and using .NET 5.0 !
XMapLib
A closer to the metal library for Xbox controller to keyboard and mouse input.
calebtt's Repositories
calebtt/XMapLib
A closer to the metal library for Xbox controller to keyboard and mouse input.
calebtt/impcool_sol
C++ Thread pool that utilizes the concept of immutability to make implementation simpler.
calebtt/HookSpeech
Changes keyboard input to a different alphabet on the fly, no mess.
calebtt/AutoRenameEdit
Python script to rename every picture type file in a directory, using a dictionary file
calebtt/CPPRunnerLib
Contains classes for running functions asynchronously that protect access, from outside threads, to the internal data with a mutex. CPPLambdaRunner uses a user-supplied lambda function as the work thread.
calebtt/DelayManagerModSol
C++20 modules DelayManager class and short example. VS intellisense support is near nonexistent so ignore the red squigglies and try to build first.
calebtt/PolarCode
Functions for computing polar coordinate plane values from raw controller thumbstick values. Provides magnitude per-axis as well as the polar theta angle of the direction and the polar (total) magnitude. WIP
calebtt/weebumconfig
A simple, workable, wonderful GUI for calling FFMPEG.exe to generate WEBM files written in C# and using .NET 5.0 !
calebtt/calebtt
Config files for my GitHub profile.
calebtt/ConnectivityCheckerSolution
.NET Maui app (experimental), checks connectivity to remote web server. Returns IP address and ping. Just a simple app to test out .NET Maui with.
calebtt/RandomGenSolution
A better random generation utility, as a class object, with value ranges and templated for string types (using declaration for standard config).
calebtt/StreamToActionTranslator
CMake project, C++23, input stream to actions (function calls)
calebtt/xmaplib_keyboard
Native library for exceptional controller button to action mapping
calebtt/bg3_native_camera_tweaks_frk
calebtt/csBasicDeck
A simple card game in C#, not as yet fully featured. A friend mentioned building a card game in C# might be a good test of knowledge.
calebtt/csCardGuiTest
Small graphical C# card game that utilizes a custom control for the cards.
calebtt/csProjectEuler
A few of the project euler problem solutions in C#
calebtt/DelayManagerProj
Time delay manager, simple but useful. With example.
calebtt/external_polymorphism
My implementation of the "external polymorphism" design pattern, based on Klaus Iglberger's book and conference talks.
calebtt/ggml_cpp
Conversion of the C library to C++, WIP
calebtt/MNISTFileLib
Someone asked for some help on reading MNIST file data, I went slightly overboard. Specifically the IDX3 file format.
calebtt/Temp-Humid-sensor-Arduino
Arduino temp and humidity sensor
calebtt/ueberzugpp_mods
Drop in replacement for ueberzug written in C++
calebtt/VSZipper
This application zips up Visual Studio Projects and Solutions without unnecessary files/folders like the bin and obj directories.
calebtt/whisperhpp
Port of OpenAI's Whisper model in C/C++
calebtt/x_obse_frk
Oblivion Script extender source fork
calebtt/Xinmapper-ghsol
Xinmapper is an xbox controller keyboard and mouse input sim app