I hereby claim:
- I am zachdunn on github.
- I am zachdunn (https://keybase.io/zachdunn) on keybase.
- I have a public key whose fingerprint is 5EC4 20A3 79C7 8F96 6C71 519D AC0A D429 B93C FB72
To claim this, I am signing this object:
<?php | |
//Take a text file of video ID codes and output them as links | |
ini_set('auto_detect_line_endings', true); | |
class Link_Builder | |
{ | |
public $website; /* Name (slug) of site */ | |
public $base_url; | |
public $file_location; |
/* | |
Vertical Ticker Plugin | |
Copyright (c) 2011 Zach Dunn / www.onemightyroar.com | |
Released under MIT License | |
-------------------------- | |
Structure based on Doug Neiner's jQuery plugin blueprint: http://starter.pixelgraphics.us/ | |
*/ | |
(function( $ ){ | |
if(!$.omr){ |
'use strict'; | |
angular.module('angularApp') | |
.directive('connectivity', ($window, $parse) -> | |
return ($scope, element, $attrs) -> | |
# Parse attribute value into JSON | |
events = $scope.$eval($attrs.connectivity) | |
# Loop through events in JSON object |
(function(window){ | |
var Pen = function(context){ | |
var drawing; | |
this.reset = function(){ | |
context.beginPath(); | |
context.lineCap = 'round'; | |
context.lineWidth = 5; | |
context.strokeStyle = "#333333"; | |
}; |
#!/usr/bin/env bash | |
# Colours picked from https://robinpowered.com/blog/best-practice-system-for-organizing-and-tagging-github-issues/ | |
### | |
# Label definitions | |
### | |
declare -A LABELS | |
# Platform |
(function () { | |
'use strict'; | |
/** | |
* Broadcast changes to the page's visibility (via page visibility API) | |
* Source: https://gist.github.com/sym3tri/9357439 | |
*/ | |
function VisibilityService ($document, $rootScope, _) { | |
var document = $document[0], | |
features, | |
detectedFeature; |
// Convert ISO8601 timestamp to usable date by stripping timezone offset | |
=DATEVALUE(MID(A1, 1, 10)) + TIMEVALUE(MID(A1, 12, 8)) | |
// Obscure email address | |
// Example: [email protected] > al***@robinpowered.com | |
=SUBSTITUTE(A2, MID(A2, 3, FIND("@",A2) - 3), REPT("*", LEN(MID(A2, 3, FIND("@", A2) - 3 )))) |
// Modified: https://github.com/EmilTholin/node-exchange-autodiscover/blob/master/lib/index.js | |
'use strict'; | |
var Promise = require('bluebird'); | |
var rp = require('request-promise'); | |
var dnsResolve = Promise.promisify(require('dns').resolve); | |
var parseString = Promise.promisify(require('xml2js').parseString); | |
const EWS_URL_SETTING = 'ExternalEwsUrl'; | |
/** |
I hereby claim:
To claim this, I am signing this object: