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
# Automator Action (Schnellaktion) using a shell script: | |
# Name "Screenshot Selektion als Text in Zwischenablage" | |
# V1.0.3 2012 - 20240825_144319-acsr needs tesseract installed using Homebrew | |
# https://support.apple.com/de-de/guide/automator/welcome/mac | |
# To install homebrew visit https://brew.sh/ this may differ by processor platform Intel or Apple Silicon / M, you may need to install the free XCode from Apple as well. | |
# Beware: If you do not have access to an Administrator account on you mac, ask your staff. | |
# Using the Shortcut does not need admin privileges but the install! | |
# Terminal install command for tesseract and languages: `brew install tesseract tesseract-lang` | |
# current versions: tesseract 5.4.1, tesseract-lang 4.1.0 |
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
#!/usr/bin/env python3 | |
"""Remove Firefox Screenshot Timestamps.py | |
Filter out the [[datetime]] default String from a Firefox [[Screenshot]] | |
@Copyright 2022-2024 by Armin Stross-Radschinski, ACSR industrialdesign [email protected] | |
Licence: MIT, do what you like | |
Have fun |
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
#!/usr/bin/env python3 | |
"""Remove GoFullscreen Screenshot Timestamps.py | |
Filter out the [[datetime]] default String from a GoFullscreen [[Screenshot]] | |
@Copyright 2022-2024 by Armin Stross-Radschinski, ACSR industrialdesign [email protected] | |
Licence: MIT, do what you like | |
Have fun |
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
(* | |
Applescript: | |
Get_IMAP_account_subfolder_path.scpt | |
V 1.0.0 Copyright © 2009-2024 ACSR Industrialdesign. 20240108 17:21:17 acsr Armin Carl Stroß-Radschinski | |
You may incorporate this code into your program(s) without | |
restriction. This ACSR sample code has been provided "AS IS" and the | |
responsibility for its operation is yours. You are not permitted to | |
redistribute this ACSR sample code as "ACSR sample code" after having |
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
#!/usr/bin/env python3 | |
"""Remove macOS Screenshot DE Timestamps.py | |
Filter out the [[datetime]] default String for MacOS DE from a [[Screenshot]] | |
@Copyright 2023 by Armin Stross-Radschinski, ACSR industrialdesign [email protected] | |
Licence: MIT, do what you like | |
Have fun |
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
<%- for (const item of it.items) { | |
const [ , kind, lib, key ] = item.uri.match(/^https?:\/\/zotero\.org\/(users|groups)\/((?:local\/)?[^/]+)\/items\/(.+)/) | |
const select = (kind === 'users') ? `zotero://select/library/items/${key}` : `zotero://select/groups/${lib}/items/${key}` | |
const relations = [] | |
if (item.relations) { | |
for (const [kind, rels] of Object.entries(item.relations)) { | |
for (const rel of rels) { | |
relations.push(rel) | |
} |
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
#!python3 | |
''' | |
This is one of the simplest examples for the Pythonista Keyboard. | |
It puts a wrapper around the selection or adds the pair to the cursor position, | |
e.g. some brackets. | |
You need to add exactly two arguments to the calling shortcut button seperated by a space. | |
The script takes the first and puts it in fromnt of the selection, and the seacond after the selection. |
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
/* Public Logseq custom.css file by acsr, Armin Stroß-Radschinski | |
Licence MIT, do what you want, but quote me | |
20230418_165949-Rev.2 | |
*/ | |
/* removed for helium plugin | |
iframe[id^='youtube-player'] { | |
height: 700px !important; | |
}*/ |
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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
;;;;; | |
;;;;; CycleSpaces P4D Desktop Joystick Mouse Simulation via F1-F4 | |
;;;;; | |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
/* | |
SimulateP4DDesktopMouseFunctionKeys.ahk script based on: | |
Windows Scripting Environment: https://www.autohotkey.com |
NewerOlder