Skip to content

Instantly share code, notes, and snippets.

View mark05e's full-sized avatar

mark05E mark05e

View GitHub Profile
# IndiaNSE.pm
#
# Copyright (C) 1998, Dj Padzensky <[email protected]>
# Copyright (C) 1998, 1999 Linas Vepstas <[email protected]>
# Copyright (C) 2000, Yannick LE NY <[email protected]>
# Copyright (C) 2000, Paul Fenwick <[email protected]>
# Copyright (C) 2000, Brent Neal <[email protected]>
# Copyright (C) 2013, Manoj Kumar <https://lists.gnucash.org/pipermail/gnucash-user/2015-August/061672.html>
# Copyright (C) 2020, Mark <https://gist.github.com/mark05e>,
# Philip <https://www.pcnworld.com/>

Executor launcher - Switch between Windows by typing

Requirements: SwichToTask.zip (Ref)

Open Executor Settings > Keywords > Right-Click Add...

Keyword=`` (double tick)
Command=Path\to\SwitchToTask.exe
Parameters=`$P$`
Comment=`Switch to running application [Reg Expression on window handle title]`

{
"homepage": "https://www.bcuninstaller.com/",
"description": "Bulk program uninstaller with advanced automation.",
"license": "Apache-2.0",
"version": "4.16",
"url": "https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v4.16/BCUninstaller_4.16_portable.zip",
"hash": "d383996cc87a82bbb6c51f775d711c887db6e44687d848b6fb0792fde703d548",
"bin": [
"BCUninstaller.exe",
"BCU-console.exe",
{
"homepage": "https://github.com/imDema/FreeMove",
"version": "2.1.0",
"description": "A small program to move directories without breaking shortcuts or installations",
"license": {
"identifier": "GPL-3.0-only",
"url": "https://github.com/imDema/FreeMove/blob/master/LICENSE.txt"
},
"url": "https://github.com/imDema/FreeMove/releases/download/2.1.0/FreeMove.exe",
"hash": "3393141632520238F5CBB6BC188463124BC2E2D1BF23DDC9D6DE69482695842B",
{
"description": "A free and open-source personal accounting software.",
"homepage": "http://homebank.free.fr",
"license": "GPL-2.0-or-later",
"version": "5.4.2",
"url": "http://homebank.free.fr/public/HomeBank-5.4.2-setup.exe",
"hash": "454a72591472355202663e5a7c4562deb6a7b96214ec97615d8788a9c40a80f0",
"innosetup": true,
"installer": {
"script": [
{
"version": "1.66.1",
"description": "Essential network bandwidth usage monitor",
"homepage": "https://www.venea.net/web/nettraffic",
"license": "Freeware",
"url": "https://files03.tchspt.com/temp/NetTraffic1.66.1.zip#/dl.7z",
"hash": "dda5a1e6c25750be078d851d09613c17b7f735078625ad10302edf072817ee65",
"pre_install": [
"Expand-7zipArchive \"$dir\\NetTraffic $version.exe\" -Removal",
"Remove-Item \"$dir\\`$*\", \"$dir\\uninstall.exe\" -Recurse"
{
"homepage": "https://www.bulkrenameutility.co.uk",
"version": "3.3.2.0",
"license": {
"identifier": "Proprietary",
"url": "https://www.bulkrenameutility.co.uk/License.php"
},
"description": "File renaming software for Windows.",
"url": "https://www.bulkrenameutility.co.uk/swmirror/BRU_setup.exe",
"hash": "md5:cf88c3ee0cf39efc7eca43c1ab680858",
{
"version": "0.19.4",
"description": "RSS/Atom news feeds reader",
"homepage": "https://quiterss.org/en",
"license": "GPL-3.0-only",
"url": "https://quiterss.org/files/0.19.4_/QuiteRSS-0.19.4.zip",
"hash": "md5:84e44cac789dea9dbf3746130c0ea02b",
"extract_dir": "QuiteRSS-0.19.4",
"pre_install": [
"$conf = 'feeds.db', 'QuiteRss.ini'",
{
"version": "5.1.0",
"description": "A full-featured screen capture tool, intuitive image editor, color picker and more",
"homepage": "https://picpick.app",
"license": {
"identifier": "Shareware",
"url": "https://picpick.app/en/download"
},
"url": "https://www.picpick.org/releases/latest/picpick_portable.zip",
"hash": "4d880d39b852fa791540b67e2fea2af1a547514691b59b8bd852bfd8b0449592",
@mark05e
mark05e / acr-db-backup-v15.cmd
Created June 11, 2020 09:13
AVAYA Contact Recorder DB Backup script
:: Mark's AVAYA Contact Recorder (ACR) v15.x DB Backup script (Windows)
:: ref - https://support.avaya.com/ext/index?page=content&id=SOLN327684
@echo off
:: Set Variables
set "pg_dump_exe=D:\Avaya\ACRDB96\pgsql\bin\pg_dump.exe"
set "backup_path=D:\acrdbbackup\"
set "PGPASSWORD_postgres=postgrespassword"
set "PGPASSWORD_eware=ewarepassword"