-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
github-projects.html
67 lines (57 loc) · 3.05 KB
/
github-projects.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<!-- This file has been deprecated, for now. Nothing links to it, but I leave it here for historical reference. -->
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Bean5.github.io : " />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<script type="text/javascript" src="javascript/ga.js"></script>
<title>Bean5.github.io</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<!-- <a id="forkme_banner" href="https://github.com/bean5">View on GitHub</a> -->
<h1 id="project_title">Bean5.github.io</h1>
<h2 id="project_tagline"></h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<p style="font-size:larger">My name is Michael. Following are some of my recent projects available at Github. If
you have any ideas for them, feel free to submit feedback through the corresponding documentation page.</p>
<h3>Github Projects</h3>
<ul>
<li><a href="http://bean5.github.io/byu-testing-center-line/">BYU Testing Center Line Conditions</a></li>
<li><a href="http://bean5.github.io/byu-webcams/">Several BYU webcams aggregated to one place</a></li>
<li><a href="http://bean5.github.io/tree-extension/">Random HTML 5 Tree on Canvas</a></li>
<li><a href="http://bean5.github.io/SCI-Talk/">Random SCI Talk</a>: talk provided by the scripture citation
index (<a href="http://scriptures.byu.edu/">SCI</a>) </li>
<li><a href="http://bean5.github.io/nlp-porter-stemmer-java/">Java 7 Porter Stemmer</a></li>
<li><a href="http://bean5.github.io/nlp-alliteration-locator/">Simple Orthographic Alliteration Locator</a></li>
<li><a href="http://bean5.github.io/learn_words/">Learn interesting words</a></li>
<li><a href="http://bean5.github.io/LaTeX-Project-Management/">Project management templates in LaTex</a></li>
<li><a href="http://bean5.github.io/nlp-paraphrase-detector/">Paraphrase Detection</a></li>
<li><a href="http://bean5.github.io/SCI-Talk/">Random Talk</a> (may soon be available in the google chrome store
for free). Displays a random LDS conference talk. Great for those moments when you need a modern spiritual
pick-me-up! (Retry page if you get an error)</li>
<li><a href="http://bean5.github.io/tree-extension/">Random Tree Drawer</a> Generates a random tree every time
you visit. You can watch it build the branches as it goes! Great reminder to do some family history research.
</li>
<li><a href="http://bean5.github.io/LaTeX-Project-Management">LaTeX Project Management Template</a> An ongoing
LaTeX project that provides the core project management paperwork. This includes stakeholder tables and more.
</li>
</ul>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>