openpgp4fpr:e173237ac782296d98f5adace13dfd4b47127951
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
version: '3' | |
services: | |
concourse-db: | |
image: postgres:14 | |
volumes: | |
- './concourse-db-data:/var/lib/postgresql/data' | |
environment: | |
POSTGRES_DB: concourse | |
POSTGRES_USER: concourse |
This is a collection of foes I have collected over time. This is all my personal opinion of some DDNet players. If you think you shouldn't belong here, contact me and we can talk about it. I only added them with their respective name and added the reason as clan.
So add_foe "Scrumplex" "idiot"
would mean that I deem myself as an idiot.
I will probably extend this list over time, so feel free to check this out every now and then.
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
// Original rules: https://github.com/coldfix/udiskie/wiki/Permissions | |
// Changes: Added org.freedesktop.udisks2.filesystem-mount-system, as this is used by Dolphin. | |
polkit.addRule(function(action, subject) { | |
var YES = polkit.Result.YES; | |
// NOTE: there must be a comma at the end of each line except for the last: | |
var permission = { | |
// required for udisks1: | |
"org.freedesktop.udisks.filesystem-mount": YES, | |
"org.freedesktop.udisks.luks-unlock": YES, |
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 | |
_term() { | |
pkill -f -9 $HOME/.local/share/Steam/ubuntu12_32/steam | |
} | |
trap _term EXIT | |
sleep infinity |
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
function clock() { | |
var time = new Date(), | |
hours = time.getHours(), | |
minutes = time.getMinutes(), | |
seconds = time.getSeconds(); | |
document.querySelectorAll('.clock')[0].innerHTML = harold(hours) + ":" + harold(minutes) + ":" + harold(seconds); | |
function harold(standIn) { | |
if (standIn < 10) { | |
standIn = '0' + standIn |
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
document.getElementById('logo-container').href = '/feed/subscriptions'; |