Skip to content

Instantly share code, notes, and snippets.

@alexisakers
alexisakers / IndexedSum.swift
Last active December 26, 2016 09:05
Indexed Summations in Swift (∑)
/*
* ==---------------------------------------------------------------------------------==
*
* File : IndexedSum.swift
* Author : ALEXIS AUBRY RADANOVIC
*
* License : The MIT License (MIT)
*
* ==---------------------------------------------------------------------------------==
*
@alexisakers
alexisakers / MCPeerID+Reusable.swift
Last active September 21, 2016 09:00
Create stable and reusable MCPeerIDs
/*
* ==---------------------------------------------------------------------------------==
*
* File : MCPeerID+Reusable.swift
* Project : MCPeerID+Reusable
* Author : ALEXIS AUBRY RADANOVIC
* Creation Date : SEPTEMBER 21 2016
*
* License : The MIT License (MIT)
*
@alexisakers
alexisakers / SSReadingListItem.swift
Last active May 12, 2016 07:57
An easy and safe way to add URLs to the Safari Reading List on iOS with Swift.
//
// SSReadingListItem.swift
// Created by Alexis Aubry on 09/05/2016.
//
// The MIT License (MIT)
// Copyright (c) 2016 ALEXIS AUBRY
//
import Foundation
import SafariServices