So here is my method: public int getHeight(IntTreeNode root) { if(root == null) { return 0; } int height = 1 + Math.max(getH
I logged in to rbash using chsh command. Though,I have logged out from rbash but still I am unable to execute various commands like cd , output redirection comm
I'm doing a project where we use Cassandra and I've stumped at an optimisation point. We want to change the database structure considering that read actions are
I created azure active directory admin and give role to pgadmin by using access token I everytime I need to access token whenever I log in but I didnot want to
import sys import pygame pygame.init() screen = pygame.display.set_mode((0,0)) red = (255,0,0) blue = (0,0,255) img = pygame.image.load("car.png") while True:
I have an timestamp in unix like below which is in +2:00 timezone, but I want to get this same date but in +0:00 timezone, with using dayjs, console.log("TIMEST
I saw swagger documentation of Flask and Django. In Flask I can design and document my API hand-written.(Include which fields are required, optional etc. under
Quick question regarding metrics of type *_bucket please. My application generates metrics, like those below: # HELP http_server_requests_seconds # TYPE http
This issue is already resolved in swaggerfox below code snippet - @Primary @Bean public SwaggerResourcesProvider swaggerResourcesProvider(InMemorySwaggerResourc
I have a bucket in S3 to which I wish to PUT some data using JavaScript running on "http://cats.com". To ensure only requests from "cats.com" can make PUT reque