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
curl -XPOST -H "Content-Type:application/json" -d '{"query":"query storeSearch($searchText: String!, $filters: [String]!) {\n storeSearch(searchText: $searchText, filters: $filters) {\n stores {\n ...storeSearchResult\n }\n fuel {\n ...storeSearchResult\n }\n shouldShowFuelMessage\n }\n}\n\nfragment storeSearchResult on Store {\n banner\n vanityName\n divisionNumber\n storeNumber\n phoneNumber\n showWeeklyAd\n showShopThisStoreAndPreferredStoreButtons\n distance\n latitude\n longitude\n address {\n addressLine1\n addressLine2\n city\n countryCode\n stateCode\n zip\n }\n pharmacy {\n phoneNumber\n }\n}\n","variables":{"searchText":"38053","filters":[]},"operationName":"storeSearch"}' https://www.kroger.com/stores/api/graphql | jshon | less |
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
{ | |
"1022": { | |
"status_code": 1002, | |
"error_message": "Bad or missing protocol_id" | |
}, | |
"4096": { | |
"status_code": 1002, | |
"error_message": "Bad or missing protocol_id" | |
}, | |
"5038": { |
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
Protocol ID: 1022 | |
{"status_code":1002,"error_message":"Bad or missing protocol_id"} | |
Protocol ID: 4096 | |
{"status_code":1002,"error_message":"Bad or missing protocol_id"} | |
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
{ | |
"api_version": "1", | |
"is_new_mode": "1", | |
"protocol_name": "Transformation of Skeletonema marinoi using Multipulse Electroporation", | |
"last_modified": "1487254340", | |
"type_id": "1", | |
"link": "", | |
"fork_id": "", | |
"public_fork_note": "", | |
"number_of_steps": "7", |
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
{ | |
"api_version": "1", | |
"is_new_mode": "0", | |
"protocol_name": "Construction of microarrays and their application to virus analysis", | |
"last_modified": "1485996809", | |
"type_id": "1", | |
"link": "http://www.aslo.org/books/mave/MAVE_034.pdf", | |
"fork_id": "", | |
"public_fork_note": "", | |
"number_of_steps": "0", |
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
#include <SD.h> | |
#include <TinyGPS.h> | |
#include <SoftwareSerial.h> | |
SoftwareSerial shield(2,3); // configure software serial port | |
// Create an instance of the TinyGPS object | |
TinyGPS gps; | |
void setup() | |
{ |
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
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/x86 4.0.1-1 Kernel Configuration | |
# | |
CONFIG_64BIT=y | |
CONFIG_X86_64=y | |
CONFIG_X86=y | |
CONFIG_INSTRUCTION_DECODER=y | |
CONFIG_PERF_EVENTS_INTEL_UNCORE=y | |
CONFIG_OUTPUT_FORMAT="elf64-x86-64" |
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
Xbuilder = cell(1, 27); | |
for x = 1:3 | |
for y = 1:3 | |
for z = 1:3 | |
i = (((x - 1) * 9) + ((y - 1) * 3) + (z - 1)) + 1; | |
Xbuilder{1,i} = [x 0 0; 0 y 0; 0 0 z;]; | |
end | |
end | |
end |
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
@echo off | |
:: To reset all folders to default folder views | |
Reg Delete "HKCU\Software\Microsoft\Windows\Shell\BagMRU" /F | |
Reg Delete "HKCU\Software\Microsoft\Windows\Shell\Bags" /F | |
Reg Delete "HKCU\Software\Microsoft\Windows\ShellNoRoam\Bags" /F | |
Reg Delete "HKCU\Software\Microsoft\Windows\ShellNoRoam\BagMRU" /F | |
Reg Delete "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU" /F |
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
@echo off | |
:: To reset all folders to default folder views | |
Reg Delete "HKCU\Software\Microsoft\Windows\Shell\BagMRU" /F | |
Reg Delete "HKCU\Software\Microsoft\Windows\Shell\Bags" /F | |
Reg Delete "HKCU\Software\Microsoft\Windows\ShellNoRoam\Bags" /F | |
Reg Delete "HKCU\Software\Microsoft\Windows\ShellNoRoam\BagMRU" /F | |
Reg Delete "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU" /F |
NewerOlder