Skip to content

Instantly share code, notes, and snippets.

View maelp's full-sized avatar

Mael maelp

View GitHub Profile
@maelp
maelp / # ffmpeg - 2017-11-10_18-03-10.txt
Created November 10, 2017 17:04
ffmpeg on macOS 10.13.1 - Homebrew build logs
Homebrew build logs for ffmpeg on macOS 10.13.1
Build date: 2017-11-10 18:03:10
@maelp
maelp / # ffmpeg - 2017-11-10_17-35-32.txt
Created November 10, 2017 16:40
ffmpeg on macOS 10.13.1 - Homebrew build logs
Homebrew build logs for ffmpeg on macOS 10.13.1
Build date: 2017-11-10 17:35:32
@maelp
maelp / # gnuplot - 2017-11-10_17-29-40.txt
Created November 10, 2017 16:40
gnuplot on macOS 10.13.1 - Homebrew build logs
Homebrew build logs for gnuplot on macOS 10.13.1
Build date: 2017-11-10 17:29:40
@maelp
maelp / SharedValue.swift
Last active August 29, 2015 14:23
How to lock around a value
// Inspired from <https://www.mikeash.com/pyblog/friday-qa-2015-02-06-locks-thread-safety-and-swift.html>
import UIKit
/*
NOTE:
I’m not sure spin locks are the most efficient way to do this if we have methods which can potentially hold the lock for a long time, or too many threads trying to acquire a lock
//
// YapRTreeTest.swift
// YapDatabaseRTreeTest
//
// Created by Maël Primet on 06/19/15.
// Copyright (c) 2015 Snips. All rights reserved.
//
import Foundation
@maelp
maelp / README.md
Last active August 29, 2015 14:00
Fast prototyping tricks - Display prototype on device
@maelp
maelp / README.md
Last active August 29, 2015 14:00
Fast prototyping tricks - Sorting elements
@maelp
maelp / README.md
Last active August 29, 2015 14:00
Fast prototyping tricks - Glowing screen
@maelp
maelp / README.md
Last active August 29, 2015 14:00
Fast prototyping tricks - Transitions on invisible paths II
@maelp
maelp / README.md
Last active August 29, 2015 14:00
Fast prototyping tricks - Transition along invisible path