Skip to content
View john-curry's full-sized avatar

Block or report john-curry

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. 361a1 361a1 Public

    Simple HTTP Server and Client using the linux TCP API. The client is a poor mans curl and the server will server anything in the current directory. HTTP/1.0 only

    C 1

  2. 361a2 361a2 Public

    Analyze a captured wireshark session and run statistical analysis on the various tcp packets from http requests. Computer Networking Assignment

    C++

  3. GameTimer GameTimer Public

    Timer I made to use when developing games in C#.

    C#

  4. LineFollowingRobotFirmware LineFollowingRobotFirmware Public

    Firmware that runs on the STM32f407 discovery development board. Reads input from an IR sensor array and outputs control signals to the motor.

    C

  5. PiMusicPlayer PiMusicPlayer Public

    Currently what I use to listen to music on my Raspberry Pi B+ V2

    Python

  6. 226a3 226a3 Public

    Using Kruskal's Algorithm, find the Minimum Spanning Tree fo an Edge Weighted Graph. Return -99 if the graph is not connected. Algorithms and Datastructures assignment.

    Java