Skip to content

Instantly share code, notes, and snippets.

View yossefsabry's full-sized avatar
🎯
Focusing

yossef yossefsabry

🎯
Focusing
View GitHub Profile
@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 November 17, 2024 01:28
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname