Skip to content

Instantly share code, notes, and snippets.

View mike-n-1974's full-sized avatar
πŸ˜ƒ
Making apps...

Mike Norman mike-n-1974

πŸ˜ƒ
Making apps...
  • New Zealand πŸ‡³πŸ‡Ώ
View GitHub Profile
@stephancasas
stephancasas / CustomMenuBarExtraCornerMask.swift
Last active October 5, 2025 21:39
A SwiftUI MenuBarExtra window with custom corners
//
// MenuBarTestApp.swift
// MenuBarTest
//
// Created by Stephan Casas on 7/7/23.
//
import SwiftUI
@main
@bgreenlee
bgreenlee / WiFiInfo.swift
Created November 7, 2015 23:05
Swift Class to encapsulate wifi network info
//
// WiFiInfo.swift
//
// Created by Brad Greenlee on 11/7/15.
//
import Foundation
import CoreWLAN
extension CWPHYMode: CustomStringConvertible {