Skip to content
View rankinjl's full-sized avatar

Block or report rankinjl

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. gin-rummy-oosoftwaredesign-cs276 gin-rummy-oosoftwaredesign-cs276 Public

    For CS276, Object Oriented Software Design, each student implemented a program for a game. I implemented Gin Rummy in Java using Model-View-Controller. The Class Diagram and State Machine Diagram a…

    Java

  2. 3d-surface-to-stlfile-capstone 3d-surface-to-stlfile-capstone Public

    This repository contains my Computer Science Senior Capstone Project that I completed with my partner Alejandro Sanchez-Gonzalez in the Fall Semester of 2017. It is meant to take in a 3D surface fr…

    Java

  3. vagrant-multi-apache-mysql vagrant-multi-apache-mysql Public

    Use Vagrant and VirtualBox to set up multiple VMs on a private network: one Apache WebExampleBox with a form on a web page and one MySQL DBExampleBox that receives and stores this form data.

    PHP

  4. minesweeper-gui minesweeper-gui Public

    A Java implementation of the classic game Minesweeper using Model-View-Controller. One user graphical user interface is implemented with Java Swing.

    Java

  5. vagrant-docker-multi-apache-mysql-ubuntu vagrant-docker-multi-apache-mysql-ubuntu Public

    Use Vagrant to set up multiple Docker containers on a private network: one Apache WebContainer with a form on a web page and one MySQL DBContainer that receives and stores this form data.

    PHP

  6. hangman-gui-tui hangman-gui-tui Public

    A Java implementation of the classic game Hangman using Model-View-Controller. Three user interfaces are implemented (one TUI and two GUI - Java Swing).

    Java