Skip to content

Instantly share code, notes, and snippets.

View mattcroberts's full-sized avatar

Matt Roberts mattcroberts

View GitHub Profile
cast_receiver.js:113 [ 0.003s] [cast.receiver.IpcChannel] Opening platform websocket
cast_receiver.js:223 CAST SDK V2 Version: 2.0.0.0108
player.core.js:530 IndexedDB.install
player.core.js:530 Removing IndexedDB from ChromeCast
player.core.js:530 InputEvent.install
player.core.js:530 mathRound.install
player.core.js:530 MediaSource.install
player.core.js:530 Patching Chromecast MSE bugs.
player.core.js:530 VideoPlayPromise.install
player.core.js:530 Using native VTTCue.

Keybase proof

I hereby claim:

  • I am mattcroberts on github.
  • I am mattcroberts (https://keybase.io/mattcroberts) on keybase.
  • I have a public key ASCa_Wi8Ld11x5g-PgBRGA8cxTnY-WzypopbyIpujhzmEgo

To claim this, I am signing this object:

whichl() {
greadlink -f `which "$1"`
}
@mattcroberts
mattcroberts / Brocfile.js
Last active April 11, 2016 19:01
Allow multiple index files with ember-cli
var configReplace = require('ember-cli/lib/broccoli/broccoli-config-replace');
var path = require('path');
var funnel = require('broccoli-funnel');
var EmberApp = require('ember-cli/lib/broccoli/ember-app');
var app = new EmberApp({
fingerprint: {
extensions: ['js', 'css'],
replaceExtensions: ['jsp', 'html']
}
@mattcroberts
mattcroberts / reverseRelationTest_index.html
Last active December 25, 2015 04:59
Reverse Relation
<!DOCTYPE html>
<head>
<script src="js/lib/require.js" data-main="js/Config"></script>
</head>
<body>
</body>
</html>
@mattcroberts
mattcroberts / gist:5772388
Created June 13, 2013 09:22
Modified version of the Raphaël 2.1.0 with a fix for viewbox rendering in IE. Explained in this post: https://github.com/DmitryBaranovskiy/raphael/issues/468#issuecomment-3982457
// ┌────────────────────────────────────────────────────────────────────┐ \\
// │ Raphaël 2.1.0 - JavaScript Vector Library │ \\
// ├────────────────────────────────────────────────────────────────────┤ \\
// │ Copyright © 2008-2012 Dmitry Baranovskiy (http://raphaeljs.com) │ \\
// │ Copyright © 2008-2012 Sencha Labs (http://sencha.com) │ \\
// ├────────────────────────────────────────────────────────────────────┤ \\
// │ Licensed under the MIT (http://raphaeljs.com/license.html) license.│ \\
// └────────────────────────────────────────────────────────────────────┘ \\
// Copyright (c) 2013 Adobe Systems Incorporated. All rights reserved.
//