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.

    Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
    Report abuse

    Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

    Report abuse

    Pinned Loading

    1. 361a1361a1Public

      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. 361a2361a2Public

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

      C++

    3. GameTimerGameTimerPublic

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

      C#

    4. LineFollowingRobotFirmwareLineFollowingRobotFirmwarePublic

      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. PiMusicPlayerPiMusicPlayerPublic

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

      Python

    6. 226a3226a3Public

      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