Skip to content

Instantly share code, notes, and snippets.

@kungfoomanchu
kungfoomanchu / cuisine_ml_ml071019.ipynb
Last active July 16, 2019 05:13
Cuisine_ML_ml071019.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kungfoomanchu
kungfoomanchu / index.js
Last active May 14, 2020 14:10
requirebin_SRVisualizer
const SRVisualizer = require("sr-visualizer");
SRVisualizer.cubePNG(document.body, {
cubeSize: 3, // 3x3 cube
width: 500, // width/height of the svg
height: 500,
algorithm: "RUR'U'",
})