#include <iostream> #include <iomanip> #include <string> int main(){ int r,c,g; std::cin>>r>>c>>g; char box
I'm trying to use WsFederation on a "SSO Site" to authorize across a family of apps on the same domain. In my test configuration, I have the following setup: SS
When I hit http://localhost:8888/limits-service/default I'm getting: This application has no explicit mapping for /error, so you are seeing this as a fallback.
I have a function that scrolls an image, and a subprocess within it that generates the next image behind the scenes to display, so that the transition between t
I have a complicated Task List spreadsheet which keeps track of done tasks. Due to the settings I need to have some formulas and ranges protected to avoid users
I have this in my pre-request script: var moment = require("moment"); postman.setEnvironmentVariable("current_timestamp", moment().add(10, 'seconds').valueOf())
I am sending an http request with below header. Header = {"InstanceId" : "1"} How to route to an cluster(endpoint) using this header value i.e. 1 What i actuall