Skip to content
View ConnorORourke's full-sized avatar

Block or report ConnorORourke

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. Aes-128-Encryption Aes-128-Encryption Public

    A basic AES-128 encryption implementation. This impementation performs little pre-computation, enabling it to run on low memory devices at the cost of a longer run-time.

    C

  2. Concurrent-Operating-System Concurrent-Operating-System Public

    The following repository acts as a simple operating system, with it being possible to spawn processes through a console and have them communicate with each other. The dining philosopher's problem w…

    C

  3. DarkSky_Weather_Forecast DarkSky_Weather_Forecast Public

    This command line application uses the Dark Sky API to retrieve data about the weather for any town inputted by the user. It will tell the user about the current weather, as well as an overview of …

    JavaScript

  4. MERN-template MERN-template Public

    A template I use when getting started on projects using a MERN architecture.

    JavaScript

  5. My-Emacs-Configuration My-Emacs-Configuration Public

    My Emacs configuration for when developing in Clojure and JavaScript.

    Emacs Lisp

  6. Scotland-Yard Scotland-Yard Public

    This repository contains the files my partner and I created in order to complete the University provided Scotland Yard skeleton and have a fully functioning game. The majority of files provided by …

    Java