Projects

Objective-C

iReddit

A simple picture posting reddit iphone app. A Computer Science University Project at Weber State University for an ios/iphone development class. It uses the reddit api for logging into an account to upload a photo to imgur and posting it to a user defined subredit. It also finds all the images on a subreddit and displays them in a list where the user can click ont one of the items in the list and it will display the image

Github Page

.net C#

Anime Yu-Gi-Oh Card Maker

A program created in Visual Studio that using C#, .net, and Windows Presentation Foundation that creates custom cards for the television show and card game Yu-Gi-Oh. There are three type of cards Monsters, Spell, and trap cards. Each have their own icons describing essential information for the card game such as Attack/Defense. This program allow you to create an accurate custom Yu-Gi-Oh card.

Feature when complete include:

  • Checkboxes and textboxes allow user to customize card output
  • Image import button to add custom image to card
  • Outputs a png image

Github Page

Multiple Languages

CodeRepo

I host several single file scripts in one Github repository. The following is a list of the scripts with a discription.

  • Email C#:
    • Sample C# program that sends an email using google's SMTP server.
  • VBin Excel:
    • VBA in Excel that queries a MS Access database and sets cells to the value of the result.
  • Dijkstra
    • Dijkstra algorithm implementation in c++
  • Reddit Backup:
    • A script using the official Reddit API that backs up your reddit comments/submissions as xml or json.

Github Page