-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 992 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<title>beckchr.github.com</title>
</head>
<body>
<h2>Projects</h2>
<ul>
<li><a href="https://github.com/beckchr/staxon/">StAXON</a> - JSON via StAX</li>
<li><a href="https://github.com/beckchr/juel/">JUEL</a> - Java Unified Expression Language</li>
<li><a href="https://github.com/beckchr/ithaka-digraph/">Ithaka-Digraph</a> - Directed Graphs and Sugiyama Layout</li>
<li><a href="https://github.com/beckchr/ithaka-treemap/">Ithaka-Treemap</a> - Treemap Layout and Rendering</li>
</ul>
<p>
<a href="https://twitter.com/christophbeck" class="twitter-follow-button" data-show-count="false" data-size="large" data-show-screen-name="false" data-dnt="true">Follow @christophbeck</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</p>
</body>
</html>