Tested Nov 23 2022
| app | sha1-6 | sha256-6 | sha512-6 | sha1-8 | sha256-8 | sha512-8 | notes |
|---|---|---|---|---|---|---|---|
| [google (android)] | ✔️ | ❌ | ❌ | ❌ | ❌ | ❌ | |
| [google (apple)] | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | |
| [microsoft (android)] | ✔️ | ❌ | ❌ | ❌ | ❌ | ❌ | |
| [microsoft (apple)] | ✔️ | ❌ | ❌ | ❌ | ❌ | ❌ | |
| [authy (android)] | ✔️ | ❌ | ❌ | ✔️ | ❌ | ❌ |
| #!/usr/bin/env bash | |
| # Download VMware Fusion for macOS without a Broadcom account. | |
| # | |
| # This script allows you to download various versions of VMware Fusion | |
| # from Broadcom's Cloudflare CDN (versions 8.0.0 to 13.6.3) | |
| # or from the archive.org VMware Workstation archive (versions 8.x.x+). | |
| # | |
| # Options: | |
| # -k: Keep the downloaded file compressed (Cloudflare only; ignored for archive.org). |
| // | |
| // ViewController.swift | |
| // UIMenu-Demo | |
| // | |
| // Created by Seb Vidal on 28/05/2024. | |
| // | |
| import UIKit | |
| class ViewController: UIViewController { |
| import Foundation | |
| import SwiftUI | |
| import UIKit | |
| extension UIBlurEffect { | |
| public static func variableBlurEffect(radius: Double, imageMask: UIImage) -> UIBlurEffect? { | |
| let methodType = (@convention(c) (AnyClass, Selector, Double, UIImage) -> UIBlurEffect).self | |
| let selectorName = ["imageMask:", "effectWithVariableBlurRadius:"].reversed().joined() | |
| let selector = NSSelectorFromString(selectorName) |
| // | |
| // KeyAwareView.swift | |
| // | |
| // Created by Stef Kors on 04/09/2023. | |
| // | |
| // source: https://onmyway133.com/posts/how-to-handle-keydown-in-swiftui-for-macos/ | |
| // source: https://github.com/sindresorhus/KeyboardShortcuts/blob/main/Sources/KeyboardShortcuts/Key.swift | |
| import SwiftUI | |
| import Carbon.HIToolbox |
oktaverify://[email protected]/?t=XXXXX&f=YYYYY&s=https://DOMAIN.okta.com&issuer=DOMAIN.okta.com&isIdxEnabled=trueXXXXX, YYYYY and DOMAIN to your values in curl below:curl --request POST \
--url https://DOMAIN.okta.com/idp/authenticators \
--header 'Accept: application/json; charset=UTF-8' \
--header 'Accept-Encoding: gzip, deflate' \
--header 'Authorization: OTDT XXXXX' \
--header 'Content-Type: application/json; charset=UTF-8' \| mv -vf ~/Library/Application\ Support/.ffuserdata ~/Library/Containers/com.apple.FinalCutTrial/Data/Library/Application\ Support/.ffuserdata ~/.Trash |
This is a gist used in the following blog posts:
| mv -v ~/Library/Application\ Support/.lpxuserdata ~/.Trash |