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

Block or report jacobmcclure

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

  1. Full-SDN-w-Router Full-SDN-w-Router Public

    This project is a simulation of a small enterprise network with routing between subnets. The simulation implements a virtual firewall and router to control and exchange traffic between subnets. The…

    Python 1

  2. Left-Right-Center Left-Right-Center Public

    Simple implementation of the "left, right, center" gambling game. Emulates a match between 2-10 players using a user-inputted seed.

    C

  3. Math-Library Math-Library Public

    This is my own implementation of some of the functions from C's math library. I've included my own version of each of the basic trigonometric functions, as well as the exponential function. This wa…

    C

  4. Parsing-For-Char-Types Parsing-For-Char-Types Public

    This was a fun little program I wrote to parse and analyze the contents of an input file. It takes two arguments from the user: an input file and a desired output file name, then parses the input f…

    C

  5. Subsets Subsets Public

    A recursive implementation of Pascal's identity which uses the concept of Binomial Coefficients, C(n,k), to print all k-element subsets of an n-element set. This program can be used to determine th…

    C

  6. IntegerStack IntegerStack Public

    Array-based implementation of an Integer Stack ADT written in C. Supports all basic Stack operations.

    C