hober / hober.github.com

My GitHub page.

This URL has Read+Write access

hober.github.com / index.html
100644 35 lines (34 sloc) 0.974 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title></title>
</head>
<body>
<p>
  A quick tour of <a href="http://github.com/hober/">my github repos</a>:
</p>
<ul>
  <li>
    <p><strong><a
    href="http://github.com/hober/37emacs/tree/master">hober/37emacs</a></strong>:
    Emacs Lisp client libraries for 37signals' various product APIs</p>
  </li>
  <li>
    <p><strong><a
    href="http://github.com/hober/erc/tree/master">hober/erc</a></strong>:
    ERC is a powerful, modular, and extensible IRC client, written in
    Emacs Lisp.</p>
    <p>
      This is my personal development fork, the mainline lives <a
      href="https://savannah.gnu.org/projects/erc/">on Savannah</a>:
      <code>git://git.sv.gnu.org/erc.git</code>
    </p>
  </li>
  <li>
    <p><strong><a
    href="http://github.com/hober/selftest-el/tree/master">hober/selftest-el</a></strong>:
    run your personal unit tests in Emacs</p>
  </li>
</ul>
</body>
</html>