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

Block or report sbhonde1

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 31 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