Pinned Repositories
Atlas
A project that runs a 2011 FRC Robot using WPILIBJ. Support for solenoids and a compressor are included and a container that handles all solenoid interactions safely is used.
FollowCheckr
A PHP coded follow back checker for Tumblr using nquinlan's PHP OAuth library written as a proof of concept that stores follower data on Tumblr rather than on a local database to minimize site load.
gqlgen
go generate based graphql server library
HcdsbWeatherTicker
Written in 2010. A swing desktop application that parses weather data from Weather Underground and outputs it without additional information, meant as a base for others to modify into an effective weather ticker. This application relies on XOM in order to parse XML data provided by WUnderground
jjestrel.github.io
My personal site
jumblr
Tumblr API v2 Java Client
misk
okhttp
An HTTP client for Android, Kotlin, and Java.
SPLeverageSim
A simulation made in R to run possible outcomes in being able to guess the daily direction of the S&P 500 with particular odds and determining success based being able to use 2x (SSO/SDS), 3x (UPRO/SPXU) leveraged ETFs
jjestrel's Repositories
jjestrel/FollowCheckr
A PHP coded follow back checker for Tumblr using nquinlan's PHP OAuth library written as a proof of concept that stores follower data on Tumblr rather than on a local database to minimize site load.
jjestrel/SPLeverageSim
A simulation made in R to run possible outcomes in being able to guess the daily direction of the S&P 500 with particular odds and determining success based being able to use 2x (SSO/SDS), 3x (UPRO/SPXU) leveraged ETFs
jjestrel/Atlas
A project that runs a 2011 FRC Robot using WPILIBJ. Support for solenoids and a compressor are included and a container that handles all solenoid interactions safely is used.
jjestrel/gqlgen
go generate based graphql server library
jjestrel/HcdsbWeatherTicker
Written in 2010. A swing desktop application that parses weather data from Weather Underground and outputs it without additional information, meant as a base for others to modify into an effective weather ticker. This application relies on XOM in order to parse XML data provided by WUnderground
jjestrel/jjestrel.github.io
My personal site
jjestrel/jumblr
Tumblr API v2 Java Client
jjestrel/misk
jjestrel/okhttp
An HTTP client for Android, Kotlin, and Java.
jjestrel/ProgrammingAssignment2
Repository for Programming Assignment 2 for R Programming on Coursera
jjestrel/project-euler
A repository that will hold all of my project Euler solutions written for the most part in Python
jjestrel/quotaservice
The purpose of a quota service is to prevent cascading failures in micro-service environments. The service acts as a traffic cop, slowing down traffic where necessary to prevent overloading services. For this to work, remote procedure calls (RPCs) between services consult the quota service before making a call. The service isn’t strictly for RPCs between services, and can even be used to apply quotas to database calls, for example.
jjestrel/raw4j
jjestrel/RxJava
RxJava - a library for composing asynchronous and event-based programs using observable sequences for the Java VM.