Skip to content

Instantly share code, notes, and snippets.

@scorpius2k1
scorpius2k1 / equalizer.lua
Created April 2, 2024 20:54 — forked from avih/equalizer.lua
Visual equalizer script for mpv
--[[
mpv 5-bands equalizer with visual feedback.
Copyright 2016 Avi Halachmi ( https://github.com/avih )
License: public domain
Default config:
- Enter/exit equilizer keys mode: ctrl+e
- Equalizer keys: 2/w control bass ... 6/y control treble, and middles in between
- Toggle equalizer without changing its values: ctrl+E (ctrl+shift+e)
@scorpius2k1
scorpius2k1 / index.html
Created December 17, 2022 00:29 — forked from MrChuffmanSnippets/index.html
HTML5: Blank Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
@scorpius2k1
scorpius2k1 / update_lutris-ge.sh
Created August 30, 2022 13:06 — forked from Senshi00/update_lutris-ge.sh
wine-ge-custom update script (does not update LoL vesion)
#!/bin/bash
latesturi="https://api.github.com/repos/GloriousEggroll/wine-ge-custom/releases/latest"
lutris="$HOME/.local/share/lutris/runners/wine"
echo "Currently installed Lutris-GE version/s $(find $lutris -name "lutris-ge*" -type d -print) will be removed and updated."
echo
echo "Waiting for 10 seconds before proceeding with update ..."
sleep 10
# Create and switch to temporary directory
@scorpius2k1
scorpius2k1 / archlinux-qemu-kvm.md
Created January 8, 2022 18:06 — forked from tatumroaquin/archlinux-qemu-kvm.md
QEMU-KVM Installation for Arch Linux

Arch Linux QEMU-KVM

install all necessary packages

sudo pacman -S virt-manager virt-viewer qemu qemu-arch-extra \
ovmf vde2 ebtables dnsmasq bridge-utils openbsd-netcat

enable libvirt daemon

@scorpius2k1
scorpius2k1 / discord.msg.send.php
Created February 24, 2021 16:04 — forked from Mo45/discord.msg.send.php
PHP - Send message to Discord via Webhook
<?php
//=======================================================================================================
// Create new webhook in your Discord channel settings and copy&paste URL
//=======================================================================================================
$webhookurl = "YOUR_WEBHOOK_URL";
//=======================================================================================================
// Compose message. You can use Markdown
// Message Formatting -- https://discordapp.com/developers/docs/reference#message-formatting