calebtt
[Mostly: C++, C#, WPF, Javascript] [Have Used: C, Python, C++/CLI, Java, ASP.NET, .NET Maui, Rust, Android dev]
Mount Juliet, TN
Pinned Repositories
arc_client
Desktop client (Windows) for appremotecontrol.com
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
SipBotLib
SIP Sorcery library based auto-answer bot code in C# .NET
StreamToActionTranslator
CMake project, C++23, input stream to actions (function calls)
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/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/arc_client
Desktop client (Windows) for appremotecontrol.com
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/csCardGuiTest
Small graphical C# card game that utilizes a custom control for the cards.
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/SipBotLib
SIP Sorcery library based auto-answer bot code in C# .NET
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/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/FakeInputRev
C++ multiplatform (Unix, Windows) library for simulating input events (key press, mouse move, ...)
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/opengl_overlay_test
calebtt/PortalRESTOS
ASP.NET Core C# REST server for an operator portal, features login-based PBX softphone auth routes, google maps api routes, ticketmaster api routes, and more.
calebtt/RemoteControlAppAndroid
App Remote Control android app
calebtt/shotweb_static
A responsive preview generator for websites, and how they appear on various devices.
calebtt/Temp-Humid-sensor-Arduino
Arduino temp and humidity sensor
calebtt/ueberzugpp_mods
Drop in replacement for ueberzug written in C++
calebtt/whisperhpp
Port of OpenAI's Whisper model in C/C++
calebtt/x_obse_frk
Oblivion Script extender source fork