Skip to content
View Nxir's full-sized avatar

Block or report Nxir

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 Loading

  1. oh-my-zsh setup script oh-my-zsh setup script
    1
    #!/bin/bash
    2
    
    
    3
    #sudo apt-get install zsh -y
    4
    sudo yum install -y zsh
    5
    
    
  2. PHP Reimplementation of Mysql's old_... PHP Reimplementation of Mysql's old_password function which no longer exists in newer versions
    1
    <?php
    2
    
    
    3
    /** Creates an old mysql hash compatiable with the old_password
    4
    function that no longer exists in mysql */
    5
    function mysql_old_password($password) {
  3. Dockerfiles Dockerfiles Public

    Shell