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

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 Loading

  1. 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>
  2. 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>
  3. next-blackjack next-blackjack Public

    TypeScript

  4. fpl-chat-app fpl-chat-app Public

    FPL Chat App Monorepo

    TypeScript

  5. agent-development-brief agent-development-brief Public

    Replacing the PRD with a brief designed for agents first and humans second.