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
.TH "usenew" "1" | |
.PP | |
.TH "usenew" "1" | |
.SH "SYNOPSIS" | |
.PP | |
<command/file> | |
.PP | |
.SH "OPTIONS" | |
.SS "general options:" |
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/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, |
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
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"); |
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 | |
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 |
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
#------------------------------------------------------------------# | |
# File: .zshrc ZSH resource file # | |
# Version: 0.1.16 # | |
# Author: Øyvind "Mr.Elendig" Heggstad <[email protected]> # | |
#------------------------------------------------------------------# | |
. /etc/profile | |
#------------------------------ | |
# History stuff | |
#------------------------------ | |
HISTFILE=~/.histfile |
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/sh | |
rm -rf /tmp/CGLog_firefox* |
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/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 |
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
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] |
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
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] |
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
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] |
OlderNewer