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 deeply involved in the Open Source AI Communtiy and 🦄 things.

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. swiss-army-knife swiss-army-knife Public

    A curated collection of templates and lessons learned from my personal journey as a developer.

    Makefile 1

  2. defenseunicorns/leapfrogai defenseunicorns/leapfrogai Public

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

    Python 257 28

  3. ~/.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