Skip to content
View smithj16's full-sized avatar
🎯
Focusing
🎯
Focusing
  • American Express
  • Chicago, Illinois

Block or report smithj16

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 Loading

  1. Lexical-Analyzer Lexical-Analyzer Public

    This program models a simple lexical analyzer for parsing of programs.

    Java

  2. Percolation Percolation Public

    Here is a porgram that determines if a percolation model percolates or not. It makes use of the breadth first search algorithm.

    Java

  3. Scheduler Scheduler Public

    Here is simple scheduler I've created in C for the operating system. The program takes n number of programs and runs them on selected CPUs.

    C

  4. FunctionalProgramming FunctionalProgramming Public

    FunctionalProgrammingResource

    Java

  5. MusicSubscriptionService MusicSubscriptionService Public

    Java

  6. UniversityVotingServer UniversityVotingServer Public

    University voting server written in java. The server implements a RMI design (Remote Method Invocation). Version 2 will include advanced RMI features.

    Java