You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
4.0 KiB

<html>
<head>
5 years ago
<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>
5 years ago
<script type="text/javascript" src="/old-sites/c2015/login/signIn.js"></script>
<link rel="stylesheet" href="/old-sites/c2015/depPage/css/projects.css" type="text/css"/>
</head>
<body>
5 years ago
<script type="text/javascript" src="/old-sites/c2015/depPage/setup/header.js"></script>
<div class="desc">/ My Projects</div>
<div class="content">
<section>
<div id="one">
5 years ago
<img src="/old-sites/c2015/depPage/images/rpilogo.png"/>
<div>
5 years ago
<a href="/old-sites/c2015/projects/rpi/">
<h2>Raspberry Pi</h2>
<p>Quest Drone!</p>
</a>
</div>
</a>
</div>
<div id="two">
5 years ago
<img src="/old-sites/c2015/depPage/images/html5logo.png"/>
<div>
5 years ago
<a href="/old-sites/c2015/projects/web/">
<h2>Web Design</h2>
<p>Templates & Projects</p>
</a>
</div>
</div>
<div id="three">
5 years ago
<img src="/old-sites/c2015/depPage/images/mclogo.jpg"/>
<div>
<a href="http://cestaberous.gq/">
<h2>Minecraft</h2>
<p>Mods & Servers</p>
</a>
</div>
</div>
<div id="four">
5 years ago
<img src="/old-sites/c2015/depPage/images/androidlogo.png"/>
<div>
5 years ago
<a href="/old-sites/c2015/projects/android/">
<h2>Android</h2>
<p>App Development</p>
</a>
</div>
</div>
<div id="five">
5 years ago
<img src="/old-sites/c2015/depPage/images/linuxlogo.jpg"/>
<div>
5 years ago
<a href="/old-sites/c2015/projects/linux/">
<h2>Linux</h2>
<p>Bash & Devel</p>
</a>
</div>
</div>
</section>
</div>
<div class="content">
<h2>Other Projects:</h2>
<h4>Collatz Conjecture Calculator</h4>
<p>
The Collatz conjecture is a conjecture in mathematics named after Lothar Collatz,
who first proposed it in 1937. The conjecture is also known as the <code>3n + 1</code> conjecture.
Take any natural number n. If n is even, divide it by 2 to get <code>n / 2</code>. If n is odd,
multiply it by 3 and add 1 to obtain <code>3n + 1</code>. Repeat the process (which has been called
"Half Or Triple Plus One") indefinitely. The conjecture is that no matter what number you
start with, you will always eventually reach 1. The property has also been called oneness.
(Source: <a href="http://en.wikipedia.org/wiki/Collatz_conjecture">Wikipedia</a>)<br/><br/>
This Executable JAR application accepts any number, and will automatically attempt to resolve
the number to 1 using the Collatz Conjecture rules. When it does this, it counts and prints the iterations.
5 years ago
<br/><br/><br/><a href="/old-sites/c2015/lib/collatz/collatz.jar">Download the .JAR Here</a>
<br/><br/><br/><a href="http://en.wikipedia.org/wiki/Collatz_conjecture"><b>What is the Collatz Conjecture?</b></a>
</p>
</div>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
</body>
</html>