Skip to content

Instantly share code, notes, and snippets.

View pajowu's full-sized avatar
🦝
be they do crime

pajowu pajowu

🦝
be they do crime
View GitHub Profile
#include <Adafruit_NeoPixel.h>
#define PIN 2
#define LED_COUNT 169
#define C_MAX 50
#define DIV 100
#define DELAY 5
int r = 0; //random(0,DIV);
@pajowu
pajowu / keybase.md
Last active September 26, 2015 11:02

Keybase proof

I hereby claim:

  • I am pajowu on github.
  • I am pajowu (https://keybase.io/pajowu) on keybase.
  • I have a public key whose fingerprint is 3140 7BD3 5BB4 BDA7 09F0 EE0D 50EA 541F 9D04 5C1D

To claim this, I am signing this object:

@pajowu
pajowu / Dockerfile
Last active August 29, 2015 14:27
Small proxy for CORS problems
FROM redis:latest
RUN apt-get -y update && apt-get install -y python python-pip
RUN pip install tinydb requests redis
ADD https://gist.githubusercontent.com/pajowu/019f6a83aaa22d3b4885/raw/proxy.py /proxy/
COPY urls.txt /proxy/
CMD redis-server & cd /proxy && python proxy.py