This gist contains 40 test images for use with the GFA-Renamer utility. Therefore, this gist will likely never be updated agaim, unless explicitly asked for.
16.04.2023 11:09
~Gw
/* | |
script() - class for common script management. | |
This is based on the example script-class written by RaptorX (https://github.com/RaptorX/ScriptObj), | |
since that project does not have a license attached to it. | |
*/ | |
class script { | |
static DBG_NONE := 0 | |
,DBG_ERRORS := 1 | |
,DBG_WARNINGS := 2 | |
,DBG_VERBOSE := 3 |
This gist contains 40 test images for use with the GFA-Renamer utility. Therefore, this gist will likely never be updated agaim, unless explicitly asked for.
16.04.2023 11:09
~Gw
; --uID:2340782430 | |
; Metadata: | |
; Snippet: ttip ; (v.0.2.1) | |
; -------------------------------------------------------------- | |
; Author: Gewerd Strauss | |
; License: MIT | |
; -------------------------------------------------------------- | |
; Library: Personal Library | |
; Section: 21 - ToolTips | |
; Dependencies: / |
BEGIN:VCALENDAR | |
PRODID:-//twitch.tv//StreamSchedule//1.0 | |
VERSION:2.0 | |
CALSCALE:GREGORIAN | |
REFRESH-INTERVAL;VALUE=DURATION:PT6H | |
X-PUBLISHED-TTL:PT6H | |
NAME:Streaming Scheduler | |
X-WR-CALNAME:Streaming Scheduler | |
BEGIN:VEVENT |
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
; #Warn ; Enable warnings to assist with detecting common errors. | |
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
#SingleInstance, Force | |
SysGet, vMoncnt, MonitorCount | |
Menu, Tray, Icon, C:\windows\system32\shell32.dll,138 ;Set custom Script icon | |
;#Include <scriptObj/scriptObj> | |
CreditsRaw= | |
(LTRIM |
launch.json | |
.vscode/ | |
.git/ |
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
#SingleInstance,Force | |
#Persistent | |
;#Warn All ; Enable warnings to assist with detecting common errors. | |
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
SetBatchLines -1 | |
SetTitleMatchMode, 2 | |
;;_____________________________________________________________________________________ | |
;{#[File Overview] |
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
#SingleInstance,Force | |
#Persistent | |
#NoTrayIcon | |
;#Warn All ; Enable warnings to assist with detecting common errors. | |
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
SetBatchLines -1 | |
SetTitleMatchMode, 2 | |
;}______________________________________________________________________________________ |