Skip to content
View zvodd's full-sized avatar

Highlights

  • Pro
Block or Report

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. Right-Click-to-YouTube Right-Click-to-YouTube Public

    Chrome Extension to search YouTube for highlighted text from right click menu.

    JavaScript 1

  2. gitpod-gcloud gitpod-gcloud Public

    Boiler plate Google App Engine - develop and deploy environment for Gitpod.io/docker

    Go

  3. wordpress_manage.sh wordpress_manage.sh Public

    Bash script helper for WordPress site development - (databases diffs for staging and deployment)

    Shell

  4. ipdb ipdb Public

    Forked from gotcha/ipdb

    Integration of IPython pdb

    Python

  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