Delaunay triangulation shaded, from a light source based on mouse cursor.
A Pen by Marais Rossouw on CodePen.
Delaunay triangulation shaded, from a light source based on mouse cursor.
A Pen by Marais Rossouw on CodePen.
| /* | |
| ---------------------------------------------------------------------------- | |
| 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: | |
| -------------------------------------- |
| #!/bin/bash | |
| mkdir foglayer | |
| cd foglayer | |
| cat << EOF > Gemfile | |
| source 'https://rubygems.org' | |
| gem 'fog-softlayer' | |
| EOF |
PubNub Evangelism Program Build your realtime apps & frameworks for free on PubNub's Global Realtime Network. Sound Good?
| 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! (sethb@rivaliq.com) |
| // 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; |
Javascript cloth simulation.
A Pen by dissimulate on CodePen.
A Pen by Akimitsu Hamamuro on CodePen.
| (The MIT License) | |
| Copyright (c) 2016 digidesk.io <admin@digidesk.io> | |
| 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 |