Skip to content

Instantly share code, notes, and snippets.

@NikhilP97
NikhilP97 / download-testflight-details-as-csv.js
Created May 21, 2021 13:00
Downloads the table details of app store testflight as a CSV file on your disk
/**
* This JS script downloads user details from test flight into a CSV File.
* Run each step at a time and not all together.
* Please read instructions for step 1.
*/
// ---------------Step 0 starts---------------
/**
* CONFIGURATION
@dmr121
dmr121 / PomodoroPicker.swift
Last active July 22, 2024 17:32
SwiftUI - Snapping horizontal scrolling pomodoro picker
//
// PomodoroPicker.swift
// pomodoro
//
// Created by David Rozmajzl on 1/1/22.
//
import SwiftUI
struct PomodoroPicker<Content, Item: Hashable>: View where Content: View {