-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (38 loc) · 2.1 KB
/
index.html
File metadata and controls
42 lines (38 loc) · 2.1 KB
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
<style type="text/css">
a { text-decoration: none }
body { font-family: Arial }
ul { list-style: none; line-height: 1.5em; }
</style>
<html>
<head>
<title>rudle’s github page!</title>
</head>
<body>
<p>Hello, world.</p>
<p>I am Sean Sorrell, a Computer Science student at the University of Waterloo. I like to program computers, ride bikes, and play music.</p>
<p>
Projects I work on:
<ul>
<li><a href="http://github.com/rudle/leander">leander</a> - A command-line web clipper</li>
<li><a href="http://github.com/rudle/timerator">timerator</a> - A ruby library to split large date spans into more managable chunks</li>
<li><a href="http://github.com/rudle/vim-parser">vim-parser</a>a parser for the vim keystroke language in ruby</li>
<li><a href="http://github.com/rudle/track_statter">track_statter</a> - A flash-free, mobile optimized webapp designed to display live Yahoo Fantasy Baseball statistics <a href= "http://trackstatter.heroku.com">available here</a></li>
<li><a href="http://github.com/rudle/uwsube">uwsube</a> - A (currently) unfinished rewrite of <a href="http://uwsube.com">this</a> in Rails</li>
<li><a href="http://github.com/rudle/wellca-tray">tracy</a> - A Google Wave robot that integrates (loosely) with a trac installation.</li>
<li><a href="http://github.com/rudle/dotfiles">dotfiles</a> - Various dotfiles (some are commented!)</li>
</ul>
</p>
<p>
Projects I like:
<ul>
<li><a href="http://archlinux.org">Arch Linux</a> - My favourite Linux</li>
<li><a href="http://xmonad.org">xmonad</a> - Sane window management </li>
<li><a href="http://sup.rubyforge.org">sup</a> - Awesome curses mail client</li>
<li><a href="http://tmux.sourceforge.net/">tmux</a> - GNU Screen for the 21st Century </li>
<li><a href="http://www.phpsh.org/">phpsh</a> - This keeps me sane when I write PHP</li>
<li><a href="http://www.vim.org/">vim</a> - Some nifty <a href="http://github.com/rudle/dotfiles/tree/master/.vim/plugin/">plugins</a></li>
</ul>
</p>
<p> To get in touch with me, send an email to my full name at gmail.com </p>
</body>
</html>