Skip to content
View colowill's full-sized avatar
πŸ’­
Looking for Work!
πŸ’­
Looking for Work!
  • CS Student @ UNC-Chapel Hill
  • Chapel Hill, North Carolina, USA
  • 11:48 (UTC -05:00)
  • LinkedIn in/will-minor

Block or report colowill

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
colowill/README.md

Hey! I'm Will Minor

A passionate CS Student at UNC!


πŸ‡ͺπŸ‡ͺ About me

  • πŸ”Ž Actively looking for Internships

  • 🌱 Currently working on AI Cover Letter Generator and Gargoyle AI

  • βš”οΈ Sharpening my Data Structures and Algorithms skills

  • πŸ‘Ύ Looking to collaborate on Open Source Projects and Indie Game Developments

  • πŸ’œ Passionate about technology, music, film, video games, basketball, and my personal artwork

πŸš€ Language & Tools

πŸ’Ό Work Experiences

πŸ”— Contact me

Pinned Loading

  1. AI-Cover-Letter-Generator AI-Cover-Letter-Generator Public

    Chat GPT Chrome Extension that produces auto-generated cover letters for LinkedIn postings

    JavaScript

  2. Currency-Converter Currency-Converter Public

    Currency Converter that scrapes data from the web to provide up-to-date conversion rates. Offers 50+ of the world's most utilized currencies.

    Java

  3. gargoyle-ai gargoyle-ai Public

    In progress chrome extension that queries music data from WXYC archives and passes it through ChatGPT to display general information about the music and artist.

    JavaScript

  4. Timer-App Timer-App Public template

    Timer and Stopwatch application that offers an intuitive UI and sound options.

    Java

  5. Cache-Simulator Cache-Simulator Public

    A lab for the class COMP211 (System Fundamentals) where we implemented a cache simulator. This project involved working with different cache mapping algorithms (direct-mapped, fully associative), h…

    C++

  6. MIPS-Assembly-Simulator MIPS-Assembly-Simulator Public

    A lab for the class COMP211 (System Fundamentals) where we were expected to fill out functions to simulate MIPS instructions in assembly language. This enhanced my understanding of the C Language, …

    C