Skip to content
View zvodd's full-sized avatar

Highlights

  • Pro

Block or report zvodd

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. ModalImageGallery-BlenderPlugin ModalImageGallery-BlenderPlugin Public

    Plugin for Blender to show a grid of larger images in the image editor view for selecting by sight.

    Python

  2. CyberChef-Go-Webview CyberChef-Go-Webview Public

    CyberChef app built into a webview2 (Edge) window on Windows with Msys2 and Go

    HTML 1

  3. Godot4-ScreenSpacePostFX-DepthFog Godot4-ScreenSpacePostFX-DepthFog Public

    Depth Fog for Godot 4

    GDScript 9

  4. rutorrent-webseed-download-plugin rutorrent-webseed-download-plugin Public

    An ruTorrent plugin to create and download a webseed-only torrent.

    JavaScript 11 1

  5. Go BTC brainwallet - Generate wallet... Go BTC brainwallet - Generate wallet address and WIF from bitcoin brainwallet password
    1
    package main
    2
    
                  
    3
    import (
    4
    	"crypto/sha256"
    5
    	"fmt"
  6. Extracts a slice of bytes from file ... Extracts a slice of bytes from file or stdin, outputs binary to file/stdout. "-x" to dump hex to STDERR
    1
    import sys
    2
    import os
    3
    import argparse
    4
    from io import BytesIO
    5
    from textwrap import wrap