Skip to content
View ethanhulse's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing
  • United States

Highlights

  • Pro

Block or report ethanhulse

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

Hi there! ๐Ÿ‘‹

Hi , I'm Ethan

I'm a passionate developer and enthusiast from Idaho/Utah/Colorado

  • ๐Ÿ”ญ Iโ€™m currently working on HTB Academy Pentesting Paths

  • ๐ŸŒฑ Iโ€™m currently learning Network Protocols

  • ๐Ÿ’ฌ Pick my brain about C++, C#, Bash and Python

  • ๐Ÿ“ซ Reach out to me at ethanhulse.work@gmail.com or on Linkedin

Find me at:

www.linkedin.com/in/ethan-hulse

Stuff I know:

arduino azure bash c cplusplus csharp docker dotnet git go java linux mongodb python rust

Pinned Loading

  1. conway conway Public

    C++

  2. FactorioCalculator FactorioCalculator Public

    C++

  3. UnityScripts UnityScripts Public

    C#

  4. MaxPlayers MaxPlayers Public

    Forked from Nagord/MaxPlayers

    C#

  5. DiscordSinWaveBot DiscordSinWaveBot Public

    Python

  6. Cross file makefile for C and C++ Cross file makefile for C and C++
    1
    #MAKEFILE FOR PROJECT "testmake"
    2
    PROG = runme
    3
    CXX = g++
    4
    INC = -Iinc/
    5
    OUT = lib/olib.a