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
020-12-14 14:26:48 WARNING (SyncWorker_9) [urllib3.connectionpool] Connection pool is full, discarding connection: api.somfy.com | |
2020-12-14 14:26:48 INFO (SyncWorker_9) [backoff] Backing off send_command(...) for 1.0s (requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://api.somfy.com/api/v1/device/1a9c2548-6fdf9c24-7b472372-c2fdb0c2/exec) | |
2020-12-14 14:26:48 WARNING (SyncWorker_4) [urllib3.connectionpool] Connection pool is full, discarding connection: api.somfy.com | |
2020-12-14 14:26:48 INFO (SyncWorker_4) [backoff] Backing off send_command(...) for 1.0s (requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://api.somfy.com/api/v1/device/b1f8116a-23611091-8131b6f7-fbb895fd/exec) | |
2020-12-14 14:26:48 WARNING (SyncWorker_7) [urllib3.connectionpool] Connection pool is full, discarding connection: api.somfy.com | |
2020-12-14 14:26:48 INFO (SyncWorker_7) [backoff] Backing off send_command(...) for 1.0s (requests.exceptions.HTTPError: 500 Server Error: |
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
{ | |
"BTTPresetName" : "Default", | |
"BTTGeneralSettings" : { | |
"BTTPathSampleSize" : 100, | |
"BTTCMOnTop" : true, | |
"BTTForceForceClickPressure2F" : 700, | |
"BSTLeftHalfBlock" : true, | |
"BTTMinDrawingMovement" : 2, | |
"BTTTouchBarMouseModeClickBlock" : true, | |
"BSTRightHalfBlock" : true, |
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
class BrightnessSetter { | |
; qwerty12 - 27/05/17 | |
; https://github.com/qwerty12/AutoHotkeyScripts/tree/master/LaptopBrightnessSetter | |
static _WM_POWERBROADCAST := 0x218, _osdHwnd := 0, hPowrprofMod := DllCall("LoadLibrary", "Str", "powrprof.dll", "Ptr") | |
__New() { | |
if (BrightnessSetter.IsOnAc(AC)) | |
this._AC := AC | |
if ((this.pwrAcNotifyHandle := DllCall("RegisterPowerSettingNotification", "Ptr", A_ScriptHwnd, "Ptr", BrightnessSetter._GUID_ACDC_POWER_SOURCE(), "UInt", DEVICE_NOTIFY_WINDOW_HANDLE := 0x00000000, "Ptr"))) ; Sadly the callback passed to *PowerSettingRegister*Notification runs on a new threadl | |
OnMessage(this._WM_POWERBROADCAST, ((this.pwrBroadcastFunc := ObjBindMethod(this, "_On_WM_POWERBROADCAST")))) |
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
cat movieFormat.txt | |
movieFormat={n} ({y})/{n} ({y}) {" Part $pi"}{" [$vf $vc $ac $af]"}# |
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
<playercorefactory> | |
<players> | |
<player name="MPV" type="ExternalPlayer" audio="false" video="true"> | |
<filename>C:\Program Files\mpv\mpv.exe</filename> | |
<args>-fs "{1}"</args> | |
<hidexbmc>false</hidexbmc> | |
<hideconsole>false</hideconsole> | |
<warpcursor>none</warpcursor> | |
</player> | |
</players> |
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
<?xml version="1.0"?> | |
<root> | |
<item> | |
<name>Programmer's Shift Keys</name> | |
<!-- | |
Author: Carwin Young (@carwin) | |
Last Updated: 2014.07.18 | |
v.1.1 | |
Programmer's Shift Keys |
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
<keymap> | |
<global> | |
<keyboard> | |
<f1>CleanLibrary(video)</f1> <!-- RED BUTTON --> | |
<f2>UpdateLibrary(video)</f2> <!-- GREEN BUTTON --> | |
</keyboard> | |
</global> | |
<FullscreenVideo> | |
<keyboard> | |
<f1>NextSubtitle</f1> <!-- RED BUTTON --> |
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
# | |
# | |
# The Seedbox From Scratch Script | |
# By Notos ---> https://github.com/Notos/ | |
# | |
# | |
###################################################################### | |
# | |
# Copyright (c) 2013 Notos (https://github.com/Notos/) | |
# |
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
Invoke filebot with the @ argument : | |
filebot @arguments.txt | |
arguments.txt | |
--q | |
Chocolat | |
--filter | |
y == 2015 | |
--action | |
test |
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 Format AliExpress Order | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Format the order page from AliExpress to make it pretty for printing | |
// @author Anthony HOCQUET | |
// @match http://trade.aliexpress.com/order_detail.htm?orderId=* | |
// @grant none | |
// ==/UserScript== |
NewerOlder