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
{ | |
"title": "Wireguard logs", | |
"timestamp": "2024-08-23T15:20:10.645Z", | |
"visibility": "public", | |
"parts": [ | |
{ | |
"id": "nYqmZqxMaxxpbPJasQMb0.md", | |
"timestamp": "2024-08-23T15:20:10.645Z", | |
"type": "post", | |
"subtype": "markdown" |
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
{ | |
"title": "Caddy logs", | |
"timestamp": "2023-12-14T09:12:55.117Z", | |
"visibility": "public", | |
"parts": [ | |
{ | |
"id": "KJFy50_50p-zTAr7DOGUQ.md", | |
"timestamp": "2023-12-14T09:12:55.117Z", | |
"type": "post", | |
"subtype": "markdown" |
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
{ | |
"title": "First Note!", | |
"timestamp": "2023-08-29T23:16:15.790Z", | |
"visibility": "public", | |
"parts": [ | |
{ | |
"id": "VUTBxiybsA9BFVolSXqPB.md", | |
"timestamp": "2023-08-29T23:16:15.790Z", | |
"type": "post", | |
"subtype": "markdown" |
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
{ | |
"title": "JazzyChad's Notes", | |
"posts": [ | |
{ | |
"id": "789be33cedf95511c19a0390e7054d53", | |
"title": "Wireguard logs", | |
"timestamp": "2024-08-23T15:20:10.645Z", | |
"visibility": "public" | |
}, | |
{ |
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
#compdef git gitk | |
# zsh completion wrapper for git | |
# | |
# Copyright (c) 2012-2013 Felipe Contreras <[email protected]> | |
# | |
# You need git's bash completion script installed somewhere, by default it | |
# would be the location bash-completion uses. | |
# | |
# If your script is somewhere else, you can configure it on your ~/.zshrc: |
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
# bash/zsh git prompt support | |
# | |
# Copyright (C) 2006,2007 Shawn O. Pearce <[email protected]> | |
# Distributed under the GNU General Public License, version 2.0. | |
# | |
# This script allows you to see repository status in your prompt. | |
# | |
# To enable: | |
# | |
# 1) Copy this file to somewhere (e.g. ~/.git-prompt.sh). |
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
import CloudKit | |
extension CKError { | |
func stringForErrorCode() -> String { | |
let code = self.code | |
switch code { | |
case .internalError: | |
return "Internal error" | |
case .partialFailure: |
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
{ | |
"title": "Papercraft Cube Pumpkin Jack-o-Lantern", | |
"timestamp": "2021-10-20T20:28:06.006Z", | |
"visibility": "public", | |
"parts": [ | |
{ | |
"id": "GC5_dW5UOqVmB8jsJ5O2b.md", | |
"timestamp": "2021-10-20T20:28:06.006Z", | |
"type": "post", | |
"subtype": "markdown" |
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
{ | |
"title": "Papercraft Cube Pumpkin Jack-o-Lantern", | |
"timestamp": "2021-10-19T22:56:49.215Z", | |
"visibility": "public", | |
"parts": [ | |
{ | |
"id": "htQeIBJL802cPiId-y-1m.md", | |
"timestamp": "2021-10-19T22:56:49.215Z", | |
"type": "post", | |
"subtype": "markdown" |
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
// | |
// UIDebouncedColorWell.swift | |
// | |
import UIKit | |
import Combine | |
private class PublishingColor { | |
@Published var color: UIColor? = nil | |
} |
NewerOlder