Skip to content

Instantly share code, notes, and snippets.

View aydenp's full-sized avatar

Ayden Panhuyzen aydenp

View GitHub Profile
@aydenp
aydenp / OBWelcomeControllerExample.m
Last active May 1, 2021 12:55 — forked from chrisharper22/OBWelcomeControllerExample.m
Creating a custom OBWelcomeController in iOS 13
//
// How to use an OBWelcomeController in your project.
//
// Simalary (Chris)
//
// All the important interfaces
@interface OBButtonTray : UIView
- (void)addButton:(UIButton *)button;

Keybase proof

I hereby claim:

  • I am aydenp on github.
  • I am aydenp (https://keybase.io/aydenp) on keybase.
  • I have a public key ASCMZCGttsHq-6gFwDvtGwNsbIlEXN1KYtvSqdd4SKADcwo

To claim this, I am signing this object:

@aydenp
aydenp / currency.ayden.tech.md
Last active November 27, 2022 17:43
currency.ayden.tech API spec
@aydenp
aydenp / URLSession+LinuxAsync.5.6.swift
Last active May 13, 2024 14:17
Port URLSession's convenience async methods to Linux
//
// URLSession+LinuxAsync.swift
//
// Created by Ayden Panhuyzen on 2022-11-27.
//
#if canImport(FoundationNetworking)
import Foundation
import FoundationNetworking
@aydenp
aydenp / redirect.html
Last active December 16, 2022 13:11
bypass twitter blocking mastodon links by meta redirect
<!-- elon hasn't heard of meta refresh yet -->
<meta http-equiv="refresh" content="0; url=https://hachyderm.io/@ayden">