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

Block or report mhofwell

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. mint-nfts mint-nfts Public

    Smart contract mints NFTs with randomly generated content and stores the image on-chain.

    Solidity 1

  2. react-nft-mint-frontend react-nft-mint-frontend Public

    This is the NFT Minting Course Start Project!

    JavaScript 1

  3. Spell Checker in C: Hash table, Link... Spell Checker in C: Hash table, Linked Lists, Memory Allocation.
    1
    // Implements a dictionary's functionality
    2
    
                  
    3
    #include <stdbool.h>
    4
    #include "dictionary.h"
    5
    #include <stdio.h>
  4. nft-game nft-game Public

    Basic nft game.

    Solidity 1

  5. JPEG Recovery from Memory in C JPEG Recovery from Memory in C
    1
    // Recovers JPEGs from a .raw file by searching for JPEG headers and writing all of the bytes 
    2
    // between headers to different out files. 
    3
    
                  
    4
    #include <stdio.h>
    5
    #include <string.h>
  6. next-blackjack next-blackjack Public

    TypeScript