Skip to content

Instantly share code, notes, and snippets.

blueprint:
name: "IKEA Bilresa – Live & Unlocked (Custom)"
description: "Requires modified event.py! Triggers on every 'multi_press_ongoing' event to provide smooth, unlimited scrolling."
domain: automation
input:
scrollwheel_right_event_entity:
name: "Scroll Wheel – Right (Button 1)"
description: "Entity that fires when rotating right"
selector:
entity:
alias stopAntivirus="sudo /usr/local/McAfee/AntiMalware/VSControl stopoas"
alias uninstallAvecto="sudo /usr/local/libexec/Avecto/Defendpoint/1.0/uninstall.sh; sudo /usr/local/libexec/avecto/ePOAdapter/1.0/uninstall_epo_adapter.sh;sudo /usr/local/libexec/avecto/ePOAdapter/1.0/uninstall_epo_deployment.sh;sudo rm -rf /etc/defendpoint"
alias uninstallMcAfee="sudo /Library/McAfee/cma/scripts/uninstall.sh; sudo rm -rf /usr/local/McAfee/; sudo rm -rf /Library/LaunchDaemons/com.mcafee.*; sudo rm -rf /Library/LaunchAgents/com.mcafee.*; sudo rm -rf /Library/Preferences/com.mcafee.*"
alias uninstallQualys="sudo /Applications/QualysCloudAgent.app/Contents/MacOS/qagent_uninstall.sh;"
alias freeWilly="uninstallAvecto;uninstallMcAfee;uninstallQualys;"
@ThomasHack
ThomasHack / AppStoreCardAnimation.swift
Last active January 20, 2023 07:16
SwiftUI App Store Card Animation
//
// ContentView.swift
// AppStoreCard
//
import ComposableArchitecture
import FetchImage
import SwiftUI
struct ContentView: View {
//
// ContentView.swift
// ComposableTest
//
import ComposableArchitecture
import SwiftUI
struct ContentView: View {
var store: Store<Main.State, Main.Action>