Dan Bugglin
407 Third St.
Hainesport, NJ, 08036
Home: (609) 261-3870
Cell: (609) 367-4877
E-mail: bugglind@mzzt.net
Website: http://blog.mzzt.net/
Recreated the Sonshine Window Washing website, making new standards-compliant XHTML pages from scratch and migrating the existing content. Then I implemented simple designs and content as requested.
Assisted lab patrons with computer issues.
Did miscellaneous small jobs as assigned by the editor, laid out some yearbook pages with Adobe InDesign.
Laid out some ad section pages for the yearbook using Adobe PageMaker for Windows, fixed ad photographs with Photoshop.
Bachelor of Science in Computer Science.
3.574 overall GPA. Graduated Cum Laude.
3.85 GPA in major-related courses.
Maintained 4.0 GPA from 9-12th grade.
Member of the Solomon Chapter of the National Honor Society.
Please view my résumé online to download these samples.
| Name | Language | OS / Requirements | Installer? | Source Code? | Download |
|---|---|---|---|---|---|
| AppCompactor | VB.NET | .NET Framework 2.0 (Windows) | Self-Extracting EXE | On Request | Download |
I made this tool to automate the kind of things I do
when I prepare a program for my USB thumb drive. This tool uses
the 7-zip and UPX programs to recompress archives
and compress binary files. I chose to use the console programs
rather than try to implement libraries as I had had trouble
trying to learn how to use the 7-zip library in the past... and
the existing upx library only wrapped the core algorythms and not
the full upx functionality I needed.
|
|||||
| Calc | C | Windows/Linux | No | Yes | Download |
My final project for one of my CS classes. Type in
simple equations and they will be parsed and calculated. Code
compiles on both Windows and Linux (gcc -lmath), Windows binary
included.
|
|||||
| Clipboard Catcher v1.1 | VB.NET | .NET Framework 1.1 (Windows) | Yes | On Request | Download |
Clipboard monitor program which stores everything
that ends up on the clipboard, allowing you to preview text and
thumbnails of images. Also allows you to directly modify several
common types of clipboard content, and even mix content types in
ways not usually done in Windows.
|
|||||
| Clipboard Catcher v2.0 Alpha | VB.NET | .NET Framework 2.0 (Windows) | No | On Request | Download |
Converted to .NET 2.0 and has a new UI.
|
|||||
| ControlTest | C++ | Windows | No | Yes | Download |
A C++ DLL for mIRC, an IRC client with a scripting
language. Its functionality can be expanded upon with DLLs. Mine
tries to wrap a subset of the Win32 API relating to windows and
dialog boxes and provide it to mIRC scripts. Please note this
project was never finished. To test a build, run mIRC\mirc.exe
and on the command line type "/test test" to run a test script
which uses the built DLL. There is a bug which causes it to only
work once per mIRC session.
|
|||||
| EasyScreenshot.NET | VB.NET | .NET Framework 2.0 (Windows) | No | On Request | Download |
There are a number of free screenshot programs
available, however I wanted to make something customized
specifically for me, although have it flexible enough so many
people could find it useful.
|
|||||
| Game-topia | C++ | Windows | No | Yes | Download |
A game I was making at one point, but I never really
coded much of the game part. What IS here is a pseudo-80x25
text-mode interface, and a more-or-less complete GUI system for
it.
|
|||||
| Generic Game Launcher | VB.NET | .NET Framework 2.0 (Windows) | Self-Extracting EXE | On Request | Download |
A program designed around a plugin architecture
allowing it to potentially be used as a launching point for any
game or game modification with a plugin written for it.
|
|||||
| LZ77/Huffman | C | Windows/Linux | No | Yes | Download |
Implementation of both the LZ77 and Huffman
compression algorithms in C, which can be used to
compress/decompress individual files.
|
|||||
| Résumé | XHTML/CSS/JavaScript | Platform Independent | No | Yes | View Source |
This résumé is itself a code sample.
|
|||||
| Start - Extra | VB.NET | .NET Framework 2.0 (Windows) | No | On Request | Download |
Automates the process of filling in a blank entry in
the right pane of XP's start menu.
|
|||||
| StreamCipherClient | VB.NET | .NET Framework 2.0 (Windows) | No | Yes | Download |
A simple implementation of symmetric encryption
which works on standard .NET Streams. Sample UI allows testing on
files and encrypted text files online.
|
|||||