Pinned Repositories
BeatPatterns
Beat Saber Song Map Editor written in C++. There's a CLI and a Qt-based GUI editor for Mac.
CPP-Faker
C++ Faker library patterned after faker-ruby/faker
CPP-Traits
Experimentation with C++ type traits
DesignPatterns
Demonstration of various design patterns
Facts-Matter
Facts-Matter.info web site
Git-Dashboard
A simple dashboard for monitoring my local git repositories
GitLib
This is a C++ Git Library that wraps gitlib2.
JSON-Schema-To-OpenAPI
A tool to convert JSON Schema to OpenAPI for use within Swagger
qt-TreeViewDemo
This is a demo of how to use a QTreeView within Qt.
QtWeb-Tutorial
This is me figuring out how to get Qt working with WebAssembly, and then sharing the info with others
jplflyer's Repositories
jplflyer/qt-TreeViewDemo
This is a demo of how to use a QTreeView within Qt.
jplflyer/CPP-Faker
C++ Faker library patterned after faker-ruby/faker
jplflyer/JSON-Schema-To-OpenAPI
A tool to convert JSON Schema to OpenAPI for use within Swagger
jplflyer/QtWeb-Tutorial
This is me figuring out how to get Qt working with WebAssembly, and then sharing the info with others
jplflyer/BeatPatterns
Beat Saber Song Map Editor written in C++. There's a CLI and a Qt-based GUI editor for Mac.
jplflyer/CPP-Move-Semantics
C++ move semantics are a little confusing, so I'm putting this tutorial together for myself and others.
jplflyer/CPP-Traits
Experimentation with C++ type traits
jplflyer/DesignPatterns
Demonstration of various design patterns
jplflyer/Facts-Matter
Facts-Matter.info web site
jplflyer/Git-Dashboard
A simple dashboard for monitoring my local git repositories
jplflyer/GitLib
This is a C++ Git Library that wraps gitlib2.
jplflyer/GitTools
A library and set of tools for managing GitHub beyond the Git command
jplflyer/LLPOA
Long Lake Property Owners Association
jplflyer/log4cplus
log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modelled after the Java log4j API.
jplflyer/Persist
jplflyer/PubNub
A fork of pubnub/pubnub-c with my changes to help build a useable library.
jplflyer/RandomNameGenerator
A C++ Random Name Generator
jplflyer/Sec-CPP
Some support for JWT and handling public and private keys
jplflyer/ShowLib
Common library used by some of my other projects
jplflyer/Spring-Web-JWT
A starter project for any Spring Web app that wants to do database-based JWT user authentication
jplflyer/apt-repo-server
A clone to use a modern version of Ubunto.
jplflyer/crossguid
This is a fork of Graeme HIll's crossguid repo, but he suddenly started requiring C++-17, which I can't currently do. I'm rolling back to an earlier commit.
jplflyer/curlpp
A fork of curlpp so I can fix a few things.
jplflyer/AZ-Wiki
Wiki Setup for Azur Lane
jplflyer/JavaRefresher
For those who have been away from Java for a while (like me)
jplflyer/MetaReflect
Metareflect is a lightweight reflection system for C++, based on LLVM and Clangs libtooling.
jplflyer/SpringDataThreading
An example of threads accessing spring data
jplflyer/SwtFoundation
Base classes for working with SWT in Java