Skip to content
View DaBenjle's full-sized avatar

Highlights

  • Pro

Block or report DaBenjle

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 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. pssh-switches pssh-switches Public

    A python script that allows you to ssh into multiple network switches at once. It has a few prebuilt commands (searchUnit and searchMacs) along with support for custom commands.

    Python

  2. React Query Builder Django Decoder w... React Query Builder Django Decoder with DRF Filter
    1
    # filters/qb_decoder.py
    2
    from __future__ import annotations
    3
    
                  
    4
    from functools import reduce
    5
    from typing import Any, Callable, Dict, Iterable, List, Mapping, Optional, Tuple, Union
  3. Waybar Systemd Unit Monitor/Toggler Waybar Systemd Unit Monitor/Toggler
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    UNIT="$1"
    4
    ACTION="$2" # optional arg: --toggle
    5
    
                  
  4. SVG Progress Guage - Radix + Tailwind SVG Progress Guage - Radix + Tailwind
    1
    import * as Progress from "@radix-ui/react-progress";
    2
    
                  
    3
    interface GaugeProgressProps {
    4
      /**
    5
       * The size (width and height) of the overall component in pixels.