Skip to content

Instantly share code, notes, and snippets.

View gokulanv's full-sized avatar
πŸ‘¨β€πŸ’»
Gotta Code!

Gokulan Vikash gokulanv

πŸ‘¨β€πŸ’»
Gotta Code!
  • Amazon
  • Sunnyvale, CA
View GitHub Profile
@gokulanv
gokulanv / tmux_cc_layout.sh
Created March 19, 2026 20:42
Tmux Claude Code friendly layout (Works on Mac)
#!/bin/bash
# Layout: 1 tall pane on the left, 2x2 grid on the right
#
# β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”
# β”‚ β”‚ 2 β”‚ 3 β”‚
# β”‚ 1 β”œβ”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€
# β”‚ β”‚ 4 β”‚ 5 β”‚
# β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”˜
#
# HOW THE SPLITS WORK (column-first strategy):
@gokulanv
gokulanv / omniglot-1shot.ipynb
Created March 27, 2020 02:10
omniglot-1shot.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@gokulanv
gokulanv / rnnexercise.ipynb
Last active January 15, 2020 21:05
An effort to build a RNN from scratch!
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.