-
2012.07.16: On testing web applications. (webtesting.html)
-
My thoughts on testing web applications.
-
2012.07.05: resume.docx (resume.docx)
-
My résumé, describing over 8 years of cumulative professional experience.
-
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: 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.