Skip to content
View gregmojonnier's full-sized avatar

Block or report gregmojonnier

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. caesar-cipher-server caesar-cipher-server Public

    C++, sockets, Google Test/Mock. Used the python client tests written in my other repo as integration tests to verify expected behavior as I built this server out for fun, which processes caesar cip…

    C++

  2. MatrixMultiplication MatrixMultiplication Public

    TDD'ed a basic matrix class with a focus on multiplication, more specifically speeding the operation up using threading only after a performance test determined it was too slow when operating on la…

    C++

  3. CaesarCipherClientTestsAndServer CaesarCipherClientTestsAndServer Public

    Python, sockets, and pytest. Primarily used as integration tests while I implemented my server for fun in C++. But along the way I just ended up writing the equivalent server code in python as well.

    Python

  4. My_FreeOrion_Open_Source_Contributions My_FreeOrion_Open_Source_Contributions Public

    These are the patch files of code I contributed to the open source game FreeOrion. They are all in C++.

  5. RealTimeChat RealTimeChat Public

    A toy chat program built using Node.js/express. First built with plain JS/jQuery/Pug using http/polling, then refactored to use angularJS and socket.io

    JavaScript

  6. StringCalculatorKata_NodeJS StringCalculatorKata_NodeJS Public

    Exercising TDD in node.js using tape, a basic string calculator.

    JavaScript