Skip to content
View joshriccio's full-sized avatar

Block or report joshriccio

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. unix-simulated-os unix-simulated-os Public

    Includes kernel and userspace, handles forking, message passing, sempahores, disk and terminal, and virtual memory

    C 2 3

  2. distributed-tasks distributed-tasks Public

    User creates a task, then the taskhandler executes the task on a remote host

    Java

  3. telnet-proxy telnet-proxy Public

    Client proxy and Server proxy, telnet to client on localhost and connect to telnet daemon via remote server proxy. If connection breaks the client and server proxies will try to reconnect

    C

  4. mips-search mips-search Public

    A search utility built in the MIPS assembly language

    Assembly

  5. chat chat Public

    An instant message utility, includes client and server.

    Java 1

  6. external-merge-sort external-merge-sort Public

    External Merge Sort is a java implementation of merge sort, a sorting algorithm that takes an input text file, breaks it up into many temp files and sorts in order

    Java 1 1