Skip to content
View che0's full-sized avatar

Organizations

@seznam

Block or report che0

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. teh-tracker teh-tracker Public archive

    Tracker for Wikimedia CZ grant projects, moved to

    Python 4 1

  2. kubernetes-workshop kubernetes-workshop Public

    Kubernetes workshop v rámci Seznam IT akademie

    HTML 2

  3. txt2img txt2img
    1
    #!/usr/bin/env python3
    2
    import requests
    3
    import argparse
    4
    import os
    5
    import json
  4. kubewaste kubewaste Public

    Displays how much resources are you currently wasting in your Kubernetes pods

    Python