-
2011.09.12: jmoyer.nodomain.net (.)
-
This site. Now featuring a dynamically generated, CSS-based grid that simulates the appearance of graph paper.
-
2011.08.09: sort (sort.c)
-
A sorting algorithm demonstration. The algorithm illustrated is not intended for sorting very large datasets.
-
2010.02.10: CookieJar (cookiejar.js, cookiejar-test.js)
-
This ECMAScript object is designed to enable developers to easily work with HTTP Cookies in runtime environments that expose the cookie property of the HTMLDocument interface. A unit-test function member is included in an additional file. Both are released into the public domain.
-
2010.02.10: www.nodomain.net.
-
This is my network services provider site. It has been more or less idle since I outsourced Exchange hosting in 2007.
-
2010.02.10: tree (tree.c)
-
This C sample demonstrates in-order, post-order and pre-order binary tree traversal.
-
2010.02.10: xfrchk (xfrchk.cpp)
-
This C++ program is designed to verify I/O bus integrity by performing a series of comparative read and write operations on random access block storage devices while bypassing system caching mechanisms.