Skip to content
View edg956's full-sized avatar

Highlights

  • Pro

Block or report edg956

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. wtf wtf Public

    Forked from wtfutil/wtf

    The personal information dashboard for your terminal

    Go

  2. Basic-FPS-OpenGL Basic-FPS-OpenGL Public

    Forked from Alfred-Franz/OpenGL-Template

    This is a first person shooter prototype inplementation for a university project

    C++ 15 5

  3. maciej-gol/tenant-schemas-celery maciej-gol/tenant-schemas-celery Public

    Python 199 41

  4. django-migration-dependencies django-migration-dependencies Public

    An app to visually see the migrations graph

    Python 5 1

  5. KUBERNETES_TROUBLESHOOTING.md KUBERNETES_TROUBLESHOOTING.md
    1
    # Troubleshooting kubernetes issues guide
    2
    
                  
    3
    ## Requirements
    4
    - Access to a kubernetes cluster
    5
    - [`kubectl`](https://kubernetes.io/docs/tasks/tools/#kubectl)
  6. Kata Mars Rover Kata Mars Rover
    1
    from abc import ABC, abstractmethod
    2
    import sys
    3
    from typing import Tuple
    4
    
                  
    5