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 | |
mode="default" | |
height=20 | |
width=40 | |
choice_height=19 | |
function sel_mode { | |
backtitle="Select if default or failsafe" | |
title="muh" |
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
import weechat | |
weechat.register("inxi", "Flummi", "0.1", "GPL3", "Print Sysinfo in WeeChat", "", "") | |
cmd_hook_process = '' | |
cmd_buffer = '' | |
cmd_stdout = '' | |
def inxi_cb(data, buffer, args): | |
"""Callback for /inxi command.""" |
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 Accesskeys ftw | |
// @version 1.1 | |
// @description Schnellzauber mit shift+Zahl nutzen statt über die üblichen Accesskeys. | |
// @author Flummi | |
// @namespace Flummi | |
// @match http*://*.freewar.de/freewar/internal/*.php* | |
// @grant none | |
// ==/UserScript== |
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 Accesskeys ftw beta | |
// @version 1.3 | |
// @description Accesskeyoverhaul | |
// @author Flummi | |
// @namespace Flummi | |
// @match http*://*.freewar.de/freewar/internal/*.php* | |
// @grant none | |
// ==/UserScript== |
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
<domain type='kvm' id='1' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> | |
<name>win10</name> | |
<uuid>cb265123-09d2-4f30-9842-24467090a03a</uuid> | |
<metadata> | |
<libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0"> | |
<libosinfo:os id="http://microsoft.com/win/10"/> | |
</libosinfo:libosinfo> | |
</metadata> | |
<memory unit='KiB'>8388608</memory> | |
<currentMemory unit='KiB'>8388608</currentMemory> |
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 Speedport Pro Tweaks | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description try to take over the world! | |
// @author Flummi | |
// @match http://192.168.2.1/5.5/gui/* | |
// @match http://speedport.ip/5.5/gui/* | |
// @grant none | |
// ==/UserScript== |