Skip to content

Instantly share code, notes, and snippets.

View fluffy-kaiju's full-sized avatar
🐺
cOwOding like a H@ck€r 👉👈

Fluffy_Kaiju fluffy-kaiju

🐺
cOwOding like a H@ck€r 👉👈
View GitHub Profile
@amunchet
amunchet / noVNCCopyPasteProxmox.user.js
Last active November 18, 2024 07:45
Copy/Paste for noVNC Proxmox
// ==UserScript==
// @name noVNC Paste for Proxmox
// @namespace http://tampermonkey.net/
// @version 0.2a
// @description Pastes text into a noVNC window (for use with Proxmox specifically)
// @author Chester Enright
// @match https://*
// @include /^.*novnc.*/
// @require http://code.jquery.com/jquery-3.3.1.min.js
// @grant none
@RabaDabaDoba
RabaDabaDoba / ANSI-color-codes.h
Last active November 18, 2024 07:43 — forked from iamnewton/bash-colors.md
The entire table of ANSI color codes working in C!
/*
* This is free and unencumbered software released into the public domain.
*
* For more information, please refer to <https://unlicense.org>
*/
//Regular text
#define BLK "\e[0;30m"
#define RED "\e[0;31m"
#define GRN "\e[0;32m"