Skip to content
View srpatel's full-sized avatar
🎲
Making games
🎲
Making games

Block or report srpatel

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. pixi-actions pixi-actions Public

    A tweening and interpolation library for PixiJS.

    TypeScript 27 9

  2. pixi-table-layout pixi-table-layout Public

    A simple table-based layout library for PixiJS.

    TypeScript 4 1

  3. .ssh-autocomplete .ssh-autocomplete
    1
    # Source this file in your .profile/.bashrc in order to get tab autocomplete
    2
    # on ssh hosts as listed in your ~/.ssh/config file.
    3
    
                  
    4
    _ssh_autocomplete() {
    5
    	local SSH_CONFIG_FILE="$HOME/.ssh/config"
  4. prepl.pl prepl.pl
    1
    #!/usr/bin/perl
    2
    
                  
    3
    # This is a REPL loop for Perl.
    4
    
                  
    5
    # If you want to be able to navigate on the prompt with arrow keys