lsbom -f /Library/Apple/System/Library/Receipts/com.apple.pkg.RosettaUpdateAuto.bom
Or
ls /usr/libexec/rosetta
#!/bin/bash | |
# Usage: ./glitchify.sh /path/to/your/input.jpg | |
# https://chatgpt.com/share/680d6d83-c9d8-8005-8c29-252270e9179b | |
# Check for input argument | |
if [ "$#" -ne 1 ]; then | |
echo "Usage: $0 /path/to/your/input.jpg" | |
exit 1 | |
fi |
{ | |
"version": "2.1.0", | |
"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json", | |
"runs": [ | |
{ | |
"tool": { | |
"driver": { | |
"name": "Brakeman", | |
"informationUri": "https://brakemanscanner.org", | |
"semanticVersion": "4.10.0", |
This 🚧 work-in-progress 🚧 playbook for developing and delivering webinar content, with a focus on delivering live demos...
So you want to commit changes generated by a GitHub Actions workflow back to your repo, and have that commit signed automatically?
Here's one way this is possible, using the REST API, the auto-generated GITHUB_TOKEN
, and the GitHub CLI, gh
, which is pre-installed on GitHub's hosted Actions runners.
You don't have to configure the git
client, just add a step like the one below... Be sure to edit FILE_TO_COMMIT
and DESTINATION_BRANCH
to suit your needs.
{ | |
resource(url: "https://github.com/microsoft/vscode/issues/10121") { | |
... on Issue { | |
url | |
title | |
timelineItems(first: 50, itemTypes: [CROSS_REFERENCED_EVENT]) { | |
edges { | |
node { | |
... on CrossReferencedEvent { | |
source { |
#!/bin/bash | |
# enable job control | |
set -m | |
port="${1:-8000}"; | |
# start server, in background | |
python -m http.server $port & |
{ | |
AKDeviceUnlockState = 0; | |
AKLastCheckInAttemptDate = "2020-04-03 14:54:49 +0000"; | |
AKLastCheckInSuccessDate = "2020-04-03 14:54:51 +0000"; | |
AKLastEmailListRequestDateKey = "2020-03-03 16:56:46 +0000"; | |
AKLastIDMSEnvironment = 0; | |
"Apparent Doxie Go" = 1; | |
"Apple Inc. Apple Mobile Device (Recovery Mode)" = 1; | |
"Apple Inc. Apple TV Remote" = 1; | |
"Apple Inc. Magic Trackpad 2" = 1; |