//Use Estuary here: https://estuary.mcmaster.ca
//playing sounds (samples)
//play bass drum sample
sound "bd"
//same as above but shorter to write
s "bd"
| with open('./TextSubstitutions.plist', 'rb') as _plist: | |
| with open('./TextSubstitutions.csv', 'w') as _csv: | |
| plistfile = plistlib.load(_plist) | |
| csvfile = csv.DictWriter(_csv, fieldnames=['shortcut', 'phrase']) | |
| csvfile.writeheader() | |
| for data in plistfile: | |
| csvfile.writerow(data) |
//Use Estuary here: https://estuary.mcmaster.ca
//playing sounds (samples)
//play bass drum sample
sound "bd"
//same as above but shorter to write
s "bd"
| var rows = Number(%filltext:name=bodyrows:default=2:width=5%); //body of table rows | |
| var cols = Number(%filltext:name=cols:default=4:width=5%); //columns of table | |
| var rows = rows + 2; //add a rows to account for header and seperator | |
| var text = ''; //variable to store the output | |
| for (rCount = 1; rCount <= rows; rCount++) { | |
| for (cCount = 1; cCount <= cols; cCount++) { | |
| if (rCount == 1) { // Header Row Output | |
| if (cCount == 1) { | |
| text += '**%|** |'; |
| \documentclass[sigconf,anonymous=$anonymous$]{acmart} | |
| \usepackage{booktabs} | |
| \usepackage{caption} % http://mirror.easyname.at/ctan/macros/latex/contrib/caption/caption-eng.pdf | |
| \usepackage{balance} % balancing bibstyles as per request in accepted submission | |
| \usepackage{graphicx} | |
| % We will generate all images so they have a width \maxwidth. This means | |
| % that they will get their normal width if they fit onto the page, but | |
| % are scaled down if they would overflow the margins. |
| <script type="text/javascript"> | |
| let testString = '' | |
| testString += '<div style="color: #00A9F8"></div><div style="color: #12345"></div>'; | |
| testString += '<div style="color: 00A9F8"></div><div style="color: #123456"></div>'; | |
| testString += '<div style="color: #fff"></div><div style="color: #000"></div>'; | |
| let regularExpression = /#(?:[0-9a-fA-F]{3}){1,2}/g // btw: this is the same as writing RegExp(/#(?:[0-9a-fA-F]{3}){1,2}/, 'g') | |
| let extractedHexCodes = testString.match(regularExpression); |
| if ((/^localhost/).test(document.location.host)) { | |
| var linkChecker = (function() { | |
| "use strict"; | |
| let links, errors = [], completed = [], errorCounter = 0; | |
| function addStyle(styleString) { | |
| const style = document.createElement("style"); | |
| style.textContent = styleString; | |
| document.head.append(style); | |
| } |
Hello and welcome to my Shortcuts Catalog!
This is a public resource designed to help people get started with Siri Shortcuts and the Shortcuts app.
It’s made up of the Shortcuts Library, a collection of over 125+ shortcuts grouped into folders, and the Action Directory, a documentation of 125+ of the actions in the Shortcuts app used to build shortcuts.
Enjoy!
| const QUOTES_API = 'https://quotes-api.netlify.app/.netlify/functions/get-quote'; | |
| const BG_COLOR = "#000000"; | |
| const BG_IMAGE = true; | |
| let randomQuote = await loadQuote() | |
| let img = null; | |
| // no-background.js is needed from here if BG_IMAGE is set to true | |
| // https://github.com/supermamon/scriptable-no-background |
| Name | Package Id | Version | Source |
|---|---|---|---|
| 7Zip | 7zip.7zip | 19.0.0 | winget |
| Altap Salamander | salamander | choco | |
| Alt-Tab Terminator | alt-tab-terminator | choco | |
| AutoHotkey | Lexikos.AutoHotkey | 1.1.33.02 | winget |
| AutoHotkey Store Edition | HaukeGtze.AutoHotkeypoweredbyweatherlights.com | Latest | msstore (via winget) |
| Carnac |