Skip to content

Instantly share code, notes, and snippets.

@vishal-wadhwa
vishal-wadhwa / translate_rotate_scale.c
Last active April 29, 2024 16:55
OpenGL code to rotate, translate and scale a rectangle using basic matrix transforms, written in C.
//
// Created by vishal on 11/1/17.
//
#include <GL/glut.h>
#define SCREEN_WIDTH 640
#define SCREEN_HEIGHT 480
typedef struct {
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active December 10, 2025 21:19
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname