Skip to content
View jhadkaterji's full-sized avatar

Block or report jhadkaterji

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. IntegerToFloat-FloatToInteger IntegerToFloat-FloatToInteger Public

    This program implements two functions for converting between IEEE single precision floating-point and 32-bit two's complement integers

    C 2

  2. javaMatic javaMatic Public

    Simple Java Vending Machine Project just to refresh on Java and dust off some rust

    Java

  3. UTF16-to-UTF32 UTF16-to-UTF32 Public

    This program reads a file containing UTF16 encodings, decodes to determine the Unicode Characters, and then writes the decoded characters to UTF-32

    C

  4. UTF32-to-UTF16 UTF32-to-UTF16 Public

    This program reads a file containing UTF32 encodings, decodes to determine the Unicode Characters, and then writes the decoded characters to UTF-16

    C

  5. LocksAndLatches LocksAndLatches Public

    This program implements a reentrant lock, a countdown latch, and a reentrant readers-writers lock,

    C

  6. PageTableImplimentation PageTableImplimentation Public

    A program implementing a virtual system that supports round-robin replacement for pages and TLB entries.

    C