Skip to content

Instantly share code, notes, and snippets.

View srhrshr's full-sized avatar
📆
self.train()

h srhrshr

📆
self.train()
View GitHub Profile
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active May 14, 2026 00:01
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@tsabat
tsabat / zsh.md
Last active March 10, 2026 08:50
Getting oh-my-zsh to work in Ubuntu
@sriranggd
sriranggd / git_index_file_reader.rb
Created August 14, 2011 10:27
Ruby script to read a git index file and write the contents in human readable form
#!/usr/bin/env ruby
# ************************************************************************
# A simple ruby script to read the index file of any git repository
# and dump its contents to a file in a readable format.
#
# This is totally a study tool, written when I was trying to understand
# the git internals.
#
# The file strucutre specification considered is this :