- Location
- Merchant.Thumbnail
- Merchant.Name
- Merchant.ID
- Location.Name
- Location.ID
- Location.City
- Location.State
- Items.Name
This file contains 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
(function (d, s, id) { | |
var js, | |
sjs = d.getElementsByTagName(s)[0]; | |
if (d.getElementById(id)) return; | |
js = d.createElement(s); | |
js.id = id; | |
js.src = "https://sdk.snapkit.com/js/v1/create.js"; | |
sjs.parentNode.insertBefore(js, sjs); | |
if ( |
This file contains 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
const Pokedex = require('../services/pokedex'); | |
const convert = require('convert-units'); | |
// Add this helper method | |
const parseParameter = (command, text) => { | |
const start = text.indexOf(command); | |
const textStart = text.substring(start) | |
const parameters = textStart.split(" "); | |
if (parameters[1]) { |
This file contains 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 json | |
def handler(event, context): | |
return { | |
"statusCode": 200, | |
'headers': {'Content-Type': 'application/json'}, | |
"body": json.dumps('Hi!') | |
} |
This file contains 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
{ | |
"nodeIdStr": "dr01", | |
"subscriptionIdStr": "base_metrics", | |
"encodingPath": "Cisco-IOS-XR-wdsysmon-fd-oper:system-monitoring/cpu-utilization", | |
"collectionId": "3689119", | |
"msgTimestamp": "1547512956008", | |
"dataGpbkv": [ | |
{ | |
"timestamp": "1547512956007", | |
"fields": [ |
This file contains 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
{ | |
"name": "leaf1", | |
"children": [ | |
{ | |
"name":"transmitted-packets", | |
"timestamp":1538521275265, | |
"value":1521726, | |
"tags":{ | |
"node-name":"0/0/CPU0", | |
"subscription":"telemetrytest", |
This file contains 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
sudo lsof -n -i4TCP:8081 # get the process' PID | |
sudo launchctl list | grep 5693 # find the launchd endpoint | |
sudo launchctl remove com.mcafee.agent.macmn |
This is an current working draft of my minimalist wardrobe. The intent of following items will slowly be added to my wardrobe as I build it from the grounds up.
The premise of these items should meet these minimal requirements:
- High-quality construction along while intent behind materials used
- Versatile to be interchangeable (neutral colors: navy, grey, black, white, oatmeal)
- Not subjected to trends or fast fashion
This file contains 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
user nginx; | |
worker_processes 1; | |
error_log /var/log/nginx/error.log warn; | |
pid /var/run/nginx.pid; | |
events { | |
worker_connections 1024; |
This file contains 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
-----------------------------215622282028325 | |
Content-Disposition: form-data; name="__EVENTTARGET" | |
ctl00$uxContent$ctl01$folderPageHost$uxFolderPageViewModule$uxFolderGridView$s;1$uxSummaryButton | |
-----------------------------215622282028325 | |
Content-Disposition: form-data; name="__EVENTARGUMENT" | |
-----------------------------215622282028325 | |
Content-Disposition: form-data; name="__LASTFOCUS" |
NewerOlder