Skip to content
View therightstuff's full-sized avatar
Block or Report

Block or report therightstuff

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

  1. simple-free-encryption-tool simple-free-encryption-tool Public

    Simple Free RSA / AES Encryption and Decryption

    JavaScript 10 3

  2. simple-recursive-checksum simple-recursive-checksum Public

    A simple pure-javascript checksum over files or folders

    JavaScript

  3. aws-cdk-js-dev-guide aws-cdk-js-dev-guide Public

    A guide for AWS CDK development using TypeScript and Javascript

    TypeScript 13 1

  4. aws-cdk-python-dev-guide aws-cdk-python-dev-guide Public

    A guide for AWS CDK development using Python

    Python 2

  5. json-csv-converter json-csv-converter Public

    JSON / CSV conversion interface

    JavaScript

  6. A list shuffle method that ensures e... A list shuffle method that ensures every item is consumed
    1
    /*
    2
    Motivation:
    3
        A shuffler that ensures that no items in a list (a music playlist in particular) are left behind.
    4
    5
    Mechanism: