Skip to content

Instantly share code, notes, and snippets.

View ripmeep's full-sized avatar
🎯
Focusing

ripmeep ripmeep

🎯
Focusing
View GitHub Profile
@ripmeep
ripmeep / loader.py
Last active November 6, 2021 20:26
Python 3 Async/Threaded loading animation generator
#
# Author: ripmeep
# Instagram: @rip.meep
# GitHub: https://github.com/ripmeep
#
import threading
import asyncio
import sys
@ripmeep
ripmeep / hexdump.h
Last active November 6, 2021 20:26
A hexdump header for C
/*
Author: ripmeep
Instagram: @rip.meep
GitHub: https://github.com/ripmeep
*/
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>