Skip to content

Instantly share code, notes, and snippets.

View EliotAndres's full-sized avatar

Eliot Andres EliotAndres

View GitHub Profile
@EliotAndres
EliotAndres / FloatOnTop.plugin.js
Created April 24, 2020 12:49
Discord plugin to always float on top
//META{"name":"FloatOnTop"}*//
class FloatOnTop {
getName() { return "FloatOnTop"; }
getDescription() { return "Makes Discord window always float on top of other windows"; }
getVersion() { return "0.0.1"; }
getAuthor() { return "EliotAndres"; }
load() {}
unload() {}
@EliotAndres
EliotAndres / install.sh
Created July 4, 2018 20:18
Jupyterlab notebook extensions
conda install -c conda-forge ipywidgets
jupyter labextension install @jupyter-widgets/jupyterlab-manager
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@EliotAndres
EliotAndres / Facebook friend graph.ipynb
Last active April 30, 2018 15:11
Plotting your friend network using Plotly, NetworkX and python-louvain
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@EliotAndres
EliotAndres / benchmark.py
Created June 7, 2017 21:12
Tensorflow XLA benchmark
# '''
# A small Tensorflow XLA benchmark
#
# Original Author: Aymeric Damien
# Project: https://github.com/aymericdamien/TensorFlow-Examples/
# '''
import tensorflow as tf
name: "VGG_ILSVRC_16_layers"
input: 'data'
input_shape {
dim: 1
dim: 3
dim: 600
dim: 900
}