Skip to content

Instantly share code, notes, and snippets.

View cacaspy's full-sized avatar
🐵
Focusing

cacaspy cacaspy

🐵
Focusing
View GitHub Profile
@harubaru
harubaru / wd1-3-release.md
Last active June 29, 2024 14:19
Official Release Notes for Waifu Diffusion 1.3
@alvp
alvp / wine-breeze-dark-theme.md
Created August 11, 2022 09:14 — forked from Zeinok/wine-breeze-dark-theme.md
Breeze Dark theme for Wine

Made possible with this reddit post.

Install

wine regedit wine-breeze-dark.reg

Uninstall (Reset Wine color scheme)

wine regedit wine-reset-theme.reg

@alissondangelo
alissondangelo / wine-breeze-dark-theme.md
Created August 2, 2022 16:15 — forked from Zeinok/wine-breeze-dark-theme.md
Breeze Dark theme for Wine

Made possible with this reddit post.

Install

wine regedit wine-breeze-dark.reg

Uninstall (Reset Wine color scheme)

wine regedit wine-reset-theme.reg

@cyclonejet
cyclonejet / wine-breeze-dark-theme.md
Created August 2, 2022 10:59 — forked from Zeinok/wine-breeze-dark-theme.md
Breeze Dark theme for Wine

Made possible with this reddit post.

Install

wine regedit wine-breeze-dark.reg

Uninstall (Reset Wine color scheme)

wine regedit wine-reset-theme.reg

@Morfly
Morfly / shader.frag
Last active September 5, 2022 03:31
// triangle/shaders/shader.frag
#version 450
layout(location = 0) in vec3 fragColor;
layout(location = 0) out vec4 outColor;
void main() {
outColor = vec4(fragColor, 1.0);
}
@Chromulent
Chromulent / Windows 10 Optimization Script.ps1
Created February 7, 2022 16:26
Windows 10 Optimization Script
##########
# Win10 Optimization Script With Extra GPD Win Tweaks
# Adapted version of https://github.com/Disassembler0/Win10-Initial-Setup-Script by Disassembler <disassembler@dasm.cz>
# Author: BlackDragonBE
# Version: v2.2.1 (2017-12-02)
# Copied from https://www.reddit.com/r/gpdwin/comments/6ipa6c/windows_10_optimization_script_for_gpd_win/
##########
# As a workaround for disabled script execution, run this command (without #) in an elevated PowerShell windows first and choose "all" if you're asked where to apply this:
# Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
@ryuukk
ryuukk / loudness.json
Last active November 16, 2022 21:12
EasyEffects Loudness preset
{
"output": {
"bass_enhancer#0": {
"amount": 5.0,
"blend": 0.0,
"bypass": false,
"floor": 20.0,
"floor-active": false,
"harmonics": 8.5,
"input-gain": 0.0,
@luisoos
luisoos / NoRecoilScript.lua
Last active December 30, 2023 16:22
Logitech G No Recoil Script
EnablePrimaryMouseButtonEvents (true);
function OnEvent(event,arg)
if IsKeyLockOn("Capslock")then
if IsMouseButtonPressed(3)then
repeat
if IsMouseButtonPressed(1) then
repeat
MoveMouseRelative(0,1) -- This changes the "stage" of the recoil hold // 0.4 is hard, 0.1 less hard!
Sleep(9)
until not IsMouseButtonPressed(1)
@NeoNeqs
NeoNeqs / debloater.md
Last active April 17, 2023 03:40
Windows Debloater

Windows FDE

A list of tasks, scripts and settings to debloat a Windows machine. Some parts of this gist are tailored specifaclly for my needs so you might wanna adjust them for yourself.

Starting from Windows 10 instalation:

  1. Backup all data
  2. Clean reset the PC
  3. Install lastest updates
  4. Download Windows 11 Installation Assistant: https://www.microsoft.com/en-us/software-download/windows11
@MateusRodCosta
MateusRodCosta / Improved Microphone (Male voices, with Noise Reduction).json
Last active June 9, 2024 09:40
An EasyEffects preset created for input devices (intended for Microphones). Please read the README.md.
{
"input": {
"blocklist": [],
"compressor": {
"attack": 20.0,
"boost-amount": 6.0,
"boost-threshold": -72.0,
"hpf-frequency": 10.0,
"hpf-mode": "off",
"input-gain": 0.0,