/

Welcome!

Whether on purpose, or by accident, you have arrived at my website! Feel free to look around and explore my projects and resources! Below this text, I will post periodic updates as to my work.

Enjoy! --Garrett


Updates & Events

Google Login (Half-)Implemented

If you have looked at the copyright menu, you may have noticed that I have added a Google sign in button. At the moment, the only function is to sign in and get the Name of the logged in user. I am continuing to implement this further. More info, visit the Project Page.

Collatz Java Program Released

I posted the first (stable) version of my simple Java application. This CLI application takes a number from arguments and runs the Collatz Conjecture on it until it resolves to 1, counting the iterations, and reports the iterations and the number of iterations until a number of double format (Java Variable Description Here) resolves to 1. What is the Collatz Conjecture?

Download the .JAR Here

JS URL Library Version 1 Released

I have released the first version of my JSURL Library.

This library for JavaScript will, upon being loaded, scan the URL for variables in the following format:

http://www.example.com/index.html?foo=bar&id=123

Project Page


---

KriOS Project Started! - 10 May 2015

I have undertaken the massive project of hand compiling my own OS. Project Page