-
I have writter simple signalr with .net core web api + angular 8 it works fine with api and sends …
- 464 views
- 0 answers
- 0 votes
-
- 409 views
- 1 answers
- 0 votes
-
- 429 views
- 1 answers
- 0 votes
-
I am trying to select from a SQLite table but I want to use a variable instead of a specifying …
- 413 views
- 1 answers
- 0 votes
-
I’d like to write a function which adds columns to a global dataframe df1, which is predefined. So, I called …
- 393 views
- 0 answers
- 0 votes
-
I am using MIP package in python to solve an optimization problem and I am trying to get continuous values …
- 385 views
- 0 answers
- 0 votes
-
Please, help resolve the issue. There is a code: $curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_URL => "https://woo.elementcreator.com?wc-api=serial-numbers-api", CURLOPT_RETURNTRANSFER => true, …
- 417 views
- 0 answers
- 0 votes
-
I am posting a form to a script with this code: foreach($_POST as $k=>$v){ if(!is_array($v)){$$k=dbenc($v);} else{$$k=$v;} $_SESSION["cat"][$k]=$v; } $url=vlookup("url","cat","cat=$cat"); // …
- 418 views
- 1 answers
- 0 votes
-
I believe I have a simple problem but I don’t know what I am missing. At the beginning of my …
- 381 views
- 0 answers
- 0 votes
-
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? …
- 364 views
- 1 answers
- 0 votes