Skip to content
View sbhonde1's full-sized avatar
  • Manchester, New Hampshire
Block or Report

Block or report sbhonde1

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. Multimodal-Learning Multimodal-Learning Public

    This repository contains the source code for the paper "Improving the performance of unimodal dynamic hand gesture recognition with multimodal training"

    Python 27 3

  2. apex_simulator apex_simulator Public

    Out-of-order version of the simulator for the APEX pipeline.

    C++

  3. My .tmux.conf file template. You can... My .tmux.conf file template. You can try this as your .tmux.conf file after backing up yours. The configuration file is located in ~/.tmux.conf.
    1
    # scrollback size
    2
    set -g history-limit 10000
    3
    
                  
    4
    ############
    5
    # Keybinds #
  4. My .vimrc file template. You can try... My .vimrc file template. You can try this as your .vimrc file after backing up yours. The configuration file is located in ~/.vimrc
    1
    " Don't try to be vi compatible
    2
    set nocompatible
    3
    
                  
    4
    " Helps force plugins to load correctly when it is turned back on below
    5
    filetype off