Skip to content

Instantly share code, notes, and snippets.

View iamgroot42's full-sized avatar
🐿️

Anshuman Suri iamgroot42

🐿️
View GitHub Profile
@akesling
akesling / mnist.py
Last active August 15, 2024 03:08
MNist loading helper for Python 2.7. For Python 3.x, see https://gist.github.com/akesling/42393ccb868125071fdea77d98a0d2f0
import os
import struct
import numpy as np
"""
MNist loading helper for Python 2.7.
For Python 3.x, see https://gist.github.com/akesling/42393ccb868125071fdea77d98a0d2f0
Loosely inspired by http://abel.ee.ucla.edu/cvxopt/_downloads/mnist.py
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active August 29, 2025 11:19
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname