Skip to content
View nvahalik's full-sized avatar
Block or Report

Block or report nvahalik

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

  1. PyAudioMixer PyAudioMixer Public

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

    Python 9 4

  2. rts-pos-api rts-pos-api Public archive

    API Library for the RTS Solutions point of sale system

    PHP 1

  3. 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
    
                  
  4. 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;
  5. laravel-filer laravel-filer Public

    Flysystem storage with local metadata storage for speed and manageability.

    PHP 16 1