Skip to content
View calebchau's full-sized avatar

Block or report calebchau

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. bruin-nav bruin-nav Public

    GPS application which uses the A* heuristic to find the optimal route from the given starting point to the desired destination. Implemented binary search tree for fast lookups of street segments.

    C++

  2. feedforward-neural-network feedforward-neural-network Public

    Simple implementation of a feedforward neural network using pure Python and the numpy library for fast matrix calculations. Tested the performance of the network on the MNIST dataset.

    Python 1

  3. python-server-herd python-server-herd Public

    Application server herd implemented using the asyncio library. Implemented flooding algorithm to propagate location updates from clients and ensure that all servers have up-to-date information.

    Python

  4. remote-shell remote-shell Public

    Multi-process telnet-like client and server with encrypted communication. Server forks process to run bash shell upon connection from client and serves output from given commands.

    C