Skip to content
View daxxog's full-sized avatar
  • But first and most importantly seek (aim at, strive after) His kingdom and His righteousness [His way of doing and being right—the attitude and character of God], and all these things will be given to you also.
  • United States

Organizations

@volminator

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.

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

    the gold standard for provably fair dice

    JavaScript 2

  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

  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 2 2

  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,