48 lines
2.9 KiB
HTML
48 lines
2.9 KiB
HTML
<html>
|
|
<head>
|
|
<script type="text/javascript" src="/old-sites/c2015/depPage/setup/head.js"></script>
|
|
<meta name="google-signin-client_id" content="758810519655-gh6tgimuegfmc3op76vupr4kqnqc7uds.apps.googleusercontent.com">
|
|
<script src="https://apis.google.com/js/platform.js" async defer></script>
|
|
<script type="text/javascript" src="/old-sites/c2015/login/signIn.js"></script>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript" src="/old-sites/c2015/depPage/setup/header.js"></script>
|
|
<div class="desc">/</div>
|
|
<div class="content">
|
|
<h1>Welcome!</h1>
|
|
<p>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.
|
|
<br/><br/>
|
|
Enjoy! --Garrett</p>
|
|
<br/>
|
|
<h2>Updates & Events</h2>
|
|
<h4>Google Login (Half-)Implemented</h4>
|
|
<p>
|
|
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 <a href="/old-sites/c2015/projects/web/gauth">Project Page</a>.
|
|
</p>
|
|
<h4>Collatz Java Program Released</h4>
|
|
<p>
|
|
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 (<a href="/old-sites/c2015/resources/javavars.html">Java Variable Description Here</a>)
|
|
resolves to 1. <a href="http://en.wikipedia.org/wiki/Collatz_conjecture"><b>What is the Collatz Conjecture?</b></a>
|
|
<br/><br/>
|
|
<a href="/old-sites/c2015/lib/collatz/collatz.jar">Download the .JAR Here</a>
|
|
</p>
|
|
<h4>JS URL Library Version 1 Released</h4>
|
|
<p>
|
|
I have released the first version of my JSURL Library.<br/><br/>
|
|
This library for JavaScript will, upon being loaded, scan the URL for variables in the following format: <br/><br/>
|
|
|
|
http://www.example.com/index.html?foo=bar&id=123 <br/>
|
|
</p>
|
|
<a href="/old-sites/c2015/projects/web/jsurl/"><h4>Project Page</h4></a><br/>
|
|
---
|
|
<h4>KriOS Project Started! - 10 May 2015</h4>
|
|
<p>I have undertaken the massive project of hand compiling my own OS. <a href="/old-sites/c2015/projects/linux/krios/">Project Page</a></p>
|
|
</div>
|
|
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
|
|
</body>
|
|
</html> |