Skip to content

Instantly share code, notes, and snippets.

View jeffthink's full-sized avatar

Jeff Bordogna jeffthink

View GitHub Profile
@jeffthink
jeffthink / is-working-azure-pipelines.yaml
Created December 6, 2019 01:19
Azure Pipelines Debugging
# Python Function App to Linux on Azure
# Build a Python function app and deploy it to Azure as a Linux function app.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
trigger:
- trunk
variables:
# Azure Resource Manager connection created during pipeline creation
@jeffthink
jeffthink / bower.json
Last active December 25, 2015 12:59
Bower install issues
{
"name": "Web",
"version": "0.0.1",
"dependencies": {
"requirejs": "~2.1.8",
"backbone": "~1.0.0",
"backbone-associations": "~0.5.3",
"backbone.babysitter": "~0.0.6",
"backbone.basicauth": "~0.4.0",
"zepto": "~1.0.0",
@jeffthink
jeffthink / Procfile
Created October 11, 2013 00:26
Express.static in heroku
web: node server/app.js
@jeffthink
jeffthink / gist:3855980
Created October 9, 2012 01:10
Nodejitsu deploy error
info: Updating app dylans-fridge
info: Activating snapshot 0.0.1-5 for dylans-fridge
info: Starting app dylans-fridge
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error:
error: There was an error while attempting to start the app
error: Error spawning drone
error: Script prematurely exited
error:
@jeffthink
jeffthink / gist:3855672
Created October 8, 2012 23:48
Meteor app package.json
{
"name": "dylans-fridge",
"subdomain": "dylans-fridge",
"domains": [
"dylansfridge.com",
"www.dylansfridge.com"
],
"scripts": {
"start": "node main.js"
},
@jeffthink
jeffthink / index.html
Created January 18, 2012 03:31
Simple d3 Radar Chart
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Simple Radar Chart</title>
<link rel="stylesheet" href="style.css"/>
<script src="http://mbostock.github.com/d3/d3.js?2.5.0"></script>
<script src="radar.js"></script>
</head><body><h1>Simple Radar Chart</h1>
<div id="viz">
</div>
@jeffthink
jeffthink / index.html
Created December 11, 2011 21:07
Jeditable callback in chrome/safari
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Test</title>
<style type="text/css">
#test {
width:100px;
height:50px;
margin:5px;
padding:5px;
@jeffthink
jeffthink / data.csv
Created August 27, 2011 14:23
Testing Grouped Data
date wounds other disease
5/1854 0 95 105
6/1854 0 40 95
7/1854 0 140 520
8/1854 20 150 800
9/1854 220 230 740
10/1854 305 310 600
11/1854 480 290 820
12/1854 295 310 1100
1/1855 230 460 1440