Skip to content
View nvahalik's full-sized avatar

Block or report nvahalik

Report abuse

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

Report abuse

Pinned Loading

  1. A QnD class for keeping arrays straight A QnD class for keeping arrays straight
    1
    <?php namespace App\Models;
    2
    
                  
    3
    use Illuminate\Support\Facades\Validator;
    4
    use Illuminate\Support\Fluent;
    5
    
                  
  2. git-split-commit git-split-commit
    1
    STAGED_CHANGES=`git status -s --untracked=no --porcelain | grep -v '^[\s\?]' | wc -l`
    2
    
                  
    3
    if [ "$STAGED_CHANGES" -eq 0 ]; then
    4
        echo "Nothing to commit. Quitting."
    5
        exit;
  3. PyAudioMixer PyAudioMixer Public

    Rewrite of swmixer by Nathan Whitehead to support multiple mixers as well as additional support for additional sources.

    Python 11 5

  4. deepcopy deepcopy Public

    Deep copy trait for Eloquent models.

  5. laravel-phalcon laravel-phalcon Public

    PHP