Skip to content
View 13-elliott's full-sized avatar
  • University of Arizona
  • Tucson, AZ
Block or Report

Block or report 13-elliott

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

Popular repositories Loading

  1. csc352-project03 csc352-project03 Public

    personal implementation of C std library's "malloc" and "free" functions using first-fit algorithm. Done as part of "Systems Programming and Unix" course in Fall 2019

    C

  2. csc372-final-project csc372-final-project Public

    Final group project for "Comparative Programming Languages" in a language of own choice. Includes the proscribed "rot-n" program, and the individually chosen program: a library of sorting algorithm…

    Rust

  3. csc337-final-reversi csc337-final-reversi Public

    NodeJS and MongoDB based web app for playing "Reversi" against other users, guests, or a computer player. Done as the self-directed final project for "Web Development" course in Spring 2020

    JavaScript

  4. minesweeper-rust minesweeper-rust Public

    simple text-based minesweeper written in rust. Written while feeling out a model-view-controller paradigm. functional, but unpolished

    Rust

  5. csc335-calendar-team4 csc335-calendar-team4 Public

    A graphical calendar application using JavaFX. Group project for the UofA CSC335 (Object Oriented Design) course of the Spring 2020 semester. Project was managed with an Agile method.

    Java

  6. minesweeper-python minesweeper-python Public

    Python