Skip to content

Instantly share code, notes, and snippets.

View chardane's full-sized avatar

Charlyn G chardane

View GitHub Profile
@chardane
chardane / index.html
Last active August 29, 2015 14:14
simple-view-more
<ul class="gallery">
<li>one</li>
<li>two</li>
</ul>
<ul class="gallery">
<li>three</li>
<li>four</li>
</ul>
@chardane
chardane / 0_reuse_code.js
Created November 25, 2013 22:36
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@chardane
chardane / analytics_endpoint_discussion.md
Last active March 11, 2016 00:15
Figure out what the /people/analytics endpoint will look like.

Analytics Endpoint

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

Version A - with next_page_id

Initial Request

@chardane
chardane / Laptop Setup.md
Last active September 6, 2017 20:46
Charlyn's sure-fire way to set up her laptop in no time.

Step 1: Update to latest OS

Just do it

Step 2: Change screenshots location

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