Keybase proof
I hereby claim:
- I am czottmann on github.
- I am czottmann (https://keybase.io/czottmann) on keybase.
- I have a public key whose fingerprint is 6C4E E45B 6197 65C0 9412 910C 76EE B33E 1BD3 A059
To claim this, I am signing this object:
use AppleScript version "2.4" -- Yosemite (10.10) or later | |
use scripting additions | |
-- # This script formats the currently open and focussed Swift file | |
-- # using SwiftFormat. It does so *without* resetting the editor's | |
-- # undo history. | |
-- # | |
-- # Version 2022-12-30.01 | |
-- # | |
-- # Author: Carlo Zottmann |
#!/bin/bash | |
# This script takes a PDF or list of PDFs and outputs a file(s) | |
# named <file>_scanned.pdf that looks like it has been scanned | |
# | |
# Requires imagemagic and popper to be installed (brew install imagemagick poppler) | |
# | |
# Accepts: a list of files | |
# Usage: ./<scriptfilename> pdf1.pdf pdf2.pdf | |
# | |
# To use as a macOS automator quick action you need to: |
# YT grid view | |
www.youtube.com##ytd-rich-item-renderer:has(yt-formatted-string[aria-label*=" REACTION "]) | |
www.youtube.com##ytd-rich-item-renderer:has(yt-formatted-string[aria-label*=" Reaction "]) | |
www.youtube.com##ytd-rich-item-renderer:has(yt-formatted-string[aria-label*=" REACTS "]) | |
www.youtube.com##ytd-rich-item-renderer:has(yt-formatted-string[aria-label*=" Reacts "]) | |
# YT list/results view | |
www.youtube.com##ytd-video-renderer:has(yt-formatted-string[aria-label*=" REACTION "]) | |
www.youtube.com##ytd-video-renderer:has(yt-formatted-string[aria-label*=" Reaction "]) | |
www.youtube.com##ytd-video-renderer:has(yt-formatted-string[aria-label*=" REACTS "]) |
/** @jsx h */ | |
import { h } from "preact"; | |
import { incrementCount, state } from "../stores/whatever_store.ts"; | |
export default function StoreUsingComponent1() { | |
const { counter } = state(); | |
return ( | |
<p> | |
<button onClick={incrementCount}> |
I hereby claim:
To claim this, I am signing this object:
# Install Xcode command line tools | |
xcode-select --install | |
# Install & set up homebrew | |
ruby ./install-homebrew.rb \ | |
&& brew doctor \ | |
&& brew update \ | |
&& brew cleanup \ | |
&& brew install caskroom/cask/brew-cask \ |
#!/Users/carlo/.rubies/ruby-2.3.3/bin/ruby | |
require 'json' | |
require 'ostruct' | |
json_content = File.open('ghost.2017-01-27.json', 'r').read | |
nodes = JSON.parse(json_content) | |
posts = nodes['db'][0]['data']['posts'] | |
figures_pattern = /<figure>\s*\!\[(.+)\]\((.+)\)\s*<figcaption>.+<\/figcaption>\s*<\/figure>/ |
Verifying that "czottmann.id" is my Blockstack ID. https://onename.com/czottmann |
Verifying that "czottmann.id" is my Blockstack ID. https://onename.com/czottmann |
Verifying that "czottmann.id" is my Blockstack ID. https://onename.com/czottmann |