Skip to content
View kmfahey's full-sized avatar
Block or Report

Block or report kmfahey

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. adventuregame adventuregame Public

    A text adventure game in the style of the old UNIX game advent, implementing simple D&D-like rules and 24 interaction commands to explore a small dungeon.

    Python 1

  2. risuspubl risuspubl Public

    An exercise in authoring a RESTful API using flask, Postgres via SQLAlchemy, alembic and ansible.

    Python

  3. moundmusic moundmusic Public

    A sample RESTful API implemented in django using django-rest-framework, backed by a PostgreSQL database. Tested with pytest.

    Python

  4. arachnea arachnea Public

    A mastodon profile scraper which recursively downloads followers & followings lists, downloads the profiles of those accounts, downloads those accounts's followers & followings lists, and so on. Re…

    Python

  5. jchessgame jchessgame Public

    A graphical chessgame that implements a icon-based chessboard interface and the MiniMax boardgame algorithm with Alpha/Beta pruning.

    Java

  6. jcalculator jcalculator Public

    A desktop calculator implemented in Java, as a self-teaching exercise.

    Java