I have an environment variable named GOPATH. In old style command shell I could run the command %GOPATH%\bin\hello like this: Is there an equivalently simple c
Is a function like: async def f(x): time.sleep(x) await f(5) properly asynchronous/non-blocking? Is the sleep function provided by asyncio any differen
I am unable to see the name of my docker image (myimage1). It is as followes:- The docker file I have used is :- FROM centos:7 MAINTAINER Dev LABEL remarks = "
This is the code I have for displaying Markers related to my user in my db. ``` dbRef.addListenerForSingleValueEvent(new ValueEventListener() { @Overr
I'm setting up an interface between our NextJS Front and a series of backends. The interface will convert the various backs' REST or GraphQL APIs into a unitar
Given a string with repeating pattern here: String s = NameJJ,ABC/firstname,120, NameBB,ABC/secondname,100,NameCC,ABC/thirdname,150,NameJJ,ABC/firstname,200,Na
Say I have an object: elmo = { color: 'red', annoying: true, height: 'unknown', meta: { one: '1', two: '2'} }; I want to make a new object with a su
I have an image upload form that can add, update, and delete image file paths from both the database and server. Currently, when I delete an image entry, the en
I am trying to create a notebook inside another notebook , the created notebook should contain both python code and sql code (using % sql ,% python ) .I need t