All Questions

Filter by
Sorted by
Tagged with
0
votes
0answers
5 views

How to fix this incrementation?

I am trying to increment the number of slashes per the user input, but cannot seem to get it to work. So far, I have: int numberOfDolls = 0; cout << "Number of dolls -> "; ...
0
votes
0answers
2 views

Plot model confidence intervals and shade between

I have the following model: model <- lm(SPL~Fc*mean_BoatCount,data=data_sub) summary(model) pred_model <- predict(model) #' Get predicted values of model for plotting #' Use predicted values ...
0
votes
0answers
3 views

Why am I getting a command error installing pyautogui with pip3 (macos)?

I tried installing the pyautogui: pip3 install pyautogui I get this error code: picture of error code It runs for every pyautogui version, trying to find one that satisfies the requirements. I have ...
0
votes
0answers
2 views

How are Scheme closures formally defined?

I’ve recently ventured into the awesome land of writing a Scheme interpreter, and I’ve run into a roadblock: closures. From what I understand, they encapsulate a local environment with a procedure ...
0
votes
0answers
2 views

i am struggling with dynamic array, and memory allocation

so I've been stuck on this for the past hour and I just can't seem to crack it. I have a "nums.txt" file with about 513 elements and I need to read that file into an array, after that, I ...
0
votes
0answers
2 views

Preventing the plotting of lower timeframe on higher timeframe in pine-script tradingview charts

I am plotting support/resistance and I want the lines to go from higher timeframe to lower timeframe so I would want to see the Daily lines on 4H chart, and not on the weekly chart. How do I make ...
0
votes
0answers
4 views

What's the difference between these two and who do i achieve quick all file access permission usage

I have tried using manage external storage but my app perission settings still have three section how can I make it just two like other apps
0
votes
0answers
4 views

Uploading data to google colab comes as dictionary, unlike uploading to notebook. Why is this?

How can I change the dictionary to dataframe in colab? I added two pictures. One from colab and the other from notebook. https://i.stack.imgur.com/o9yMf.png https://i.stack.imgur.com/DcY8T.png Thanks!
0
votes
0answers
3 views

Accept-CH not works

I get the following code added between <head> and </head> to detect Windows 11: <meta http-equiv="Accept-CH" content="Sec-CH-UA-Platform-Version"> However, I ...
0
votes
0answers
7 views

C++ Passing variables into class variable methods

Currently using C++20. Given the layout shown below, what would be the most optimal way of passing the registry variable to the renderEngine variable's class methods that need it? Should I make the ...
0
votes
0answers
4 views

EF Core using HasConversion causing DbUpdateConcurrencyException

I am using EF core to store a local copy of a database. When a row is removed from the server database I need to remove that row from the local database using EF Core. I have run into an issue on an ...
0
votes
0answers
3 views

Make sacct to not truncate the SLURM_ARRAY_TASK_ID

I need to find the taskID of my job array that got a timeout. So I use sacct as follows. sacct -u <UserID> -j <jobID> -s TIMEOUT and I get this as output. User JobID start ---- ...
0
votes
0answers
6 views

Backtracking with recursion. Why is the code working

Could you please help me understanding the below code snippet. the note says it's doing a string permutation by back tracking but I just don't get it. I don't get what the nested for loops are doing. ...
0
votes
0answers
5 views

Rick & morty API REACT

I am using rick & morty API, and i want to render cards of the result where I display name, gender, location & episode name. But the object returns this. > "results": [ { ...
0
votes
0answers
3 views

how to keep google assistant device-specific

I know this ain't a code concerning question, But I need to know, is there a way to separate google account from devices ? I do mean for assistant because lately I allowed it on my phone and I was ...

15 30 50 per page
1
2 3 4 5
1475990