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

Block or report befy

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. Pep Pep Public

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

    Swift 21 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