Skip to content

Instantly share code, notes, and snippets.

View MrXyfir's full-sized avatar

xyfir MrXyfir

View GitHub Profile
@thebabush
thebabush / xp.js
Last active March 15, 2021 21:42
Javascript XPath Helper
/**
* Helper to make Javascript's XPath calls simpler.
* Basically you just need to give a query to the xp function.
* Especially useful in manual testing of XPath strings inside a browser's console.
*
* Example:
* xp("//body/text()")
*
* Author: Paolo Montesel
* License: https://opensource.org/licenses/MIT
@dlo
dlo / README.md
Last active February 2, 2024 02:18
Xcode script that automatically uploads builds to iTunes Connect after archive

Summary

This script will automatically upload your app to iTunes Connect after a successful Xcode archive action.

After doing this about a million times by hand (i.e., opening the Organizer, clicking on "Upload to App Store", waiting for teams to load, etc.), I decided I'd had enough. Now, I just go to "Product" > "Archive", sip my margherita, and kick up my feet while the world marvels at my genius, while my app gets distributed to my testers without lifting but a finger. Or...I just take a bathroom break. Either way, it's pretty awesome.

Yes, yes, I know you can do this completely via fastlane, but I'm somewhat sadistic and prefer to do my archiving completely within Xcode.

Instructions

@pedrouid
pedrouid / webcrypto-examples.md
Created December 15, 2018 01:07
Web Cryptography API Examples
@MrXyfir
MrXyfir / help.md
Last active November 12, 2020 01:00
Ptorx docs

Terminology

  • Email Aliases, alias emails, or forwarding emails
    • Email addresses created via Ptorx that typically act as a middleman for your primary emails by receiving mail and forwarding allowed mail to your primary email addresses.
  • Waterfall
    • Every alias has a waterfall that allows you to link filters, modifiers, and primary emails to it in a specific order. Each linked item is acted on in order, cascading downward like a waterfall, allowing you to redirect different mail to different primary emails based on filters and modifiers.
  • Primary Emails, real, or main emails
    • Your actual email addresses where you normally receive mail. These emails are where mail sent to your alias addresses will be redirected to. Enable Autolink to automatically link them to any new aliases you create.
  • Filters
  • Filters allow you to filter out mail (with whitelists or blacklists) before it reaches any primary emails that come after it in an alias's waterfall.