Trending questions
24,234,688 questions
-2
votes
0
answers
20
views
How can I improve this Python function?
I’ve written a program and would love your feedback. If you find any issues, please let me know so I can fix them. Thanks!
I work in Iran, thank you for solving my problem, I am trying very hard
If ...
-3
votes
0
answers
18
views
Trouble with Gmail API [closed]
I'm trying to read email using gmail API. It was working for a while, then I guess it hit an email it didn't like and now all I get is An error occurred: 'parts'
try:
# Call the Gmail API
...
2
votes
1
answer
14
views
How to replace string values in a strict way in Polars?
I'm working with a Polars DataFrame that contains a column with string values. I aim to replace specific values in this column using the str.replace_many() method.
My dataframe:
import polars as pl
df ...
1
vote
0
answers
17
views
how to use pivot functions in R with no proper column names
I have a fairly unconventional list of dataframes, each of which is essentially comprised of about six smaller data frames. Here is a toy example of one of the dataframes in the list:
structure(list(....
-3
votes
0
answers
13
views
I want to put the result of an tennisgame in google excel spreadsheets. But I don't get the results in excel [closed]
I want to put the result of tennis games in google excel spreadsheets .Can you help me to fix this problem?
importdata
importxml
=IMPORTDATA(https://www.flashscore.nl/tennis/)
=IMPORTDATA(https://www....
0
votes
0
answers
17
views
Console Error: Uncaught ReferenceError: functioName is not defined - Javascript [closed]
I have a js file that loads onto my page, that contains this code:
function m_ASSUREV17() {
document.getElementById("t_ASSUREV17").innerHTML = t_ASSUREV17;
document....
0
votes
0
answers
12
views
how to create clock in FPGA?
Hi I'm new in FPGA programming and I just wrote secend verilog code in my life :
module diodes (
output d_1,
output d_2,
output d_3,
input clk
);
reg [63:0] counter;
initial counter = ...
-3
votes
0
answers
12
views
How can I make a printf in assembly x32 that can prints 256chars [closed]
I’m writing a tiny demo in 32-bit x86 assembly (NASM 2.16) under Linux x86 (Ubuntu 22.04, GCC 13 / binutils 2.42).
For learning purposes I want to avoid printf from libc and roll my own PRINTF macro ...
0
votes
0
answers
11
views
Is it possible to retrieve an entire directory from a web URL at once?
I'm currently attempting to scrape a wiki for some image files. I have determined that every image I want is hosted at a URL with the following structure:
https://static.wikia.nocookie.net/<game ...
0
votes
1
answer
7
views
Android Studio -- Need to read a CSV outside the /src/ folder
So, I'm doing a project for a class, and I need to open a CSV file for reading only. The rubric specifies as follows:
"Your application will read in data from text files placed in the assets ...
0
votes
0
answers
10
views
Passing an AppStorage Toggle Status to a ViewModel
I want to give users of my app the option of turning on app sound confirmations. I am having trouble passing the toggle status (soundStatus) from the view menu (contentView) to the viewModel (...
-1
votes
1
answer
29
views
Having serious problems with passing variables / lists between functions, and then getting them to execute the program
I'm trying to get the program to open a file, send that data to a list 'words', and then have it send that list to the pickWord() function, where it will then pick a word at random inside the list, ...
0
votes
0
answers
6
views
Why can't I use azure/login@v2 since I am using GitHub environments?
I'm struggling with this issue.
In my GitHub workflow, I connected to Azure using a service principal. My Azure credentials are stored in my GitHub secrets at the repository level. Initially, ...
0
votes
1
answer
28
views
"EIdOSSLLOadingCertError [...]PEM_read_bio:no start line" when trying to post with TIdHTTP and SSLIOHandler
I'm trying to do a POST request in Delphi, using the Indy TIdHTTP component. The target host requires a certificate and key files. Testing the requests with Postman or Insomnia, it works fine, returns ...
-1
votes
0
answers
5
views
Keywords dropped after switching to WebP — what went wrong?
I launched my website around March 30. At first, I had about 120 keywords showing in Google, even though I hadn’t indexed all pages yet.
Recently, I redesigned the site and converted images from JPEG ...