Skip to content

Instantly share code, notes, and snippets.

@nathanvogel
nathanvogel / AuthorizeIFTTT.jsx
Last active December 24, 2018 10:35
IFTTT OAuth token fake example with Firebase Cloud Functions
// A React-Redux component to confirm which user is authorizing IFTTT
// It is react-routed at http://localhost:3000/authorize_ifttt
import React, { Component } from "react";
import { Redirect } from "react-router-dom";
// ...
class AuthorizeIFTTT extends Component {
signOut = _event => {
@nathanvogel
nathanvogel / installing CycleGAN.txt
Last active January 26, 2021 16:58
Describe how to install CycleGAN from a clean Ubuntu 18.04.1 install
Installing CycleGAN
# Zero : install basic packages :
sudo apt install git luarocks