Skip to content
View 1owell's full-sized avatar
🤖
🤖

Block or report 1owell

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 Loading

  1. StudentCheckinKiosk StudentCheckinKiosk Public

    SwiftUI iPad app that allows RIT students to swipe their ID card and check into a student queue to meet with an academic advisor.

    Swift

  2. Battleship Battleship Public

    A web based version of the game Battleship. Front end using Svelte, and back end API with Vapor Swift.

    Swift

  3. BlackJack-Svelte-DemoApp BlackJack-Svelte-DemoApp Public

    Play Blackjack against an automated dealer. Built with Svelte and the DeckOfCards API.

    JavaScript

  4. Apple Logging API Starter Façade Apple Logging API Starter Façade
    1
    import OSLog
    2
    
    
    3
    typealias Logger = os.Logger
    4
    
    
    5
    extension os.Logger {