Skip to content
View fragtion's full-sized avatar
  • South Africa

Block or report fragtion

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. discord-hotkey-utility discord-hotkey-utility Public

    Global hotkeys (and joystick) control to mute/unmute/deafen/undeafen Discord

    C 1

  2. wiretap-lite wiretap-lite Public

    Forked from sandialabs/wiretap

    Wiretap is a transparent, VPN-like proxy server that tunnels traffic via WireGuard and requires no special privileges to run.

    Go 1

  3. cftrace cftrace Public

    Cloudflare traceroute utility (unofficial)

    Python

  4. grf grf Public

    Github Release Fetcher

    Python 1

  5. indications2wav indications2wav Public

    Creates wav audio previews for Asterisk indications.conf tones

    Python

  6. ifstat script for WSL1 ifstat script for WSL1
    1
    #!/usr/bin/env python3
    2
    """
    3
    Cross-platform network traffic monitor (ifstat style)
    4
    5
    - Windows: uses PowerShell `Get-NetAdapterStatistics` (Works on WSL1)