git stash branch STASHTEMPBRANCH
git stash apply
| import Foundation | |
| import GoogleSignIn | |
| import GoogleAPIClientForREST | |
| enum GoogleCalendarManagerError: Error { | |
| case errorWithText(text: String) | |
| } | |
| class GoogleCalendarManager: NSObject { | |
| static let shared = GoogleCalendarManager() |
| // | |
| // Obfuscator.swift | |
| // | |
| // Created by Dejan Atanasov on 2017-05-31. | |
| // | |
| import Foundation | |
| class Obfuscator: AnyObject { | |
| /* | |
| *** Academy Engraved LET *** | |
| AcademyEngravedLetPlain | |
| --------------------- | |
| *** Al Nile *** | |
| AlNile | |
| AlNile-Bold | |
| --------------------- | |
| *** American Typewriter *** | |
| AmericanTypewriter |
| import UIKit | |
| import PlaygroundSupport | |
| //http://stackoverflow.com/questions/72768/how-do-you-detect-credit-card-type-based-on-number | |
| enum CreditCardType { | |
| case visa | |
| case visaElectron | |
| case mastercard |
| let seconds = 86400*4 + 3600*2 + 65 | |
| print(String((seconds / 86400)) + " days") | |
| print(String((seconds % 86400) / 3600) + " hours") | |
| print(String((seconds % 3600) / 60) + " minutes") | |
| print(String((seconds % 3600) % 60) + " seconds") |
| import android.annotation.TargetApi; | |
| import android.content.Context; | |
| import android.content.res.ColorStateList; | |
| import android.graphics.Canvas; | |
| import android.graphics.Color; | |
| import android.graphics.Paint; | |
| import android.os.Build; | |
| import android.text.Editable; | |
| import android.util.AttributeSet; | |
| import android.util.TypedValue; |
| # Install gnu-sed via brew | |
| brew install gnu-sed | |
| # using it | |
| gsed | |
| Please note: if installing with option "--default-names" it will replaces the default OS X sed command in the shell |
| android { | |
| compileSdkVersion 22 | |
| buildToolsVersion "22.0.0" | |
| defaultConfig { | |
| applicationId "com.abc.example" | |
| minSdkVersion 16 | |
| targetSdkVersion 22 | |
| versionCode 1 | |
| versionName "1.0" |
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |