Skip to content

Instantly share code, notes, and snippets.

View StephanusG's full-sized avatar
🏠
Working from home

Stephanus Grobler StephanusG

🏠
Working from home
  • Windhoek, Namibia
View GitHub Profile
@steipete
steipete / RandomColor.swift
Created April 6, 2021 17:20
Random Color for SwiftUI
extension Color {
/// Return a random color
static var random: Color {
return Color(
red: .random(in: 0...1),
green: .random(in: 0...1),
blue: .random(in: 0...1)
)
}
}
@IsaacXen
IsaacXen / README.md
Last active November 4, 2025 13:22
(Almost) Every WWDC videos download links for aria2c.