Jedmeyer
Dabble in Netshell, C/C++, and Backend C#/Python. Occasional JS frontend. @StoDevX
Minnesota
Pinned Repositories
cat-facts
Powershell Script to repeatedly speak cat facts on a computer - hits https://catfact.ninja/fact - Not recommended for maintaining friendships
cs253-specs
Course Specs for cs-253 for use with the cs251tk (https://github.com/StoDevX/cs251-toolkit)
droneDodge
fa-converter
C++ Console Application to convert and simulate NFA's and DFA's from Computational Theory.
GLadPi
Raspberry PI Connected - Bluter. Blurts at anyone who walks by. Hilarious.
InterviewDemo
DemoRepository for Interviewing
Jedmeyer.github.io
jedtext
C# Microservice that sends SMS Messages through Telecom Email Gateways
MontyHall
A programmatic proof of the monty hall problem.
Nilakantha
Fun little console app that caculates pi using the Nilakantha algorithm. Multithreaded.
Jedmeyer's Repositories
Jedmeyer/cat-facts
Powershell Script to repeatedly speak cat facts on a computer - hits https://catfact.ninja/fact - Not recommended for maintaining friendships
Jedmeyer/cs253-specs
Course Specs for cs-253 for use with the cs251tk (https://github.com/StoDevX/cs251-toolkit)
Jedmeyer/droneDodge
Jedmeyer/fa-converter
C++ Console Application to convert and simulate NFA's and DFA's from Computational Theory.
Jedmeyer/GLadPi
Raspberry PI Connected - Bluter. Blurts at anyone who walks by. Hilarious.
Jedmeyer/InterviewDemo
DemoRepository for Interviewing
Jedmeyer/Jedmeyer.github.io
Jedmeyer/jedtext
C# Microservice that sends SMS Messages through Telecom Email Gateways
Jedmeyer/MontyHall
A programmatic proof of the monty hall problem.
Jedmeyer/Nilakantha
Fun little console app that caculates pi using the Nilakantha algorithm. Multithreaded.
Jedmeyer/NeuralNerds
Software design project repository.
Jedmeyer/PdfSharpCore
Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
Jedmeyer/RCEScanner
Trying out an idea I had for scanning for RCE through bad parameterization
Jedmeyer/RefugeeRecontactProject
Spinning up a simple API and Front-End to help provide a place to search for missing family members.
Jedmeyer/renovate
Universal dependency update tool that fits into your workflows.
Jedmeyer/scryber.core
Scryber.Core is a dotnet 5 html to pdf engine written entirely in C# for creating beautiful flowing documents from html templates including css styles, object data binding and svg drawing.
Jedmeyer/signalr-poc
Just trying out SignalR
Jedmeyer/SolarSim
SolarSim Project implementing the Barnes Hut Algorithm with a p-threaded processing queue. C++
Jedmeyer/unitystation
The original unitystation
Jedmeyer/webserver
A Webserver project demonstrating the efficacy of using POSIX-threads and a request processing queue to process GET requests like a webserver.