Skip to content
View immortalsantee's full-sized avatar
  • Cyclone Nepal Info Tech Pvt. Ltd.
  • Lagankhel, Lalitpur, Kathmandu, Nepal

Block or report immortalsantee

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

    SyncEngine for iOS platform.

    Objective-C 5 3

  2. SaveBazierPath.swift
    1
    let rect = CGRect(x: 0, y: 0, width: 100, height: 100)
    2
    let circleBezierPath = UIBezierPath(roundedRect: rect, byRoundingCorners: .allCorners, cornerRadii: CGSize(width: rect.width/2, height: rect.height/2))
    3
    
                  
    4
    //  1. Get Data from BezierPath
    5
    let bezierData = circleBezierPath.smGetData()
  3. ios-icon-generator Public

    Forked from smallmuou/ios-icon-generator

    This script is use to generate iOS/macOS/watchOS app icons more easier.

    Shell

  4. SMPinView Public

    Simple view which enables you to add sms pin code typing view easier.

    Swift

  5. TextTable Public

    Forked from cfilipov/TextTable

    Swift package for easily rendering text tables. Inspired by the Python tabulate library.

    Swift

  6. smallmuou/ios-icon-generator Public

    This script is use to generate iOS/macOS/watchOS app icons more easier.

    Shell 968 201