Skip to content
View Klazomenai's full-sized avatar
🚲
┬─┬⃰͡ (ᵔᵕᵔ͜ )
🚲
┬─┬⃰͡ (ᵔᵕᵔ͜ )

Sponsoring

@neovim

Organizations

@ProjectEntropy @YetiTool

Block or report Klazomenai

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

    ⺌∅‿∅⺌ Simplifying GitHub searches, one inspection at a time! 🥣

    Go

  2. Estimation date of completion for sy... Estimation date of completion for syncing an Autonity node, based on velocity increase of the block number
    1
    #!/bin/bash
    2
    
                  
    3
    # Function to convert seconds to human-readable time
    4
    function convert_seconds_to_readable() {
    5
        local T=$1
  3. Checks the workloads in the Kubernet... Checks the workloads in the Kubernetes cluster and reports back on which ones do not have requests or limits for CPU and memory defined
    1
    #!/bin/bash
    2
    
                  
    3
    # Function to check resources for a specific kind of Kubernetes resource
    4
    check_resource_limits() {
    5
        resource_type=$1