Skip to content
View daxxog's full-sized avatar

Organizations

@volminator
Block or Report

Block or report daxxog

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. gold-dice gold-dice Public

    the gold standard for provably fair dice

    JavaScript 3

  2. stoptime stoptime Public

    A basic stop watch timing object for JavaScript.

    JavaScript

  3. switch-factory switch-factory Public

    Functions that build switch functions.

    JavaScript

  4. mkpyproj mkpyproj Public

    Tool I use to automate setting up some stuff for my python projects.

    Shell 1

  5. fastapi-simple-mutex-server fastapi-simple-mutex-server Public

    A microservice with a redis backend that provides a simple interface for managing mutex locks.

    Python 3 3

  6. Generate a FIPS Compliant secure pas... Generate a FIPS Compliant secure password
    1
    #!/usr/bin/env python3
    2
    from string import (
    3
        ascii_lowercase,
    4
        ascii_uppercase,
    5
        digits,