Skip to content
View neonexus's full-sized avatar
  • USA
  • 13:01 (UTC -05:00)

Block or report neonexus

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
neonexus/README.md

Pinned Loading

  1. sails-react-bootstrap-webpack sails-react-bootstrap-webpack Public template

    A virtual start-up in a box, with a feature-rich backend, and multi-frontend-building awesomeness. 1 API to rule all frontends.

    JavaScript 13 7

  2. drfg drfg Public

    Download Release From GitHub. A quick and easy way to download / extract / install a release from any repo.

    JavaScript 2

  3. fixted fixted Public

    Forked from bredikhin/barrels

    Simple DB Fixtures for Sails.js v1 (fake data for testing).

    JavaScript 5 1

  4. Check with PwnedPasswords.com API Check with PwnedPasswords.com API
    1
    # Check with PwnedPasswords.com API
    2
     
    3
    This little script will take in a raw password string, hash it, then search PwnedPasswords.com API using only the first 5 characters of the password hash.
    4
     
    5
    See: https://haveibeenpwned.com/API/v2#PwnedPasswords
  5. Git shortcuts Git shortcuts
    1
    Git Shortcuts
    2
    =============
    3
     
    4
    What do they do?
    5
    ----------------
  6. Start / stop / restart scripts in TMUX Start / stop / restart scripts in TMUX
    1
    #!/bin/bash
    2
     
    3
    #if [[ $EUID -ne 0 ]]; then
    4
    # echo "Script MUST be run as a root user"
    5
    # exit 1