Skip to content

Instantly share code, notes, and snippets.

@jimstringer
jimstringer / clamav-macosx.md
Created February 26, 2026 13:23 — forked from DerFichtl/clamav-macosx.md
clamav on mac osx - install and configure the virus scanner on mac osx
layout post
title clamav - install and configure on mac osx
published true
tags
blog
clamav

Install Clamav

Install clamav via homebrew

@jimstringer
jimstringer / AggregateExamples.swift
Created December 27, 2024 16:07 — forked from bigmountainstudio/AggregateExamples.swift
SwiftData Aggregate Functions
// Copyright © 2024 Big Mountain Studio. All rights reserved. Twitter: @BigMtnStudio
import SwiftData
import SwiftUI
@Model
class EmployeeModel {
var employeeId: UUID
var birthDate: Date
var firstName: String
var lastName: String