Skip to content
View nimit25's full-sized avatar
  • Toronto, Ontario, Canada

Highlights

  • Pro

Block or report nimit25

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
nimit25/README.md

Popular repositories Loading

  1. Interceptor Interceptor Public

    In this project, I hijacked a system call where "hijacking (intercepting) a system call" meant to implement a new system call named my_syscall, which allowed me to send commands from userspace, to …

    C 2

  2. hello-world hello-world Public

  3. AddTagsToPhotos AddTagsToPhotos Public

    An application that lets you to add tags to a Photo and change the name of the photo according to the tags in your OS.

    Java

  4. TOAH TOAH Public

    Built a GUI imitating the features of Tower of Hanoi. Also, came up with an efficient and optimal algorithm which takes the minimum number of moves possible for moving any number of blocks from one…

    Python

  5. FileCompressDecompressHuffman FileCompressDecompressHuffman Public

    Built a program that compresses and uncompresses a file using Huffman Coding. Also, used recursion and other data structures to craft the most efficient way to compress and uncompress a file, so th…

    Python

  6. SieveOfEratosthenes SieveOfEratosthenes Public

    A program that determines whether a number N can be factored into exactly two primes, and if it can be factored, identifies the values of the two factors. The algorithm employed is that of Sieve Of…

    C