All Questions

19771 questions


1 answers
317 views
0
I want to divide PDFs into specified pages and save them with the specified name.

The PDF is 62 pages in total.For this PDF, we have created a dictionary similar to the following:The contents are the name and the number of pages to save.pdf_dic={ 'tokyocaffe': 3, 'yokohamabook': 10...

1 years ago

2 answers
405 views
0
I want PowerShell to array everything that matches the regular expression.

If the following conditions exist, I would like to include the contents of the matched parentheses in the array.How do I achieve this with PowerShell?conditions:$data={ab}, {cd}, {ef}...#This length i...


1 answers
441 views
0
What is the difference between dev and origin/dev when you push git?

I have a question about the git push command below.In the command 1, I think I will push the current HEAD to the dev branch of the remote repository, but what is the difference in the case of 2?

git
1 years ago

1 answers
386 views
0
I want to know what the compilation error [expected initializer before 'Render'] means.

Question detailsThere is an error in the source file below, but I do not understand the meaning of this error code.expected initializer before 'Render' What should I do with the initializer that I nee...

c++
1 years ago

2 answers
460 views
0
What is Forms[0] for Invoke-WebRequest results on PowerShell?

There are some parts of the code listed on the following site that I don't understand.Why are you substituting Forms[0] for $response?What does it mean?Form posts with PowerShell $form=$response.Forms...

1 years ago

2 answers
332 views
0
Why does the application t appear to be preventing me from restarting when I restart in Windows 11?

Why does the application t appear to be preventing me from restarting when I restart in Windows 11?When I looked it up, I thought it was a CPU-intensive virus, but the security software didn't detect ...

1 years ago

1 answers
318 views
0
I want to know what I have to do until the next loop if I finish with a multi-threaded game loop.

Question detailsI'd like to know how to make a game loop process.As it is asynchronous, one of them ends first, so what should I do then?What I checked and foundAn object to be drawn by calculation is...

1 years ago

3 answers
224 views
0
I want to count the number of cities by province from the csv file.

I would like to count the number of cities by prefecture from the national address data CSV;KEN_ALL.CSV using python.Contents of National Address Data CSVimport csvresult={}filename = 'KEN_ALL.CSV'pre...

1 years ago

1 answers
410 views
0
Cannot expand variable in backquote

A shell script that moves a file containing the string ice into the ice folder.There are two ice creams in the cord.I'd like to do this only in one place, but I don't know how to write it.I would appr...

1 years ago

1 answers
318 views
0
What is the difference between dev and origin/dev when you push git?

I have a question about the git push command below.In the command 1, I think I will push the current HEAD to the dev branch of the remote repository, but what is the difference in the case of 2?

git
1 years ago
« - 36 - »

© 2024 OneMinuteCode. All rights reserved.