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 / 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");
@Thaodan
Thaodan / youget
Last active December 21, 2015 06:38
youget youtube video converter
#!/bin/sh
# download youtube videos and convert their soundline in Mp3 or Ogg vorbis file
# Copyright (C) 2013 Björn Bidar
#
# 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,
@Thaodan
Thaodan / usenew.1
Created July 23, 2013 23:17
how it should not look like
.TH "usenew" "1"
.PP
.TH "usenew" "1"
.SH "SYNOPSIS"
.PP
<command/file>
.PP
.SH "OPTIONS"
.SS "general options:"
@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*