The upgrade to Genesys 7.6 in December went off pretty much without a hitch, and with the upgrade came changes to T-Server and URS logs so I’ve been spending some time during the last quarter updating Genalyze. I’ve also found some spare time to continue with Leafpile development, both Java and Objective-C implementations.
Needless to say, [...]
Posts under ‘projects’
Time Management
Whither Microsoft?
The ThinkPad received an OS upgrade this weekend. Not to Windows Vista, but to a brand new installation of Ubuntu instead. XP, while quite nice and serviceable, was simply running too slow, even after a fresh install back in October, and I really didn’t feel like re-installing again or worse, upgrading to Vista.
It was a [...]
Leafpile Update 2
I’m about 50% complete with the Java implementation of Leafpile but have decided to put development on the back-burner while I focus on learning to write Mac applications. In fact, why not simply port what I have now over to a Cocoa application. Mac is back in service again, and I’ve really been itching to [...]
Leafpile Update
Progress has been glacial, but as of today, about 25% of the opcodes are coded and tested. I completed a “simple” console UI using Swing and the Java 2D API because I was at a point where I needed some kind of user interface to do any kind of useful testing. I don’t work much [...]
Genalyze 0.1.0 Released
I’ve gone ahead and released Genalyze into the wild.
Obviously, there’s still a lot of work to be done as it slowly evolves into something more than just a utility to parse Genesys T-Server logs, my original intent with this project. Already I’ve been playing around with it to do spam analysis.
This first release is a [...]
The Dog Ate My Homework
Not really, but my laptop did die last weekend, which unfortunately was my main development platform. The good news is the parts should be in tomorrow and I should have my system up and running by Wednesday. My work on Genalyze* is complete enough to release at this point, so my plans are to do [...]
Genesys Log Framework
I created a new project, Genalyze (formerly known as Genesys Log Framework), over at SourceForge.net this week. In recent months, I have found myself writing a lot of little Java classes at work to aid in my analysis of the overly bloated T-Server and URS logs created by our company’s Genesys installation, so I figured [...]
RedCode Assembler
The RedCode assembler converts a human-readable text file, made up of RedCode assembly language, into a binary program image file. The RedCode assembly language used in the distributed CoreWars program is derived from the MIPS instruction set, a register-to-register RISC language. Every instruction is specified by a single 32-bit word, broken up into fields indicating [...]
Universal Puzzle Engine
PuzzleMuncher is a universal puzzle engine used to automatically solve puzzles. PuzzleMuncher is based on the A* algorithm, which, given a starting state and a goal state, finds the shortest path between the two states. In order to do this, the A* algorithm utilizes a heuristic to aid in pathfinding. The heuristic estimates the best [...]
Bayesian Spam Filter
A complete spam filter suite based on Bayesian statistical analysis.
( Download Source )
( AbstractIterator.java ) ( AbstractTable.java ) ( AbstractTokenizer.java )
( BasicIO.java ) ( BSFTest.java ) ( BSFTrain.java )
( ClassifyingTable.java ) ( HashTableFullException.java ) ( KrustyTokenizer.java )
( MondoHashTable.java ) ( NGramTokenizer.java ) ( RawData.java )
( SerializedFileReader.java ) ( SerializedFileWriter.java ) ( SkippingTokenizer.java )
( TextFileReader.java ) [...]
