Skip to content
View rohitn212's full-sized avatar

Block or report rohitn212

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. 8-Tiles 8-Tiles Public

    A game of 8 tiles with a GUI in Java

    Java

  2. Code-Coverage-Analysis Code-Coverage-Analysis Public

    A code coverage analysis program that I developed for my cloud computing class at UIC.

    Java

  3. CTARidershipAnalysis CTARidershipAnalysis Public

    GUI displaying information about CTA stops throughout Chicago using a CTA database

    C#

  4. Mutation-Testing Mutation-Testing Public

    A mutation testing tool that validates whether a program's tests detect potential runtime faults. It creates mutations of code by injecting faults into the bytecode using Javassist. It then compare…

    Java 1

  5. Realm Realm Public

    A third person, survival, exploration, game developed by Tran Dao, Rohit Nambiar and Weiheng Ruan as a final project for CS 426: Video Game Design. You can play the game at -

    C#

  6. Recursive-DNS-Resolver Recursive-DNS-Resolver Public

    A recursive DNS resolver that takes a domain name and returns a summary of DNS information about the domain by recursively querying servers starting from the root server level.

    Python