I have been changing my tradingview pine code, when I save it, tradingview creates a version. Now I am getting confused with so many version. I want to delete t
I'm trying to convert an int to char with sprintf. for(int i=0; i<n; i++){ char buffer[100]; load = group[i]; int num = pow(10, (lo
I'm writing this code for a class and am pretty new to python, so I wont be surprised if I'm doing a lot of things wrong. I'm trying to compute the intensity of
I have a rather elementary question. I have converted code to be fully async from end to end. In the past, I have worked with Parallel.ForEach() and use lock(s
I'm finding a way to download files using a WeTransfer URL, the WeTransfer API is not longer supported, also I found 3 Github Repos but it doesn't work for me:
I have a default java class JavaClass.java which have one method Return() which return 1. How can I simply call this java method from .net framework project?
I am trying to build a service that streams your screen from a browser to clients (something like twitch). What I have accomplished is I have built a working n
What does the E2E_CONTEXT namespace in Oracle's implementation of the JDBC 4.1 standard mean? Where is it defined? Where can I find all defined namespaces? Can