Skip to content

Instantly share code, notes, and snippets.

View emphaticsunshine's full-sized avatar

Mohit Seth emphaticsunshine

View GitHub Profile
@emphaticsunshine
emphaticsunshine / TagAnalysis.md
Created June 7, 2018 22:18
Analysis for tags prop where it is being used.

Tags Analysis

Places where tags are used:

  • Appliance Check
  • Prop65
  • Fine Jewelry Check
  • Small App check for Protection Plan
  • No Index check for SEO
  • Sephora Check
  • Check for silver
//resxclsx.js v5.5 Copyright 2004-2017 Certona Corporation www.certona.com. All rights reserved.
//m.jcpenney.com
var certonaResx = function() {
"use strict";
var e, n = "certonaResx.showResponse", r = "", t, i, s = false, c, f, l, a, o, u;
function d(e) {
return parseInt(e, 10)
}
function x(e) {
try {
<script type="application/ld+json">
{
"@context": {
"gs1": "http://gs1.org/voc/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"e" : {"@id":"gs1:availabilityEnds","@type":"xsd:dateTime"},
"c" : {"@id":"gs1:eligibleTradeChannel","@type":"gs1:TradeChannelCode"},
"x" : {"@id":"gs1:exclusionDescription","@language":"en-us"},
@emphaticsunshine
emphaticsunshine / example.scss
Last active August 29, 2015 13:59
SASS forking to override paths
@path '("bootstrap": "../components/bootstrap-sass/vendor/assets/stylesheets/bootstrap")';
@import "bootstrap";
@emphaticsunshine
emphaticsunshine / gist:5517945
Created May 4, 2013 16:08
Snapshot load error
mbp-0335:helloworld mseth$ jitsu snapshots activate
info: Welcome to Nodejitsu emphaticsunshine
info: jitsu v0.12.10-2, node v0.8.7
info: It worked if it ends with Nodejitsu ok
info: Executing command snapshots activate
info: Attempting to load snapshots for /Users/mseth/Projects/jitsu/helloworld/package.json
info: Listing snapshots for atxweather
prompt: Snapshot Name: 1
/usr/local/lib/node_modules/jitsu/lib/jitsu/commands/snapshots.js:217
@emphaticsunshine
emphaticsunshine / gist:5517840
Created May 4, 2013 15:34
Jitsu update error message.
mbp-0335:helloworld mseth$ jitsu apps update
info: Welcome to Nodejitsu emphaticsunshine
info: jitsu v0.12.10-2, node v0.8.7
info: It worked if it ends with Nodejitsu ok
info: Executing command apps update
error: Error running command apps update
error: Nodejitsu Error (404): Item not found
error: not_found
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.ahead(100);
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.ahead(100);
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.ahead(100);