-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (49 loc) · 1.85 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>I Hub You by DannoHung</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>I Hub You</h1>
<p></p>
<p class="view"><a href="https://github.com/DannoHung">View My GitHub Profile</a></p>
</header>
<section>
<h1>Projects</h1>
<h3>Q Stuff</h3>
<p>I write a lot of code for <a href="kx.com">KX System</a>'s language <a href="http://code.kx.com/wiki/Main_Page">q</a></p>
<ul>
<li>
<a href="https://github.com/DannoHung/qspec">qspec</a> - A testing library for q inspired by spec test libraries in other languages</li>
<li>
<a href="https://github.com/DannoHung/qutil">qutil</a> - Some utilities for q</li>
<li>
<a href="https://github.com/DannoHung/qjson">qjson</a> - A JSON emitter for q data structures</li>
</ul><h3>Other Stuff</h3>
<p>I've worked on a few other things</p>
<ul>
<li>
<a href="https://github.com/DannoHung/q">q</a> - A Python connection library for sending and receiving data from q</li>
</ul><h1>I'm a Contributor To</h1>
<ul>
<li>
<a href="https://github.com/DannoHung/git-p4-sync">git-p4-sync</a> - A Ruby script for sending git changes to Perforce as a downstream (one way only)</li>
</ul>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>