Skip to content
View nicmolica's full-sized avatar

Block or report nicmolica

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. cnn-artist-classifier cnn-artist-classifier Public

    A convolutional neural network constructed with Keras/Tensorflow backend that identifies an artist or composer based on a 30-second segment of one of their songs.

    Python

  2. fifteen-puzzle-solver fifteen-puzzle-solver Public

    An AI-powered solver for the Fifteen Puzzle, written in Python 3. Utilizes the A* algorithm and allows the user to select from multiple heuristic options. Still in development.

    Python

  3. snarl snarl Public

    SNARL is a distributed dungeon crawler game. It is ASCII-based and played on the command line with 1-4 players.

    Python

  4. ftp ftp Public

    A manual implementation of an FTP client. It can be run on the command line and functions according to the standard FTP spec.

    Python

  5. memory-allocator memory-allocator Public

    A manual implementation of the C memory management system. This library contains from-scratch versions of malloc, calloc and free, using best-first allocation.

    C

  6. router router Public

    A manual implementation of a control system for a router. This is designed to run in a simulated environment rather than route actual internet traffic.

    Python