Skip to content

Instantly share code, notes, and snippets.

View Remydeme's full-sized avatar
:electron:
Learning new deep reinforcement algo

DEME Remy Remydeme

:electron:
Learning new deep reinforcement algo
View GitHub Profile
@panuta
panuta / gist:1852087
Last active April 8, 2020 16:46
How to setup Django/Postgresql on OS X Mountain Lion using Homebrew

Command Line Tools for Xcode

Command line tools comes bundle with Xcode prior to 4.3 version. After 4.3, you need to install a separated command line tools yourself.

First, go to this url and login using Apple Developer account (Free to register)

https://developer.apple.com/downloads/index.action
@steve228uk
steve228uk / AudioEngine.swift
Created July 20, 2017 15:55
AudioEngine used for TPI
//
// AudioEngine.swift
// TPI
//
// Created by Stephen Radford on 29/05/2017.
// Copyright © 2017 Cocoon Development Ltd. All rights reserved.
//
import Foundation
import AudioKit