From 84031bdd624cc051e328edd2ee2123520c4b1858 Mon Sep 17 00:00:00 2001 From: Paul deGrandis Date: Tue, 3 May 2011 14:25:53 -0700 Subject: [PATCH] Updated README to be more comprehensive --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 03c8f91..c0fe9c2 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,24 @@ The following works are research projects I had worked on in academic research labs, for personal interest, or cleared while working on commercial projects. +Java Normalization +------------------ + +This project aimed at discovering plagurised code by normalizing +code forms, comparing those forms, and measuring the distance/effort +in generating them. + + +P2PUsenet +--------- + +This was a project I did in college for my architecture class, +a fully peer-to-peer version of a Usenet-like system. +Documents in the project's `doc` directory walk through the architecture. +It features: + +* P2P via JXTA +* A plugin system that supports multiple languages (Python, Ruby, Scheme, Haskell, Common Lisp, JavaScript) +* A C2 Event system implemented on top of Peers and SuperPeers. +