Skip to content
View kevinkokomani's full-sized avatar
  • New York City, New York

Block or report kevinkokomani

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. s17 s17 Public

    Forked from eliwaalkes/s17

    Main repository for CSCI 3366 Principles of Programming Languages, Spring 2017

    OCaml

  2. intarithmetic intarithmetic Public

    Using the arithmetic functions in big.py, this program performs integer division for two posiive integers represented as bytearrays of the same size. The division function works correcly with negat…

    Python

  3. minheap minheap Public

    A priority queue using a binary heap. It is a min-heap represented as an array. It supports insert and delete_min.

    Python

  4. simple-mips-disassembler simple-mips-disassembler Public

    A simple MIPS disassembler that takes a list of strings of 32-bit hexadecimal instructions and outputs a file of the instructions translated to MIPS assembly code.

  5. cockroach cockroach Public

    Forked from cockroachdb/cockroach

    CockroachDB - the open source, cloud-native distributed SQL database.

    Go