Skip to content
View persinammon's full-sized avatar
💢
rising tide sinking moon
💢
rising tide sinking moon
Block or Report

Block or report persinammon

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

  1. capstone-snake-game capstone-snake-game Public

    Forked from udacity/CppND-Capstone-Snake-Game

    * A 2D Snake game with creative additions; uses C++ and SDL

    Makefile 1

  2. fantastic-books-in-clips fantastic-books-in-clips Public

    Chatbot implemented as expert system to recommend fiction to the casual reader, written as set of rules in LISP variant

    CLIPS 26 4

  3. copious-notes-on-chrome copious-notes-on-chrome Public

    * A Chrome extension for adding private notes to Git repos

    TypeScript

  4. concurrent-traffic-simulation concurrent-traffic-simulation Public

    Concurrency practice by implementing message queue, practicing with lock guard and condition variable (pattern to avoid deadlock and data race), using r-value pass in combined with std::move

    Makefile

  5. hotel-reservation-app hotel-reservation-app Public

    Java application with test suite using fakes, Mockito, and JUnit

    Java

  6. parallel-web-crawler parallel-web-crawler Public

    Used Java design patterns, Jackson and Guice, Streams API to implement parallelism for web crawler

    Java