Skip to content

Instantly share code, notes, and snippets.

info: Enabled instance layers:
info: Enabled instance extensions:
info: VK_KHR_surface
info: VK_KHR_win32_surface
err: DxgiAdapter::CheckInterfaceSupport: No D3D10 support
info: Enabled instance layers:
info: Enabled instance extensions:
info: VK_KHR_surface
info: VK_KHR_win32_surface
err: DxgiAdapter::CheckInterfaceSupport: No D3D10 support
@Thaodan
Thaodan / openpgp.txt
Created January 11, 2017 00:51
Verknüpfte OpenKeychain-Identität
Dieses Gist bestätigt die Verknüpfte-Identität innerhalb meines OpenPGP-Schlüssels und verknüpft es mit diesem GitHub-Benutzerkonto.
Token des Nachweises:
[Verifying my OpenPGP key: openpgp4fpr:bbfe2fd421597395e4fc8c8df6c85fee79d661a4]
@Thaodan
Thaodan / openpgp.txt
Created January 11, 2017 00:49
Verknüpfte OpenKeychain-Identität
Dieses Gist bestätigt die Verknüpfte-Identität innerhalb meines OpenPGP-Schlüssels und verknüpft es mit diesem GitHub-Benutzerkonto.
Token des Nachweises:
[Verifying my OpenPGP key: openpgp4fpr:bbfe2fd421597395e4fc8c8df6c85fee79d661a4]
@Thaodan
Thaodan / openpgp.txt
Created January 11, 2017 00:38
Verknüpfte OpenKeychain-Identität
Dieses Gist bestätigt die Verknüpfte-Identität innerhalb meines OpenPGP-Schlüssels und verknüpft es mit diesem GitHub-Benutzerkonto.
Token des Nachweises:
[Verifying my OpenPGP key: openpgp4fpr:bbfe2fd421597395e4fc8c8df6c85fee79d661a4]
@Thaodan
Thaodan / openpgp.txt
Created January 11, 2017 00:37
Verknüpfte OpenKeychain-Identität
Dieses Gist bestätigt die Verknüpfte-Identität innerhalb meines OpenPGP-Schlüssels und verknüpft es mit diesem GitHub-Benutzerkonto.
Token des Nachweises:
[Verifying my OpenPGP key: openpgp4fpr:bbfe2fd421597395e4fc8c8df6c85fee79d661a4]
#!/bin/sh
RFKILL=/usr/sbin/rfkill
BT_SLEEP=/proc/bluetooth/sleep/proto
FIRMWARE=/persist
HCI_DEVICE=/dev/ttyHSL0
HCI_INIT=/system/bin/hci_qcomm_init
HCI_ATTACH=/usr/sbin/hciattach
HCI_TRANSPORT=smd
BT_POWER_CLASS=2
@Thaodan
Thaodan / CG_log_firefox_clean.sh
Last active August 29, 2015 14:10
remove core graphics log
#!/bin/sh
rm -rf /tmp/CGLog_firefox*
@Thaodan
Thaodan / zshrc
Created March 19, 2014 05:43
zshrc
#------------------------------------------------------------------#
# File: .zshrc ZSH resource file #
# Version: 0.1.16 #
# Author: Øyvind "Mr.Elendig" Heggstad <mrelendig@har-ikkje.net> #
#------------------------------------------------------------------#
. /etc/profile
#------------------------------
# History stuff
#------------------------------
HISTFILE=~/.histfile
@Thaodan
Thaodan / gw2
Created February 13, 2014 15:22
#!/bin/bash
APPNAME="Guild Wars 2"
PREFIX=/home/bidar/.local/share/wineprefixes/gw2
APPPATH="$PREFIX/drive_c/Program Files/Guild Wars 2"
commands_s=( g e h )
commands_l=( game end help )
exe=( _game kill_exe display_help )
wine_args="explorer /desktop=Guildwars2,1024x768"
WDEBUG=fixme-all
LIBUSEAPP_LVL=2
@Thaodan
Thaodan / afkfps.lua
Last active December 27, 2015 00:38
local frame = CreateFrame("FRAME");
frame.RegisterEvent("ADDON_LOADED");
frame.SetScript("OnEvent", __main);
local function __main()
local afk_MaxFPS = 5;
local nafk_MaxFPS = 30;
if ADDON_LOADED then
while 1 do
if IsChatAFK() then
nafk_MaxFPS = GetCvar("MaxFPS");