Skip to content

Instantly share code, notes, and snippets.

View nicodemus26's full-sized avatar

Nicodemus Paradiso nicodemus26

  • Seattle, Pale Blue Dot
View GitHub Profile
@nicodemus26
nicodemus26 / gist:1ebfeb9b5236d6a33ca923d356945525
Last active December 7, 2018 18:35 — forked from mariusGundersen/gist:6925246
Programmer collective nouns
@nicodemus26
nicodemus26 / random_pixels_opc.rs
Created February 12, 2018 18:33
A crossfading test for fadecandy/Open Pixel Control devices.
extern crate rand;
use rand::Rng;
use std::env;
use std::io::prelude::*;
use std::net::{TcpStream, Shutdown};
use std::time::Duration;
fn main() {
let endpoint = env::var("OPC_ENDPOINT")