Skip to content
View rankinjl's full-sized avatar
Block or Report

Block or report rankinjl

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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