All Questions

19771 questions


2 answers
481 views
0
in a regular expression, a way of writing in which the same word matches n or more iterations

Hello I want to create a condition that matches the same word repeatedly.Example)@Apple @Tangerine @Banana @Apple @ grapeIf there is a string called that starts with @ and ends with a half-width space...

1 years ago

1 answers
437 views
0
Unable to run bash on Docker

I am thinking of creating a machine learning environment using Docker.So I'm trying to build an environment using docker, but I can't run bash well.After running docker-compose up, docker-compose exec...

1 years ago

1 answers
326 views
0
Is there a code that reads the numeric image on the screen and switches to numeric characters?

My goal is to figure out the in-game damage formula, which requires me to look at and calculate a lot of damage. It's hard for me to do it myself, so I'm going to recognize the damage number (1930-182...

1 years ago

1 answers
368 views
0
Member ID to appear in the text

If my ID registered on the homepage is apple How can I make the code appear like, Hello, apple on the product details image?And put _My ID at the end of the site's addressnaver.com/_apple Like this, y...

1 years ago

1 answers
380 views
0
Is there a code that reads the numeric image on the screen and switches to numeric characters?

My goal is to figure out the in-game damage formula, which requires me to look at and calculate a lot of damage. It's hard for me to do it myself, so I'm going to recognize the damage number (1930-182...

1 years ago

1 answers
410 views
0
I want to delete a column with a total value of 0 in the data frame.

Hello, I have obtained a data frame through the previous processing, and I would like to remove the column with all the values of 0 and create a new data frame.For example, df = pd.DataFrame([[0.0, 0....

1 years ago

1 answers
412 views
0
CSVization of python text files (logs)

I tried to get a log of the equipment and convert it into CSV, but there are about 1 million lines of logs, and the VBA cannot display all of them and cannot process them.Therefore, I am trying to con...

1 years ago

2 answers
235 views
0
I want to know the simplest way to end asynchronous infinite looping.

The proposed code is asynchronous, streaming via http communication to get json.When the class Account to which the SetStreamTimeLine() function belongs is deleted, I would like the while statement in...

c#
1 years ago

2 answers
355 views
0
When you try to implement an adjacency list, you get heap-buffer-overflow.I don't know the cause.

using namespace std;void solve() { int N,Q; cin>>N>Q; vector<vector>int>>G(N); for(inti=0;i<Q;i++){ int T, A, B; cin>>T>>A>>B; if(T==1){ auto itr = find(G...

c++
1 years ago

1 answers
380 views
0
I want to create new HashTable repeatedly in PowerShell

This is an additional question for This questionHere is the code you answered:#Associative Array CreationFunction makeHashTable{ Param( param1, param2 ) for ($i by index number) { $value=@() forea...

1 years ago
« - 67 - »

© 2024 OneMinuteCode. All rights reserved.