Heckroth Industries

Here's a list of personal projects that I've worked on which have produced output:

AuthBasic

For those occasions when you need to encode and decode an base 64 encode HTTP basic authentication string.

Download

Win32

Contact

Contact is a CGI script that enables you to send email to a number of different destinations.

These destinations are configured in a XML file and each destination can have a different message. The messages sent to the destinations can include fields on the form the called the 'contact' script. Each destination will then redirect the user to a web page after sending the email. The web page that the users are redirected to can be configured for each destination.

Download

Source Code

CoopersCoreCSS

My base CSS that's a great place to start from when developing a new site. Check out the demo for an idea of what it looks like

Repository

GitLab: https://gitlab.com/scrapheap/coopersCoreCSS

Drip

While staying at a house you have just inherited a very heavy storm starts. If you don't catch enough of the drops of rain comming through the roof your house will be too damaged to repair and will have to be torn down.

Download

GP2X Win32 Source Code

dumpForms

Sometimes trying to figure out what the actual contents of a form is can be really difficult from just looking at a web pages html. This program will can be run from the command line and will give you a nice listing of the input tags for each form.

Download

Win32

memDump

A boot block that dumps the contents of memory to the device you booted off.

Download

tarball (bzip2) Zip
tarball (bzip2) Zip

renderJsonAsHtml

A tool that can render a batch of JSON files as HTML via a set of handlebars templates. you can install it via npm either locally

npm install render-json-as-html

or globally

npm install -g render-json-as-html

Repository

GitLab: https://gitlab.com/scrapheap/renderJsonAsHtml

Package

npm: https://www.npmjs.com/package/render-json-as-html

sssDetect

Having just been playing with Moxie Marlinspike's sslStrip tool I thought that it shouldn't be hard to create a simple tool to detect it. So here is my attempt.

Download

Win32 Source Code

text adventure

A text adventure engine, check out the demo

twitterMap (defunct)

A tool to create a file mapping tweets starting from one person and spreading out till a predefined limit is reached. The output can be used with GraphViz to turn it into a nice graph.

This project no longer works due to the twitter API's changing since it was originally developed

Download

tarball (bzip2) Zip
tarball (bzip2) Zip

verifyFeed

For those people that have to verify an ipkg feed. This command line tool will check that every file pointed to by your Packages file exists and that every file in your feed is included in your Packages file (assuming that apache will let it get an index of the feed directory).

Download

Win32 Source Code