Skip to content
View Ethanljf's full-sized avatar
🚂
Chugging along...
🚂
Chugging along...

Block or report Ethanljf

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. ConvexHull ConvexHull Public

    A program written in C for a University-Level Software Development course which computes the convex hull of a polygon contained by a given set of points using an altered Jarvis March algorithm. Th…

    C

  2. TextToGraph TextToGraph Public

    A program written in Java for a University-Level Data Structures & Algorithms course which reads from an input file and stores values into a graph data structure.

    Java

  3. Command-Line-Process-Creator Command-Line-Process-Creator Public

    A program written in C for a University-Level Operating Systems course which provides a command-line interface for the user to interact with. Commands are executed by a child process via the fork()…

    C

  4. Sudoku-Checker-Threads Sudoku-Checker-Threads Public

    A program written in C for a University-Level Operating Systems course which checks the validity of a completed sudoku grid by creating threads to check rows, columns and sub-grids.

    C

  5. Doctor-and-Patients Doctor-and-Patients Public

    A program written in C for a University-Level Operating Systems course which simulates the operation a medical clinic by implementing "Doctor" and "Patient" threads. This program makes use of mutex…

    C

  6. tracker tracker Public

    Forked from cds-snc/tracker

    Check whether a Government of Canada domain is adhering to best security practices.

    Python