Skip to content

Instantly share code, notes, and snippets.

@selimata
selimata / SnapCarousel.swift
Created September 20, 2023 18:49 — forked from xtabbas/SnapCarousel.swift
A carousel that snap items in place build on top of SwiftUI
//
// SnapCarousel.swift
// prototype5
//
// Created by xtabbas on 5/7/20.
// Copyright © 2020 xtadevs. All rights reserved.
//
import SwiftUI
@selimata
selimata / EasingFunctions.cs
Created January 7, 2022 09:01 — forked from cjddmut/EasingFunctions.cs
Easing Functions for Unity3D
/*
* Created by C.J. Kimberlin
*
* The MIT License (MIT)
*
* Copyright (c) 2019
*
* 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
@selimata
selimata / country-list.json
Created June 18, 2020 13:54
Country List with iSO Code (ISO-3166-1) and Emoji Flag
[
{
"isoCode": "AD",
"emojiFlag": "🇦🇩",
"country": "Andorra"
},
{
"isoCode": "AE",
"emojiFlag": "🇦🇪",
"country": "United Arab Emirates"