Skip to content

Instantly share code, notes, and snippets.

@everyonce
everyonce / visualizer.ino
Created March 12, 2021 21:45 — forked from daniel-j/visualizer.ino
Ardunio FFT audio visualizer, using a python script running on host | https://www.youtube.com/watch?v=k5hBVO-IvFo
#include <Adafruit_NeoPixel.h>
#ifdef __AVR__
#include <avr/power.h>
#endif
#define PIN 3
#define LEDS 16
#define PACKET_SZ ( (LEDS * 3) + 3 )
@everyonce
everyonce / slack_delete.rb
Created January 12, 2018 17:33 — forked from jamescmartinez/slack_delete.rb
This Ruby script will bulk remove all Slack files older than 30 days. Just add your API token from https://api.slack.com/web#authentication into the token quotes at the top of the file.
require 'net/http'
require 'json'
require 'uri'
@token = ''
def list_files
ts_to = (Time.now - 30 * 24 * 60 * 60).to_i # 30 days ago
params = {
token: @token,

Keybase proof

I hereby claim:

  • I am everyonce on github.
  • I am everyonce (https://keybase.io/everyonce) on keybase.
  • I have a public key whose fingerprint is BAA4 940D 98A5 7118 1BEC 415B 976E 317F FE17 BFEB

To claim this, I am signing this object: