Skip to content
View gphorvath's full-sized avatar

Highlights

  • Pro

Block or report gphorvath

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

Welcome!

👋 Hi, I’m Greg.

Professionally I am an AI Software Engineer with an interest in Open Source!

As a hobby I develop video games using Unity/C#.

🖥️ Try out my Linux Terminal Hacking Sim 🖥️
🎮 Try out my short 2D Action RPG 🎮
🎲 Try out my Dice Game 🎲

Anurag's GitHub stats

Pinned Loading

  1. grimoire grimoire Public

    A prompt engineer's Grimoire to assist with getting the best results from Generative AI prompts.

    Go 1

  2. swiss-army-knife swiss-army-knife Public

    Swiss Army Knife is a set of commonly used templates and automation to jump-start new projects.

    Makefile 1

  3. defenseunicorns/leapfrogai defenseunicorns/leapfrogai Public

    Production-ready Generative AI for local, cloud native, airgap, and edge deployments.

    Python 256 28

  4. ~/.bash_aliases ~/.bash_aliases
    1
    # Delete what you don't need!
    2
    alias k="uds zarf tools kubectl"  # aliases k to kubectl contained in Zarf packaged within UDS CLI
    3
    alias dclean="docker system prune -a -f && docker volume prune -f"  # cleans up local docker registry
    4
    alias udsclean="uds zarf tools clear-cache && rm -rf ~/.uds-cache && rm -rf /tmp/uds* && rm -rf /tmp/zarf-*"  # cleans up UDS/Zarf artifacts
    5
    alias python=python3