Skip to content

Instantly share code, notes, and snippets.

View ranmyfriend's full-sized avatar
🦆
Calm

Ranjith ranmyfriend

🦆
Calm
View GitHub Profile
@nitin-agam
nitin-agam / CreditCardView.swift
Last active January 13, 2022 11:03
How to create credit card view using SwiftUI ?
struct CreditCardView: View {
var body: some View {
VStack(alignment: .leading, spacing: 20) {
HStack {
Text("Royale Gold Card")
.font(.system(size: 20, weight: .semibold, design: .monospaced))
Spacer()
Image("american_ex")
.resizable()
@gjaya79
gjaya79 / api-documentation.md
Last active March 17, 2017 10:33
ADDO API Specification

Headers

{
  "Content-Type": "application/json"  ,
  "Accept": "application/json",
  "Api-Version": "",
  "Access-Token": "",
  "App-Version": "",
 "Device-Platform": "iphone" or "android"
@Tokuriku
Tokuriku / Count lines of code in Xcode project
Last active June 30, 2024 21:09 — forked from ccabanero/Count lines of code in Xcode project
Count lines of code in SWIFT Xcode project
1. Open Terminal
2. cd to your Xcode project
3. Execute the following when inside your target project:
find . -name "*.swift" -print0 | xargs -0 wc -l
@chriseidhof
chriseidhof / LICENSE
Last active July 16, 2019 13:14
A tiny networking library
Copyright 2015 Chris Eidhof
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHE
@rxaviers
rxaviers / gist:7360908
Last active July 7, 2024 05:21
Complete list of github markdown emoji markup

People

:bowtie: :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: