Skip to content
View neonexus's full-sized avatar
  • USA
  • 07:45 (UTC -05:00)
Block or Report

Block or report neonexus

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
neonexus/README.md

Pinned

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

    An opinionated configuration of Sails.js, using Webpack to create multiple React apps from a single repo.

    JavaScript 14 5

  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