Skip to content
View coffeeexistence's full-sized avatar
  • Amazon Photos
  • Seattle, WA
Block or Report

Block or report coffeeexistence

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. ChefSteps/react-native-ble-manager ChefSteps/react-native-ble-manager Public

    Forked from innoveit/react-native-ble-manager

    React Native BLE communication module

    Java

  2. ChefSteps/react-navigation ChefSteps/react-navigation Public

    Forked from react-navigation/react-navigation

    Learn once, navigate anywhere

    JavaScript 1

  3. redux-observable-async-task redux-observable-async-task Public

    Async/await style workflows for epics

    JavaScript

  4. MoonwakeStaff MoonwakeStaff Public

    Code for ESP32-based interactive light-staff used in the Devil's Advocate's performance, "Moonwake"

    C++

  5. Animatable capsule/rounded rect path Animatable capsule/rounded rect path
    1
    func makeCapsuleBorderPath(_ size: CGSize) -> CGPath {
    2
            // Have to create the path manually because "UIBezierPath(roundedRect:" creates a path
    3
            // that appears visually correct, but is actually uneven. This is only apparent when
    4
            // animating strokeStart or strokeEnd on a CAShapeLayer.
    5
            let path = UIBezierPath()
  6. [Combine][UIKit][UIScrollView] Horiz... [Combine][UIKit][UIScrollView] Horizontal Swipe Direction Detector
    1
    import UIKit
    2
    import Combine
    3
    
    
    4
    enum ScrollSwipeDirection {
    5
        case leading, trailing, trailingEnd