Skip to content

Instantly share code, notes, and snippets.

View whyDontI's full-sized avatar
😊
Working From Home

Nikhil Bhandarkar whyDontI

😊
Working From Home
View GitHub Profile
@BeattieM
BeattieM / API Contract Example Spec.md
Last active June 28, 2024 04:43
An example of an API contract between the server and front-end devices

#Users

  • User object
{
  id: integer
  username: string
  email: string
  created_at: datetime(iso 8601)
  updated_at: datetime(iso 8601)
}
@spicycode
spicycode / tmux.conf
Created September 20, 2011 16:43
The best and greatest tmux.conf ever
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
set-option -g set-titles on
#set -g default-terminal screen-256color
set -g status-keys vi
set -g history-limit 10000