Skip to content
View thomsmed's full-sized avatar
:octocat:
โœŒ๏ธ๐Ÿ˜Ž๐Ÿ‘Œ
:octocat:
โœŒ๏ธ๐Ÿ˜Ž๐Ÿ‘Œ

Highlights

  • Pro

Block or report thomsmed

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. ios-examples ios-examples Public

    A collection of iOS example code and applications.

    Swift 140 33

  2. ble-chat-ios ble-chat-ios Public

    A BLE (Bluetooth Low Energy) and Core Bluetooth showcasing app.

    Swift 3 1

  3. http-swift http-swift Public

    A simple - yet powerful - HTTP client library for Swift.

    Swift 1

  4. Upload asset to GitHub Release Upload asset to GitHub Release
    1
    #!/bin/sh
    2
    
                  
    3
    # GitHub REST API ref: https://docs.github.com/en/rest/reference/repos#releases
    4
    #
    5
    #
  5. Print all available UserDefaults key... Print all available UserDefaults keys (iOS, iPadOS, macOS, watchOS, tvOS)
    1
    //
    2
    //  printUserDefaultsKeys.swift
    3
    //
    4
    
                  
    5
    import Foundation
  6. Print all available keychain items (... Print all available keychain items (iOS, iPadOS, macOS, watchOS, tvOS)
    1
    //
    2
    //  printKeychainItems.swift
    3
    //
    4
    
                  
    5
    import Security