Skip to content
View Nxir's full-sized avatar

Block or report Nxir

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