Skip to content
View Terens777's full-sized avatar
Block or Report

Block or report Terens777

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. 'os_unfair_lock' is the fastest lock... 'os_unfair_lock' is the fastest locking in Swift
    1
    
                  
    2
    final class UnfairLock {
    3
        private var _lock: UnsafeMutablePointer<os_unfair_lock>
    4
        
    5
        init() {
  2. Add Two Numbers Add Two Numbers
    1
    import Foundation
    2
    
                  
    3
    /*
    4
    5
    You are given two non-empty linked lists representing two non-negative integers.
  3. Graph Graph Public

    Implementing Graph and LinkedList in Swift from Java

    Swift

  4. AnimateWidget AnimateWidget Public

    simple animate in Widget with _clockHandRotationEffect

    Swift 5 1

  5. RepoSearch RepoSearch Public

    Search repositories in github

    Swift