Skip to content

Instantly share code, notes, and snippets.

View clindsey's full-sized avatar

not important clindsey

  • haunting the internet
View GitHub Profile
@clindsey
clindsey / index.html
Created December 1, 2016 03:14
worldFlow
<canvas id="canvas" width="500" height="500"></canvas>
@clindsey
clindsey / index.html
Created December 1, 2016 03:13
weltFlow
<canvas id="canvas" width="500" height="500"></canvas>
<ul>
<li>move the mouse around the field to generate flow fields leading to that point</li>
<li>the system is optimized by breaking the map into many smaller sectors to generate the flow fields then stitching them together</li>
</ul>
@clindsey
clindsey / index.html
Last active December 1, 2016 03:12
sectorFlow
<canvas id="canvas" width="400" height="400"></canvas>
<ul>
<li>move the mouse around the field to generate flow fields leading to that point</li>
<li>the system is optimized by breaking the map into many smaller sectors to generate the flow fields then stitching them together</li>
</ul>
@clindsey
clindsey / c-form-button-1-0-0.markdown
Last active November 18, 2016 01:14
c-form-button-1.0.0
@clindsey
clindsey / style.scss
Created November 18, 2016 01:03
trusted-settings-1.0.0
$btn-ghost-border-width: 2px;
$widget-border-width: 1px;
$box-radius: 8px;
$control-radius: 4px;
/* begin colors */
$gray-dark: #373a3c;
$gray: #55595c;
$gray-light: #818a91;
$gray-lighter: #eceeef;
@clindsey
clindsey / c-form-field-1-0-0.markdown
Last active November 18, 2016 01:13
c-form-field-1.0.0
@clindsey
clindsey / c-form-radio-1-0-0.markdown
Last active November 18, 2016 01:13
c-form-radio-1.0.0
@clindsey
clindsey / design-elements-1-0-0.markdown
Last active November 18, 2016 01:19
design-elements-1.0.0
@clindsey
clindsey / download.sh
Created November 15, 2016 15:36
inuitcss downloader
#! /bin/bash
echo '' > inuit.scss
url="https://raw.githubusercontent.com"
for i in $(cat query.txt); do
content="$(curl -s "$url/$i")"
echo "$content" >> inuit.scss
done
@clindsey
clindsey / inuit-dump.markdown
Created November 15, 2016 07:04
inuit-dump

inuit-dump

this is some inuitcss code, not latest version though

github.com/inuitcss/settings.defaults/master/_settings.defaults.scss github.com/inuitcss/settings.responsive/master/_settings.responsive.scss github.com/inuitcss/tools.functions/master/_tools.functions.scss github.com/inuitcss/tools.mixins/master/_tools.mixins.scss github.com/inuitcss/tools.responsive/master/_tools.responsive.scss github.com/inuitcss/tools.widths/master/_tools.widths.scss