Pinned Repositories
AVFoundationInSwift
Some simple code examples for doing things in AVFoundation using Swift.
Constraints
Experimenting with a constraint solver in Swift.
EISerialPort
A Cocoa serial port framework for rapidly developing apps that talk to micro-controllers.
NSOutlineViewInSwift
A project to help me understand what is required to provide data for an NSOutlineView or Source List control
NSProgressInSwift
A sample project demonstrating some basic NSProgress usage (happens to be written in Swift)
NSTabViewControllerInSwift
A simple example of using a NSTabViewController in a Mac app (Sierra, Xcode 8.3, Using storyboards).
SICP-Exercises
Working through the SICP exercises in Racket and Swift
Swift-Playgrounds
Learning Swift by working through example code in playgrounds
SwiftSerialPortSample
An attempt to convert Apples SerialPortSample project over to Swift
danielpi's Repositories
danielpi/Swift-Playgrounds
Learning Swift by working through example code in playgrounds
danielpi/NSOutlineViewInSwift
A project to help me understand what is required to provide data for an NSOutlineView or Source List control
danielpi/SICP-Exercises
Working through the SICP exercises in Racket and Swift
danielpi/NSProgressInSwift
A sample project demonstrating some basic NSProgress usage (happens to be written in Swift)
danielpi/NSTabViewControllerInSwift
A simple example of using a NSTabViewController in a Mac app (Sierra, Xcode 8.3, Using storyboards).
danielpi/SwiftSerialPortSample
An attempt to convert Apples SerialPortSample project over to Swift
danielpi/EISerialPort
A Cocoa serial port framework for rapidly developing apps that talk to micro-controllers.
danielpi/AVFoundationInSwift
Some simple code examples for doing things in AVFoundation using Swift.
danielpi/Constraints
Experimenting with a constraint solver in Swift.
danielpi/CorePlotInSwift
Some simple references for how to use CorePlot with Swift
danielpi/DRPMakeingFriendsWithValueTypes
Little project to help me make sense of Andy Matuschak's talk "Controlling Complexity in Swift — or — Making Friends with Value Types"
danielpi/EImsp430BSL
A Bootstrap Loader library for the MSP430 Microcontroller, written in Objective-C/Cocoa
danielpi/IPOfflineQueue
A persistent, serial task queue for iOS.
danielpi/NSTableViewInSwift
A collection of projects demonstrating various methods of working with NSTableView in Swift.
danielpi/PSoC-4-BLE-Experiments
A series of projects from the Cypress 100 projects in 100 days promotion for me to learn how to work with the PSoC 4 BLE chip. Includes Mac Apps where appropriate.
danielpi/SwiftMatrix
Some experiments implementing a Matrix data type in Swift
danielpi/AoC2024
Advent of Code 2024 using Swift
danielpi/atsamd
Target atsamd microcontrollers using Rust
danielpi/cocoaheads-iOS
danielpi/danielpi.github.io
My Webpage
danielpi/EIStateMachine
A state machine library for Objective-C
danielpi/GuillochePlayground
danielpi/Logomatic
Main firmware for the Logomatic Version 2
danielpi/NetlistConverter
danielpi/Swift-Units
An experiment in using Swifts type system to enforce correct usage of units in engineering calculations
danielpi/SwiftDigitalMotorControl
Learning about Digital motor control algorithms by implementing them in Swift
danielpi/SwiftFloatingPointExperiments
Experimenting with floating point issues in Swift
danielpi/SwiftTimer
A basic timer implementation in Swift