Five French-Fried Fatties Following Four Fantastic Fire Fighters Fell Face-Forward.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import FirebaseAdapter from 'emberfire/adapters/firebase'; | |
export default FirebaseAdapter.extend({ | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Ember from 'ember'; | |
export default Ember.Component.extend({ | |
width: 640, | |
height: 480, | |
mapId: "1cYav2PnjE3KNLTV09MgZp2M4JKQ" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Ember from 'ember'; | |
export default Ember.Controller.extend({ | |
appName: 'Fish Logged', | |
units: { | |
weight: 'lb' | |
}, | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Ember from 'ember'; | |
import { Oscillator } from 'ember-audio'; | |
import { MusicalIdentity } from 'ember-audio/mixins'; | |
const MusicallyAwareOscillator = Oscillator.extend(MusicalIdentity); | |
export default Ember.Component.extend({ | |
items: [ | |
415.3, | |
215.3, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import DS from 'ember-data'; | |
import Adapter from "ember-data/adapters/rest"; | |
const { errorsHashToArray } = DS; | |
export default Adapter.extend({ | |
handleResponse(status, headers, payload) { | |
if (this.isInvalid(...arguments)) { | |
payload.errors = errorsHashToArray(payload.errors); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Hipchat Themes | |
// @namespace http://madsendev.com/ | |
// @version 0.2 | |
// @description Style hipchat web app. | |
// @author [email protected] | |
// @match *.hipchat.com/chat/* | |
// @grant none | |
// ==/UserScript== |
I hereby claim:
- I am ruzz311 on github.
- I am ruzz311 (https://keybase.io/ruzz311) on keybase.
- I have a public key whose fingerprint is 600E C012 5F25 0818 0492 35FC 8785 FB8B D929 AFCF
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name angular tools | |
// @namespace http://madsendev.com | |
// @version 0.1 | |
// @description remove ads on speedtest.net | |
// @author You | |
// @match *://*/* | |
// @grant none | |
// @run-at document-idle | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// most snippets found at | |
// https://github.com/bahmutov/code-snippets for most snippets | |
// https://github.com/bgrins/devtools-snippets/ | |
(function loadAllSnippets(window) { | |
var keyname = 'snippets', | |
templates = { | |
bgrinsImg:'https://rawgit.com/bgrins/devtools-snippets/master/snippets/$s/$s.png', | |
}, | |
remoteSnippet = { |