we want to implement your API for our website to deliver something, we are going to use your Client Credentials (2-legged) but there is no client_secret in my M
What would be the best way to list installed components of my Visual studio 2017 installation ? I know I can start the Visual Studio Installer > Modify and
I have a problem with generics in Go in combination with prop edit. here is an example: type Option[T any] func(T) func AssignOption[T any, O Option[T]](b T, o
I'm currently looking for tricky interview snippets and I found two that I cannot explain. I merged them together so they can be run at the same time. Here is t
I need to make a form where I am having one field which is Gender as dropdown I already have some data I need to auto select my dropdown value based on the data
Is there a way to conditionally import a module on C++20 without a preprocessor directive? pseudo-code: if WINDOWS: import my_module; else: import other
I need to draw an arc with R radius between two points x1,y1 and x2,y2. I'm trying to draw this arc on html canvas. I'll add two examples along with this questi