Skip to content
View billsinc's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report billsinc

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. brioche brioche Public

    Forked from avand/brioche

    The fun way to slice the bread.

    Ruby

  2. dotfiles dotfiles Public

    Forked from mathiasbynens/dotfiles

    🔧 .files, including ~/.macos — sensible hacker defaults for macOS

    Shell

  3. billsinc billsinc Public

    HTML

  4. sharelock sharelock Public

    Forked from sandrinodimattia/sharelock

    Securely share data

    HTML

  5. Remove Firebird DB from MacOS Remove Firebird DB from MacOS
    1
    #!/bin/sh
    2
    echo "Clean Services"
    3
    echo "Clean User"
    4
    dscl localhost -delete /Local/Default/Users/firebird
    5
    echo "Clean Group"
  6. cognito-decode-jwt-token.php cognito-decode-jwt-token.php
    1
    <?php
    2
    /**
    3
     * Assumes https://github.com/Spomky-Labs/jose library is installed and autoloading is set up
    4
     * Decode and verify token guide: https://github.com/Spomky-Labs/jose/blob/master/doc/operation/Verify.md
    5
     */