This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
Copyright (C) 2023 kevincs | |
This program is free software; you can redistribute it and/or | |
modify it under the terms of the GNU General Public License | |
as published by the Free Software Foundation; either version 2 | |
of the License, or (at your option) any later version. | |
This program is distributed in the hope that it will be useful, | |
but WITHOUT ANY WARRANTY; without even the implied warranty of | |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
GNU General Public License for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
Copyright (C) 2023 kevincs | |
This program is free software; you can redistribute it and/or | |
modify it under the terms of the GNU General Public License | |
as published by the Free Software Foundation; either version 2 | |
of the License, or (at your option) any later version. | |
This program is distributed in the hope that it will be useful, | |
but WITHOUT ANY WARRANTY; without even the implied warranty of | |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
GNU General Public License for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0'?> | |
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> | |
<fontconfig> | |
<its:rules version="1.0" xmlns:its="http://www.w3.org/2005/11/its"> | |
<its:translateRule selector="/fontconfig/*[not(self::description)]" translate="no"/> | |
</its:rules> | |
<!-- | |
Artificial oblique for fonts without an italic or oblique version | |
--> | |
<match target="font"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# GNU GPLv2 | |
# Simple bash script to control TPLink Kasa dimmers (HS220 for example). | |
# Turn on or off Kasa dimmer: KASA_HOST=192.168.1.2 ./dimmer | |
# Set brightness of the dimmer: KASA_HOST=192.168.1.2 ./dimmer [1-100] | |
KASA_HOST=${KASA_HOST:-192.168.1.144} | |
if ! which kasa &> /dev/null; then | |
echo "ERROR: The kasa executable is required, see https://github.com/python-kasa/python-kasa" | |
exit 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# GPLv2 | |
# Start like this to update RuneScape launcher: UPDATE_RUNESCAPE=1 ./run.sh | |
#-------------------------------------------- | |
WD=$(realpath "$(dirname "$0")") | |
runescape=$(realpath "$WD/runescape") | |
UPDATE_RUNESCAPE=${UPDATE_RUNESCAPE:-0} | |
if [[ ! $UPDATE_RUNESCAPE -eq 0 ]]; then | |
rm -f "$runescape" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Burrito overlay, put burrito_link.exe and burrito.x86_64 in the game folder. | |
echo -e "@echo off\nstart burrito_link.exe\nstart Gw2-64.exe -provider Steam\nexit" > gw2.bat; echo -e "DXVK_ASYNC=1 MANGOHUD=1 $(echo %command% | sed "s/Guild Wars 2\/Gw2-64\.exe.*$/\"Guild Wars 2\"\/gw2.bat/") &\nsleep 60\nchmod u+x burrito.x86_64\n./burrito.x86_64" > gw2.sh; sh gw2.sh | |
# Blish HUD, put the Blish.HUD folder in the game directory. | |
BHDIR=$(realpath "$(find -iname "Blish.HUD*")"); rm -f BlishHUD; ln -s "$BHDIR" BlishHUD; rm -f BlishHUD/BlishHUD.exe; ln -s "$BHDIR/Blish HUD.exe" BlishHUD/BlishHUD.exe; echo -e "@echo off\nstart Gw2-64.exe -provider Steam -autologin\nping -n 60 127.0.0.1>nul\ncd BlishHUD\nstart BlishHUD.exe\nexit" > gw2.bat; DXVK_ASYNC=1 MANGOHUD=1 eval $(echo %command% | sed "s/Guild Wars 2\/Gw2-64\.exe.*$/\"Guild Wars 2\"\/gw2.bat/") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// LICENSE | |
// ======= | |
// Copyright (c) 2017-2019 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 all copies or substantial portions of the |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Copyright 2020 Morgan McGuire & Mara Gagiu. | |
Provided under the Open Source MIT license https://opensource.org/licenses/MIT | |
by Morgan McGuire and Mara Gagiu. | |
*/ | |
/*============================================================================= | |
ReShade 4 effect file | |
github.com/martymcmodding |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*============================================================================= | |
ReShade 4 effect file | |
github.com/martymcmodding | |
Rough port of CMAA2 to ReShade by Pascal Gilcher | |
I do not claim any copyright to any of the work used in this product | |
CMAA2 (Copyright (c) 2018, Intel Corporation) is licensed under | |
http://www.apache.org/licenses/LICENSE-2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name simplelogin.io mass enable mailboxes | |
// @namespace kevinlekiller/simplelogin.io | |
// @include https://app.simplelogin.io/* | |
// @version 1.1 | |
// @description Mass enable all mailboxes for aliases on the current page on simplelogin.io | |
// @licence gpl-3.0 https://www.gnu.org/licenses/gpl-3.0.html | |
// @author kevinlekiller | |
// ==/UserScript== | |
async function mass_enable() { |
NewerOlder