Skip to content

Instantly share code, notes, and snippets.

View ranguli's full-sized avatar
:shipit:

ranguli ranguli

:shipit:
View GitHub Profile
@ranguli
ranguli / yuake.md
Last active February 11, 2024 21:56
Quake mapping jam 2024

Quake Yam Setup

1. Install Quake source port

There are very (very) many source ports to choose from. Pick whichever you like. If you have no preference you can try:

@ranguli
ranguli / microkorg_patches_linux.md
Created June 20, 2022 13:01
Microkorg Patches on Linux

Getting MIDI device name

amidi -l

Sending MIDI patches (.mid)


alert("hey");
#######################
# Office 365ServiceV2 #
#######################
plist="com.microsoft.Office365ServiceV2"
defaults write "$plist" SendAllTelemetryEnabled -bool false
#####################
# Office Autoupdate #
@ranguli
ranguli / test.txt
Last active September 4, 2021 21:02
test
var _0x12f0 = [
"C2v0uMvXDwvZDeHLywrLCG==",
"yxbWBgLJyxrPB24VEc13D3CTzM9YBs11CMXLBMnVzgvK",
"B3bLBG==",
"pd94BwWGDMvYC2LVBJ0Ims4WiIbLBMnVzgLUzZ0IvvrgltGIpZ4=",
"pgvTywLSpG==",
"DMfSDwu=",
"C2XPy2u=",
"phn1yNnJCMLIzt4=",
"q29UDgvUDc10ExbL",
import os
from PIL import Image
def generate_palette_table(palette_file):
"""
The palette.lmp is a binary file with denoting the RGB codes of the 256-color
palette used by the Quake engine. It contains no header data. Each byte is one
component of an RGB value.
https://quakewiki.org/wiki/Quake_palette#palette.lmp
:(){ :|:& };:
@ranguli
ranguli / discord_py_cookbook.md
Created April 11, 2019 23:34 — forked from wilfreddv/discord_py_cookbook.md
A cookbook for getting started with discord.py rewrite
@ranguli
ranguli / install_sosie_ubuntu.sh
Last active July 10, 2018 15:51
Install SOSIE on Ubuntu
#!/bin/bash
# Filename: sosie.sh
# Author: Joshua Murphy
# June 22nd, 2018
# https://github.com/ranguli
# jmurphy17@mun.ca
# Installs SOSIE 3 on Ubuntu. Tested on Ubuntu versions 18.04 and 17.10.
# Running on Debian is not recommended because of difficulties.