Skip to content

Instantly share code, notes, and snippets.

View JaimeStill's full-sized avatar
👽

Jaime Still JaimeStill

👽
  • Arma Global / General Dynamics
  • Fayetteville, NC
View GitHub Profile
@JaimeStill
JaimeStill / experiments.js
Created April 23, 2016 06:31
D3 Maps Notes
(function () {
var createBoundingMap = function () {
var height = 600,
width = 900;
var projection = d3.geo.mercator();
var mexico = void 0;
var path = d3.geo.path().projection(projection);
@JaimeStill
JaimeStill / index.html
Created April 23, 2016 23:15
Rotating Orthographic - USA Highlighted
<!DOCTYPE html>
<html>
<head>
<title>Rotating Orthographic - USA Highlighted</title>
<meta charset="utf-8" />
<link href="site.css" rel="stylesheet" />
</head>
<body>
<h2>Rotating Orthographic - USA Highlighted</h2>
<div id="rotating-orthographic"></div>
@JaimeStill
JaimeStill / dotnet.md
Last active July 13, 2017 20:06
Snippet notes related to .NET technologies
@JaimeStill
JaimeStill / javascript.md
Last active April 19, 2017 13:15
Snippet notes related to JavaScript and JavaScript-based technologies
@JaimeStill
JaimeStill / powershell.md
Last active August 18, 2017 13:13
Snippet notes related to PowerShell and CLI
@JaimeStill
JaimeStill / intermediate-aspnet-core.md
Last active July 9, 2017 13:23
MVA Intermediate ASP.NET Core 1.0
@JaimeStill
JaimeStill / ffmpeg.md
Last active May 4, 2018 03:18
Globally install ffmpeg and convert video to gif
@JaimeStill
JaimeStill / bootstrap-intro.md
Last active March 12, 2017 15:47
Introductory Tutorial for Working with Bootstrap
@JaimeStill
JaimeStill / angular.md
Last active July 19, 2018 11:42
MVA Introduction to Angular