Skip to content
View befy's full-sized avatar
:shipit:
:shipit:

Block or report befy

Report abuse

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

Report abuse

Pinned Loading

  1. Pep Pep Public

    🏹 Pep is a lightweight, highly customizable TabBar-like approach.

    Swift 22 1

  2. eksiduyuru-private-api eksiduyuru-private-api Public

    Go 1

  3. desk360-livechat-ios-sdk desk360-livechat-ios-sdk Public

    Forked from Teknasyon-Teknoloji/desk360-livechat-ios-sdk

    Desk360 Mobile Chat SDK for iOS

    Swift

  4. tcno.swift tcno.swift
    1
    
                  
    2
    func validateID(_ id: String) -> Bool {
    3
    	let digits = id.map {Int(String($0))} as! [Int]
    4
    	guard digits.count == 11, digits[0] != 0, digits[9] != 0 else { return false }
    5
    	let firstValidation = (digits[0] + digits[2] + digits[4] + digits[6] + digits[8]) * 7
  5. deep-dive-shell deep-dive-shell Public

    Shell 1