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
"{ | |
\"tenantId\": \"StaplesDotCom\", | |
\"ctxId\": \"e70a241c0dff5dbacb0bbe7475218468.807d06bbe00e0c367e1aea9c9dbe9f80\", | |
\"type\": \"REGULAR\", | |
\"status\": \"ACTIVE\", | |
\"cartId\": \"131ffff4-c5a1-11e7-aff9-005056b473cb\", | |
\"items\": [ | |
{ | |
\"cartItemId\": \"131ffff5-c5a1-11e7-aff9-005056b473cb\", | |
\"itemId\": \"125328\", |
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
var yo = require('yo-yo') | |
var numbers = [] // start empty | |
var el = list(numbers, update) | |
function list (items, onclick) { | |
return yo`<div> | |
Random Numbers | |
<ul> | |
${items.map(function (item) { |
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
var Obstruct = require('obstruction') | |
var parse = Obstruct({ | |
value: Obstruct.parent({ | |
name: true | |
}) | |
}) | |
var result = parse({ | |
value: { |
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
var assert = require('assert') | |
var prefix = require('inline-style-prefix-all') | |
var style = { | |
transitionProperty: 'transform' | |
} | |
document.body.innerHTML = [ | |
'<div>first = ' + JSON.stringify(prefix(style,null,2)) + '</div>', | |
'<br/>', |
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
var murmur = require('murmurhash') | |
var cases = [ | |
{ color: '#0008d0' }, | |
{ color: '#000f82' } | |
] | |
document.body.innerHTML = cases | |
.map(JSON.stringify.bind(JSON)) | |
.map(murmur) |
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
"format register"; | |
(function() { | |
function define(){}; define.amd = {}; | |
; | |
(function(undefined) { | |
var objectTypes = { | |
'boolean': false, | |
'function': true, | |
'object': true, | |
'number': false, |
This file has been truncated, but you can view the full file.
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
"format register"; | |
System.register("rtts_assert/src/rtts_assert", [], function($__export) { | |
"use strict"; | |
var __moduleName = "rtts_assert/src/rtts_assert"; | |
var _global, | |
POSITION_NAME, | |
primitives, | |
genericType, |
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
/*************************** | |
* IONIC INTERNAL CONFIG | |
***************************/ | |
import {TabsConfig} from 'ionic/components/tabs'; | |
function MaterialTabsMixin(tabsInstance) { | |
Pannable(tabsInstance); | |
return { | |
onPanStart() {}, | |
onPan() {}, |
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
var sequence = $animateSequence({ styler: 'webAnimations' }) | |
.animate({ | |
transform: translateString(startPos.left, startPos.top, 0) + ' scale(0.2)', | |
opacity: 0 | |
}, { | |
transform: translateString(endPos.left, endPos.top, 0) + ' scale(1.0)', | |
opacity: 1 | |
}); |
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
info: Welcome to Nodejitsu appriculture | |
info: jitsu v0.12.15, node v0.8.25 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in node server.js | |
debug: { method: 'GET', | |
debug: uri: 'https://api.nodejitsu.com/apps/appriculture/appriculture-server', | |
debug: headers: | |
debug: { Authorization: '*************************************************************************', | |
debug: 'Content-Type': 'application/json' }, |
NewerOlder