Hello!
I'm Josh and this is a place where I am publishing some things:
-
CookieJar (cookiejar.png, cookiejar-test.png)
-
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. It is expected that in the future it will be made available under less restrictive licensing terms. A prototype extension method to test its functionality has also been included.
-
www.nodomain.net.
-
This is another place where I have published things.
-
tree (tree.c, tree.png)
-
This C sample was produced in response to a question about my experience with binary tree traversal. It was recently updated to demonstrate in-order and post-order traversal in addition to the original support for pre-order traversal.
-
xfrchk (xfrchk.png)
-
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. The author feels that it is notable in its use of pointers to ensure efficient buffer comparisons. It was written against kernel 2.6.24.