Skip to content
View unrelentingfox's full-sized avatar
🤓
Learning
🤓
Learning
Block or Report

Block or report unrelentingfox

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. sliding-puzzle sliding-puzzle Public

    This project is meant to help me explore different search techniques used in artificial intelligence to solve a sliding 8 puzzle.

    C++ 1

  2. connect-four connect-four Public

    A console based Connect-Four game that allows the player to compete against a Min-Max Algorithm.

    C++ 1

  3. A python script that queries all of ... A python script that queries all of your historic trades and calculates the average price you purchased coins at. This was a quick script based on the examples found here: https://docs.kraken.com/rest/. I am open to feedback!!
    1
    #!/usr/local/bin/python3
    2
    
                  
    3
    import base64
    4
    import hashlib
    5
    import hmac
  4. Quick 7z based directory locking scr... Quick 7z based directory locking script. I created this because I want an easy way to quickly encrypt and decrypt a directory.
    1
    #!/bin/bash
    2
    
                  
    3
    USAGE_TEXT="Usage: locker.sh <command> target
    4
    5
    Commands:
  5. coding-interview-prep-notes coding-interview-prep-notes Public

    My personal notes for coding interview prep

    1

  6. toy-cpp-compiler toy-cpp-compiler Public

    A toy compiler that compiles a subset of C++

    C 1