Skip to content
View caraboides's full-sized avatar

Block or report caraboides

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Quake-style Toggle for wezterm-gui o... Quake-style Toggle for wezterm-gui on Hyprland
    1
    #!/usr/bin/env bun
    2
    // Quake-style Toggle for wezterm-gui on Hyprland
    3
    // Add to your hyprland config:
    4
    // bind = $mainMod, Space, exec, ~/.config/hypr/quake_toggle.ts quake
    5
    // windowrule = float on, match:class quake
  2. Simple script to backup MongoDB to S... Simple script to backup MongoDB to S3, without waste diskspace for temp files. And a way to restore from the latest snapshot.
    1
    #!/bin/sh
    2
    set -e
    3
    HOST=localhost
    4
    DB=test-entd-products
    5
    COL=asimproducts
  3. inoio/kubeless-jvm inoio/kubeless-jvm Public

    Lib to build applications for kubeless

    Java 1

  4. lilafestivalapp lilafestivalapp Public

    Dart 3 1

  5. nginx/kubernetes-ingress nginx/kubernetes-ingress Public

    NGINX and NGINX Plus Ingress Controllers for Kubernetes

    Go 5.1k 2.1k