Github
Link to my github profile where most of my scripts and some programming projects live. Code my be used for inspiration or jumping off points.
Go To GithubInventory Manager
Basic inventory manager web page to keep track of spare computers. This page was written using HTML, CSS, jQuery, and PHP for the backend mySQL queries. This is an ongoing project.
Go To SiteIT Scripts
This Github repository contains scripts that I have written over the years for various jobs. The scripts vary from bash to PowerShell.
Go To RepoComputer Config Script
A large PowerShell script to configure a computer based on a series of menus.
Go To RepoComputer Info Script
This PowerShell script uses WMI queries and string manipulation to generate a text file with information about the computer.
Go To RepoGenerate Users
A simple PowerShell script to generate usernames and passwords based on user input or a file input. This information is then formated and saved to an output file.
Go To RepoCheck File
This bash script looks through a text file for hidden character such as accent characters or malformed data using the grep command with regular expressions.
Go To RepoClean File
A simple PowerShell script to look through a text file and replace any invalide characters with a space. This script was used in tandum with the Check File.
Go To RepoPython Char Manipulation
A simple Python script that will "encrypt" and "decrypt" strings from a file by adjusting the ASCII code.
Go To RepoPython Input Validation
A simple Python script that will take user input and validate it based on the selected menu option.
Go To RepoPython Text Game
A simple text based game written in Python. Simple game loop while the player battles random monsters.
Go To RepoVersion 1
Version 1 of this site before the redesign. The site was written with HTML, CSS, and hosted through Github. Version 1 can be downloaded from the repository.
Download Version 1Development Site
A separate Github repository for testing new features for the main site. I used this repo so the main site wouldn't be down during the redesign.
Go To SiteDjango Portfolio Site
Direct port of this portfolio site utilizing Django for the backend. The site uses inheritance for the menu and objects for the portfolio page.
Go To SiteWeb development
First web site I made in high school for my senior project. The site was made with HTML and CSS. After graduating high school I handed the site off to my mentor to maintain.
Store locator
Created with HTML, CSS, JavaScript, Google Maps, and FourSquare. A custom map that locates stores based on your location and what you are looking for by utilizing the FourSquare API.
Go To SiteJavaScript Calculator
A basic calculator written in JavaScript. The calculator is written using HTML, CSS, and JavaScript.
Go To SiteMovies Table
A table that displays movies from a database. Movies are able to be entered and edited once entered. The table is populated from a database using PHP to connect to the database and JavaScript to populate the table.
Go To SiteData Form
A data form to input student information to a database. The form uses PHP to add the student to a database with required fields that are highlighted when the information doesn't match.
Go To SiteTrivia Maze
A console based trivia maze written in Java. The player is presented with a question every time they more. If the question is answered wrong the door is locked.
Go To RepoDungeon Crawler
Fight against monsters as you travel through a maze. Includes background music, battle music, and combat sounds. All written in Java.
Go To RepoGame of Craps
Gamble without the fear of losing money. A simple game of craps written in C#.NET. Will run on most Windows based computers.
Go To RepoGame of Hangman
Play the game of hangman in C. Simple game of hangman written in C where two players battle it out.
Go To Repo