Skip to content
View ahmetgeymen's full-sized avatar
  • Valensas
  • Istanbul, Turkey
Block or Report

Block or report ahmetgeymen

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. UIColor initialise with hexadecimal ... UIColor initialise with hexadecimal string like "#ABCDEF"
    1
    import UIKit
    2
    
                  
    3
    extension UIColor {
    4
    
                  
    5
        convenience init(hexaString: String, alpha: CGFloat = 1) {
  2. Extension to UIImage which returns a... Extension to UIImage which returns an image filled with given solid color and given size.
    1
    import UIKit
    2
    
                  
    3
    extension UIImage {
    4
        
    5
        static func imageWithColor(color: UIColor, size: CGSize = CGSize(width: 1, height: 1)) -> UIImage? {
  3. OAuth Authorization Code + PKCE in V... OAuth Authorization Code + PKCE in Vanilla JS
    1
    <html>
    2
    <title>OAuth Authorization Code + PKCE in Vanilla JS</title>
    3
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
    4
    
                  
    5
    <!--