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 April 29, 2025 14:42 — forked from Ingramz/AuthyToOtherAuthenticator.md
Export TOTP tokens from Authy

Exporting your 2FA tokens from Authy to transfer them into another 2FA application

IMPORTANT - Update regarding deprecation of Authy desktop apps

Past August 2024, Authy stopped supported the desktop version of their apps:
See Authy is shutting down its desktop app | The 2FA app Authy will only be available on Android and iOS starting in August for details.

And indeed, after a while, Authy changed something in their backend which now prevents the old desktop app from logging in. If you are already logged in, then you are in luck, and you can follow the instructions below to export your tokens.

If you are not logged in anymore, but can find a backup of the necessary files, then restore those files, and re-install Authy 2.2.3 following the instructions below, and it should work as expected.

@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 September 26, 2024 17:30
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