Skip to content

Instantly share code, notes, and snippets.

@iF2007
iF2007 / Apple retail store info & image URL
Last active April 22, 2024 08:10
Updated on 2023.4.19
#R756: Saket in 'New Delhi, India'. Opened on April 20, 2023
Image url: https://rtlimages.apple.com/cmc/dieter/store/4_3/R756.png?output-format=jpg&output-quality=100&interpolation=progressive-bicubic&background-color=FFFFFF&fit=inside|3582:3582
#R744: BKC in 'Mumbai, India'. Opened on April 18, 2023
Image url: https://rtlimages.apple.com/cmc/dieter/store/4_3/R744.png?output-format=jpg&output-quality=100&interpolation=progressive-bicubic&background-color=FFFFFF&fit=inside|3582:3582
#R761: MixC Shenzhen in 'Shenzhen, China'. Opened on Opened:
Image url: https://rtlimages.apple.com/cmc/dieter/store/4_3/R761.png?output-format=jpg&output-quality=100&interpolation=progressive-bicubic&background-color=FFFFFF&fit=inside|3582:3582
#R691: Gangnam in 'Seoul, Korea'. Opened on March 31, 2023
Image url: https://rtlimages.apple.com/cmc/dieter/store/4_3/R691.png?output-format=jpg&output-quality=100&interpolation=progressive-bicubic&background-color=FFFFFF&fit=inside|3582:3582
#R755: American Dream in 'East Rutherford,
@gboudreau
gboudreau / AuthyToOtherAuthenticator.md
Last active July 23, 2024 19:15 — forked from Ingramz/AuthyToOtherAuthenticator.md
Export TOTP tokens from Authy
@evanderkoogh
evanderkoogh / example.csv
Created November 20, 2017 13:29
Import CSV into DynamoDB
whateverId attribute1 someotherattribute
foo bar baz
hello erwin world
@marco79cgn
marco79cgn / apple-product-availability.js
Last active November 8, 2023 07:28
Custom iOS widget that shows both the store and online availability of a given product (for Scriptable.app)
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: blue; icon-glyph: magic;
// default zip and partNo - will be overwritten by your widget parameters
let zip = '50670'
let partNo = "MU7A3ZD/A"
// insert your ntfy url
const notifyUrl = "https://ntfy.sh/******"
// force push notification - set to true in order to test that your setup is working correctly
const forcePushNotification = false