Skip to content
View zungur's full-sized avatar
🧿
🧿

Block or report zungur

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
zungur/README.md

Hi there 👋

Pinned Loading

  1. GyrOS GyrOS Public

    Secure, RAM-only Ubuntu live image with automatic memory erasure

    Shell

  2. Janus Janus Public

    Hedged Execution for CPU Compute

    C++

  3. Wipe all detected storage devices an... Wipe all detected storage devices and power off
    1
    #!/bin/bash
    2
    # Wipe all detected storage devices and power off. Must be run as root.
    3
    # Wrapped in nuke() so that bash parses the entire script into memory before execution
    4
    # and the script urvives its own root disk being zeroed from underneath.
    5
    #
  4. fishtest fishtest Public

    Forked from official-stockfish/fishtest

    Stockfish testing

    Python