Skip to content

Instantly share code, notes, and snippets.

View aldo-jlaurenstin's full-sized avatar

James Laurenstin aldo-jlaurenstin

  • ALDO
  • Montreal, Quebec, Canada
View GitHub Profile
@aldo-jlaurenstin
aldo-jlaurenstin / ALCommonHMAC.h
Created October 7, 2015 20:30
Objective-C sample code for HMAC-SHA1
//
// ALCommonHMAC.h
//
// As discussed in http://stackoverflow.com/questions/756492/objective-c-sample-code-for-hmac-sha1
//
// Created by James Laurenstin on 2015-15-09.
// Copyright (c) 2015 Aldo Group Inc. All rights reserved.
//
//
@aldo-jlaurenstin
aldo-jlaurenstin / MakeTransparentHoleOnOverlayView.swift
Last active December 20, 2023 14:40
Make a Transparent Hole on an Overlay UIView
//
// MakeTransparentHoleOnOverlayView.swift
//
// Created by James Laurenstin on 2015-04-10.
// Copyright (c) 2015 Aldo Group Inc. All rights reserved.
//
import UIKit
class MakeTransparentHoleOnOverlayView: UIView {