Skip to content

Instantly share code, notes, and snippets.

View digideskio's full-sized avatar

airbender digideskio

View GitHub Profile
@digideskio
digideskio / Realtime Delaunay Triangulation.markdown
Last active January 26, 2016 21:22
Realtime Delaunay Triangulation
@digideskio
digideskio / RFIDTableTennis.ino
Created February 10, 2016 13:46 — forked from dennisvandalen/RFIDTableTennis.ino
RFID and 433mhz to webserver WeMos D1
/*
----------------------------------------------------------------------------
Using MFRC522 library https://github.com/miguelbalboa/rfid
Using ESP8266WiFi library https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266WiFi
Using ESP8266HTTPClient library https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266HTTPClient
Using RemoteReceiver library https://github.com/jccprj/RemoteSwitch-arduino-library
MFRC522
Pin layout used:
--------------------------------------
@digideskio
digideskio / bootstrap_fog_softlayer.sh
Last active March 15, 2016 16:43
Bootstrap fog softlayer, ready to use
#!/bin/bash
mkdir foglayer
cd foglayer
cat << EOF > Gemfile
source 'https://rubygems.org'
gem 'fog-softlayer'
EOF
@digideskio
digideskio / xubuntu-hacks.md
Created March 2, 2016 18:59 — forked from apotonick/xubuntu-hacks.md
Xubuntu hacks

Key to turn on laptop screen

I have a two monitor setup, but I like my laptop screen turned off (via Display).

When disconnecting the VGA cable, the screen is blank. I put the following command into ~/hacks/turn_on_laptop_screen.sh.

xrandr --output eDP1 --mode 1366x768
@digideskio
digideskio / evangelism.md
Created March 2, 2016 23:56 — forked from stephenlb/evangelism.md
PubNub Evangelism Program
@digideskio
digideskio / iWantYou
Created March 14, 2016 09:49 — forked from sethbridges/iWantYou
Rival IQ wants You!
Our startup (RivalIQ.com) is looking for a Seattle-based full-stack developer with strong front-end skills and 3+ years of experience.
The person we're looking for is passionate about software, who relishes turning data into insight, and who is excited to work in a small, capable team where everyone has real impact. We highly value great engineering and teamwork (no egos please), and we use hire-by-audition to evaluate potential teammates. Our technology stack includes marionettejs/bootstrap/backbone/node/postgres/heroku.
Most details are pretty standard: full time, cash + equity comp, flexible work locations (we mix office + home).
Contact me if you are interested, or know someone who might be! ([email protected])
@digideskio
digideskio / img2ascii.js
Created March 15, 2016 22:08 — forked from bojanbjelic/img2ascii.js
convert image to ascii
// taken from http://thecodeplayer.com/walkthrough/cool-ascii-animation-using-an-image-sprite-canvas-and-javascript
//some variables
var r, g, b, gray;
var character, line = "";
//sprite stuff
var sprite = document.getElementById("sprite");
var W = sprite.width;
var H = sprite.height;
@digideskio
digideskio / LISENCE
Last active March 22, 2016 01:15
Copyright (c) 2016 digidesk.io &lt;[email protected]&gt;
(The MIT License)
Copyright (c) 2016 digidesk.io &lt;[email protected]&gt;
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to