Skip to content

Instantly share code, notes, and snippets.

@JySzE
JySzE / mpv.conf
Last active March 9, 2025 07:06
JySzE MPV Config
# Version 3.0
# 03/08/2025
###############################################################################################################################################
# Player GUI Options
###############################################################################################################################################
# Adjust all as needed.
@dkaraush
dkaraush / oklch2rgb.js
Last active March 11, 2025 18:18
conversion OKLCH into RGB and RGB into OKLCH in js, simplified
const multiplyMatrices = (A, B) => {
return [
A[0]*B[0] + A[1]*B[1] + A[2]*B[2],
A[3]*B[0] + A[4]*B[1] + A[5]*B[2],
A[6]*B[0] + A[7]*B[1] + A[8]*B[2]
];
}
const oklch2oklab = ([l, c, h]) => [
l,
@yeezylife
yeezylife / adaptive-sharpen.glsl
Last active February 18, 2025 01:22 — forked from igv/adaptive-sharpen.glsl
LUMA version of igv's adaptive-sharpen.With curve_height 0.1 and only works when downscaling is needed.
// Copyright (c) 2015-2021, bacondither
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
// 1. Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer
// in this position and unchanged.
// 2. Redistributions in binary form must reproduce the above copyright
@agyild
agyild / FSR.glsl
Last active March 10, 2025 00:18
AMD FidelityFX Super Resolution v1.0.2 for mpv
// Copyright (c) 2021 Advanced Micro Devices, Inc. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
@travisbrown
travisbrown / mcclay_roman-followers.csv
Created January 3, 2022 13:49
Accounts following mcclay_roman before it was suspended
49578113 lucknau
2900836041 lolxkeyscore
1140699248 JohnJonrwn
1471976627538214912 smug_ghoul
1090746712988229632 machiavellian47
1250591303500476416 FatThesoldier
3004333383 brockreiss
1470524460461694976 eniworef
178935753 thekarate
1109262833387257857 end_history
@scheibo
scheibo / gen1ou.txt
Created December 3, 2018 02:53
Gen 1 - OU Teams
=== [gen1ou] marcoasd 2014 ===
Gengar
- Hypnosis
- Thunderbolt
- Night Shade
- Explosion
Chansey
- Ice Beam
@shabbir-hasan
shabbir-hasan / mpv.conf
Created July 29, 2018 14:43
MPV Configuration (mpv.conf) on Windows 10 Pro
# vim: syntax=config
###########
# General #
###########
priority=high
input-ipc-server=/tmp/mpvsocket # listen for IPC on this socket
load-stats-overlay=yes # use local stats.lua
.tab-background {
border-radius: 6px 6px 0 0 !important;
margin-block: 0 !important;
outline: none !important;
}
.tab-background:is([selected], [multiselected]) {
box-shadow: none !important;
}
@mutin-sa
mutin-sa / Top_Public_Time_Servers.md
Last active March 13, 2025 01:41
List of Top Public Time Servers

Google Public NTP [AS15169]:

time.google.com

time1.google.com

time2.google.com

time3.google.com

@wdormann
wdormann / disable_win10_foistware.reg
Created January 2, 2018 23:15
Attempt at disabling Windows 10 automatic installation of 3rd-party foistware
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy]
"Disabled"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"SubscribedContent-338388Enabled"=dword:00000000