Suppose that I have this code that should be run two tasks correctly in parallel , I didn't have a good idea about parallels tasks in C# and I would like to jus
I used vue to develop chrome extension based on mainfest v2, now I want to upgrade mainfest v2 to v3. But, popup html is empty. vue is not work. how to solve th
I have a blockly application which generates some output code. Now, is it possible to write some function which will take my output code and will put correspond
when i try to run python manage.py migrate i run into following error Upon running python manage.py run migrations it says no changes detected. and when i run
Suppose I have three functions foo, bar, baz, all of which return nullable types. fun foo(): Int? = 1 fun bar(): Int? = 2 fun baz(): Int? = 3 I want to call th
I am using Triple Store called Apache Jena Fuseki for storing the RDF as input But the thing is that i have data in CSV format. I researched a lot but didn't fi