Skip to content

Instantly share code, notes, and snippets.

View haIIux's full-sized avatar
💭
learn. code. test. repeat.

Rob haIIux

💭
learn. code. test. repeat.
View GitHub Profile
@mireabot
mireabot / WorkoutSetsCard.swift
Created March 12, 2025 17:45
WorkoutSetsCard
import SwiftUI
// MARK: - Exercise Data Model
struct ExerciseSet: Identifiable {
let id = UUID()
var weight: Double
var reps: Int
var isCompleted: Bool = false
}
@tony-caffe
tony-caffe / Contract Killer 3.md
Last active June 12, 2024 17:44
The latest version of Bytes Unlimited ‘Contract Killer’ for web professionals

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Revised by Bytes Unlimited : Feb 3rd 2020