Just do it
Run this in your terminal:
mkdir ~/Pictures/Screenshots
defaults write com.apple.screencapture location ~/Pictures/Screenshots
killall SystemUIServer
#include "neopixel/neopixel.h" | |
#define PIXEL_COUNT 30 | |
#define PIXEL_PIN D5 | |
#define PIXEL_TYPE WS2812 | |
#define PEACH 200,50,5 | |
#define WHITE 150,150,150 | |
#define CYAN 10,150,70 | |
#define PURPLE 180,3,180 |
I'd like to know your thoughts on which version of this endpoint will be better, and your thoughts on the general format of the response. Want to make sure we are all on board with how the meta
section will look like.
For reference: PEEPS-1612
<ul class="gallery"> | |
<li>one</li> | |
<li>two</li> | |
</ul> | |
<ul class="gallery"> | |
<li>three</li> | |
<li>four</li> | |
</ul> |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |