Skip to content

Instantly share code, notes, and snippets.

Grace L. Christenbery


Work Experience

Graceful Code, LLC 06/2016 - Present
Self-employed

  • I assess client needs & determine the optimal technical solutions to meet them. I have saved clients thousands of dollars by helping them "cut the cord."
  • I am a personal computer technician for clients. I setup software & hardware including MacBooks, Windows PCs, operating system upgrades, printers, smart TVs, streaming devices, and mobile phones.
@Grace
Grace / .block
Created December 6, 2016 07:14 — forked from mbostock/.block
Graph Rollup
license: gpl-3.0
We can't make this file beautiful and searchable because it's too large.
name group protein (g) calcium (g) sodium (g) fiber (g) vitaminc (g) potassium (g) carbohydrate (g) sugars (g) fat (g) water (g) calories saturated (g) monounsat (g) polyunsat (g)
Beverage, instant breakfast powder, chocolate, not reconstituted Dairy and Egg Products 19.9 0.285 0.385 0.4 0.0769 0.947 66.2 65.8 1.4 7.4 357 0.56 0.314 0.278
Beverage, instant breakfast powder, chocolate, sugar-free, not reconstituted Dairy and Egg Products 35.8 0.5 0.717 2 0.138 1.705 41 39 5.1 7.4 358 2.162 1.189 1.027
Beverage, milkshake mix, dry, not chocolate Dairy and Egg Products 23.5 0.88 0.78 1.6 0.0012 2.2 52.9 51.3 2.6 12.8 329 2.059 0.332 0.06
Butter oil, anhydrous Dairy and Egg Products 0.28 0.004 0.002 0 0 0.005 0 0 99.48 0.24 876 61.924 28.732 3.694
Butter, salted Dairy and Egg Products 0.85 0.024 0.714 0 0 0.024 0.06 0.06 81.11 15.87 717 51.368 21.021 3.043
Butter, whipped, with salt Dairy and Egg Products 0.85 0.024 0.827 0 0 0.026 0.06 0.06 81.11 15.87 717 50.489 23.426 3.012
Butter, without salt Dairy and Egg P
@Grace
Grace / redditbot.md
Created July 6, 2016 02:44 — forked from aggrolite/redditbot.md
Writing a reddit bot with Go and OAuth2
@Grace
Grace / gnuize.sh
Created March 24, 2016 09:49 — forked from clayfreeman/gnuize.sh
GNU-ize Mac OS X El Capitan
#!/bin/bash
# Install required packages from Homebrew
brew tap homebrew/dupes
brew install coreutils binutils diffutils ed findutils gawk gnu-indent gnu-sed \
gnu-tar gnu-which gnutls grep gzip screen watch wdiff wget bash gdb gpatch \
m4 make nano file-formula git less openssh python rsync svn unzip vim \
--default-names --with-default-names --with-gettext --override-system-vi \
--override-system-vim --custom-system-icons
brew cleanup
@Grace
Grace / premorph.js
Created March 15, 2016 01:44 — forked from veltman/premorph.js
Morph pre-processing
var oldDistricts = require("./old-raw.geo.json"),
newDistricts = require("./new-raw.geo.json"),
_ = require("underscore"),
turf = require("turf"),
fs = require("fs");
// Clean up GeoJSON, sort districts in order
prep(oldDistricts);
prep(newDistricts);
@Grace
Grace / README.md
Created March 15, 2016 01:40 — forked from veltman/README.md
Redistricting

Old vs. new proposed North Carolina congressional districts, data via WRAL.

Polygons were pre-processed for gentler animation as follows:

  1. For each district, find the difference n in the number of vertices between the old and new district.
  2. Add n vertices to whichever one has fewer, evenly spaced along the existing polyline, so the old and new shape each have the same number of vertices (not great for performance).
  3. For each pair of old/new district, wind the old district around to minimize the sum of the squared distances between point index i in the old district and point index i in the new district.
@Grace
Grace / gist:6b64aff648ebf7568632
Created December 16, 2015 14:42 — forked from xdite/gist:3072362
deploy/asset.rb
# -*- encoding : utf-8 -*-
set :assets_dependencies, %w(app/assets lib/assets vendor/assets Gemfile.lock config/routes.rb)
namespace :deploy do
namespace :assets do
desc <<-DESC
Run the asset precompilation rake task. You can specify the full path \
to the rake executable by setting the rake variable. You can also \
@Grace
Grace / Notes card.markdown
Created December 16, 2015 07:48
Notes card
@Grace
Grace / Material Design Login.markdown
Created December 16, 2015 07:25
Material Design Login

Material Design Login

This is inspired by a previous project of mine (and material design!) that was fairly basic and didn't need to look all that fancy. This is a more complete version with a similar design.

Forked from Jack Cuthbert's Pen Material Design Login.

A Pen by Grace on CodePen.

License.