Projects

Intro

These are some things I have done, but not really everything. If you want to see more or use some of my code send me an email at dspohn @ gmail.com. I share nice!

The Predictor

This is my masters project. I will post more when it is complete. I am also currently writing a paper on this that I will also post.
The Predictor still working on this.
Note: this server will not always be available.

KLT image feature tracking

Created these videos for my class in Computer Vision and Image Recognition. Each frame is processed individually, and the features are meant to be tracked from one frame to the next. When all the frames are put back together this is the result.
image of daniel spohn face Video #1
image of daniel spohn face Video #2


Guard Bot

image of guard bot program

Guard Bot for my AI class (Java Applet). I didn't write the program, just the guard.

Play Guard Bot


InfoMiner - Easy to use data mining!

My Master's Project - Currently in early conceptual phase

More to come!

Data Mining Presentation - Meta Learning for Classification

My presentation for Quest 2006 at Youngstown State University. This presentation is in Powerpoint format. The presentation covers stacking, bagging, boosting, and using meta-classifiers on datasets.

Download MetaLearning.ppt


3D - Blender Animation

picture of animation- Cartoon Monkey with Sun and Water

Created short animation for my 3D animation class. Don't laugh too hard it was my first time! Turned out not too shabby. Email me if you want the blender file.


Art & Science Lighting Design

picture of art and science website

Created administration site for the Art & Science Lighting Design Company. Allows the site administrator to update the site without having to know html. Administrator can add projects, photos and projects. It was coded in JavaScript, PHP and MySQL.

Art & Science Lighting Design

Farm Barn

picture of FarmBarn website

Created administration site for the FarmBarn Art Company. Allows the site administrator to update the site without having to know html. Administrator can add posters for sale. Coded in JavaScript, PHP and MySQL.

FarmBarn Art Company

TripleClick Design (Full-Time 12/04 – 02/06)

picture of TripleClick Logo

Lead Developer building an Internet Based Document Management System.

Developed product administration system and shopping cart application for e-commerce site including SSL and authorize.net.

Setup and Maintained application servers, a development server, and a web server.

Developed and administrated MySQL databases for applications and wrote extensive SQL queries.

Created PHP modules for Internet Applications (in-house projects and client projects)

Created VB.NET interfaces for displaying intranet web applications.

Developed ERDs and Project Schedules for several projects.

Completed several large projects on a team and solo projects.

TripleClick Design

Growing Friends

picture of growing friends website

Growing Friends was an experiment with an online community. It has such features photo storage and display, online journals, user messaging, user profiles, and file storage and sharing. It was coded in PHP and MySQL.

Growing Friends

The Center for the Study and Development of Minority Businesses

CSDMB picture

Recreation of the Website for the CSDMB was done in late 2004. The site was totally redesign, but utilized the text and pictures from the old site. Created a registration Perl script for the Center's classes. This script records registration information to XML and sends notification via email upon registration to the Center.

The site was designed using HTML, javascript, CSS, DHTML Menu Builder, and Perl

Spohn BlackJack

Picture of BlackJack Program

Spohn BlackJack was created in 2003 as a school assignment. It was written in VB .NET 2003.
blackjack1.zip

The Microsoft .NET Framework Version 1.1 must be installed to run it.

Download Microsoft .NET Framework Version 1.1

The Lahman Baseball Database Browser

Picture of Lahman Database Program

The Lahman Baseball Database Browser was created in 2004 as a school assignment.
It was written in VB .NET 2003. The Browser is an easy to use interface to display the database
lahman_browser.zip

The Lahman Baseball Database must be downloaded to run this program. It can be found here

The Microsoft .NET Framework Version 1.1 must be installed to run it.

Download Microsoft .NET Framework Version 1.1

Spohn Explorer

Picture of Spohn Exlporer

Spohn Explorer was created in 2003 as a school assignment.
It was written in VB .NET 2003.
spohnexplorer.zip

The Microsoft .NET Framework Version 1.1 must be installed to run it.

Download Microsoft .NET Framework Version 1.1

Sort

Picture of Sort Program

Sort was created in 2004 as a school assignment. It will create between 2 and 10000 random numbers in random order and then will sort the numbers when the user clicks the sort button.
It was written in VB .NET 2003.
view source code
hw2sorting.zip

The Microsoft .NET Framework Version 1.1 must be installed to run it.

Download Microsoft .NET Framework Version 1.1

IntegerArithmetic

Picture of IntegerArithmetic Program

IntegerArithmetic was created in 2003 as a school assignment. It will take an arithmetic expression and do the calculation. It can take input such as "6 * 23 + 34 - 23 * 55".
It was written in VB .NET 2003.
view source code
integer_arithmetic.zip

The Microsoft .NET Framework Version 1.1 must be installed to run it.

Download Microsoft .NET Framework Version 1.1

Student_Database

Picture of Student_Database Program

Student_Database was created in 2003 as a school assignment. It allows the addition of students, additions of assignments, and the ability to assign a grade for each student to each assignment
It was written in Python.
view source code
student_database.zip

Python must be installed with Tkinter package available to run.

Download Python