Skip to content

Instantly share code, notes, and snippets.

View MihanixA's full-sized avatar
🏠
Working from home

Mikhail S MihanixA

🏠
Working from home
View GitHub Profile
@Endevir
Endevir / tmux.conf
Last active August 18, 2023 16:43
My tmux.conf
# 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
@zthxxx
zthxxx / Activate Office 2019 for macOS VoL.md
Last active July 17, 2024 08:49
crack activate Office on mac with license file
@nirenjan
nirenjan / bishop.c
Created January 4, 2013 06:34
Simulate a drunken bishop walk to produce OpenSSL random art.
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#define XLIM 17
#define YLIM 9
#define ARSZ (XLIM * YLIM)
#define DEBUG 0