Skip to content

Instantly share code, notes, and snippets.

View kevinlekiller's full-sized avatar
💭
I may be slow to respond.

kevinlekiller

💭
I may be slow to respond.
View GitHub Profile
local http = require("socket.http")
require("TamrielTradeCentre")
if not TamrielTradeCentreVars["Default"] then
return
end
local serverEU = false
local gf = io.open("guilds.lua", "rb")
@kevinlekiller
kevinlekiller / TamrielTradeCentre.lua
Last active September 28, 2019 16:28
HTTP data for TTC
TamrielTradeCentreVars =
{
["Default"] =
{
["@kevincsw"] =
{
["$AccountWide"] =
{
["EUData"] =
{
@kevinlekiller
kevinlekiller / dispcal.patch
Last active May 26, 2019 11:47
Patch for https://www.argyllcms.com/ dispcal to add 20 point grayscale RGB calibration (can be used for 10 point also).
--- Argyll_V2.1.1/spectro/dispcal.c 2019-04-29 12:33:26.000000000 -0400
+++ Argyll_V2.1.1_20point/spectro/dispcal.c 2019-05-26 07:40:16.662940045 -0400
@@ -3105,7 +3105,7 @@
int c;
/* Print the menue of adjustments */
- printf("\nPress 1 .. 7\n");
+ printf("\nPress 1 .. 7 or a .. u\n");
printf("1) Black level (CRT: Offset/Brightness)\n");
printf("2) White point (Color temperature, R,G,B, Gain/Contrast)\n");
@kevinlekiller
kevinlekiller / apply_patch.sh
Last active May 31, 2018 21:30
Reduces the POP noise when switching outputs on the Asus Xonar Essence STX (ST also probably). Linux Kernel Patch.
#!/bin/bash
MAKE_FLAGS="-j8"
<<About
This script compiles the snd_oxygen_lib/snd_oxygen/snd_virtuoso modules with the patch in this gist and installs them.
You will need to rerun this every time you use a new kernel.
Tested on Arch Linux (Kernel 4.4).
Copyright (C) 2016 kevinlekiller