Skip to content

Instantly share code, notes, and snippets.

var personSelector = "span[data-cvoc-protocol='localcontexts']";
var projectInputSelector = "input[data-cvoc-protocol='localcontexts']";
$(document).ready(function() {
// expandPeople();
// updateProjectInputs();
helloWorld();
});
function helloWorld() {
import json
from pathlib import Path
from typing import Optional, Union
import numpy as np
import pandas as pd
from frictionless import extract
import matplotlib.pyplot as plt
@transfluxus
transfluxus / file1.txt
Created November 23, 2022 08:54
My first gist
Aren't gists great!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Noise</title>
</head>
<body>
<button id="resume_button">resume</button>
<script>
let context = new AudioContext();
@transfluxus
transfluxus / multi_language_wem.ipynb
Last active December 24, 2017 19:26
Exploring multimodel embeddings
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@transfluxus
transfluxus / glowing_blob_simplexNoise.pde
Last active November 30, 2017 20:13
animation of a glowing, crimpy blob without the usual hack/mess at 0 degree
// Processing 3
// Inspired by, and created in support of:
// "Drawing from noise, and then making animated loopy GIFs from there" by Etienne Jacob (@n_disorder)
// https://necessarydisorder.wordpress.com/2017/11/15/drawing-from-noise-and-then-making-animated-loopy-gifs-from-there/
// video: http://raminsp5vs.tumblr.com/post/168053324117/glowing-climpy-blob-with-opensimplexnoise
OpenSimplexNoise noise = new OpenSimplexNoise();
void setup() {
size(600, 600);