Skip to content
View GrantJEmerson's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report GrantJEmerson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Clipstrument Clipstrument Public

    Clipstrument is a musical instrument that allows for the playback, looping, and manipulation of short audio samples from animated films from the public domain in sync with their respective video cl…

    Swift 2

  2. SwiftSynth SwiftSynth Public

    A synthesizer written entirely in Swift with Apple's new AVAudioSourceNode.

    Swift 55 5

  3. Fireworks Fireworks Public

    My WWDC 2018 Scholarship Application (Accepted)

    Swift 1

  4. Wotspot Wotspot Public

    Wotspot is a hotspot without the fees.

    Swift 2

  5. Keying Into Tuples - SwiftMoji Entry #1 Keying Into Tuples - SwiftMoji Entry #1
    1
    struct HotDog {
    2
        var bun: String?
    3
        var meat: String?
    4
        var condiments: (chili: String?, cheese: String?, tomatoes: String?)
    5