All Questions

19771 questions


1 answers
357 views
0
If there are two elements (A and B) that are correlated in Python and there are some numbers that A knows and B doesn't know, please tell me how to find numbers that you don't know.

when there are two elements (A and B) that are correlated in Python.If there are some numbers that A knows but B doesn't know, please tell me how to find them.


1 answers
297 views
0
I want to process the input to the text area in real time and reflect it to another text area.

Like Google Translation, I would like to immediately reflect what I type on the left to the right, but I would like you to give me an overview of what kind of technology (appropriate programming langu...

2 years ago

1 answers
498 views
0
When translating using DeepL in Excel macros, I want to translate English sentences as a whole in the cell, not as a period.

As the title suggests, I would like to get the entire English sentence from the cell because the sentence is entered into DeepL with a period break, or just one sentence. I have changed the sentence. ...


1 answers
439 views
0
Python Anaconda Navigator Does Not Start

I am troubled by the following error.I looked it up and tried various things, but it didn't work, so I decided to ask a question.When I typed C:\Users\keisu\.continuum directly in the file explorer, i...


1 answers
419 views
0
I want to type the sample code of strip.js, but I don't know how to guess the type.

I saw in the document that react-stripe-js itself supports TypeScript, but I don't know how to guess what type I installed. I saw an article like CardElementComponent and import, and the consthandleCh...

2 years ago

1 answers
319 views
0
programming of line segment drawing algorithms

The following line segment drawing algorithm does not seem to work properly unless the absolute value of slope a is less than or equal to 1. Please tell me why and how to respond to any slope.void dra...

c
2 years ago

2 answers
367 views
0
Increasing the number of operations results in errors even in for statements with the same configured

Does anyone know why the third for statement is an error?The code below is the complete code from creating each object to processing the for statement, and the output from the middle.I think it's very...

r
2 years ago

1 answers
382 views
0
jcifs-ng's SmbFile#listFiles() file is different than it really is (the parent directory just above is lost from the full path)

When I tried to use jcifs-ng to connect to the SMB server from an android terminal and use the result of the listFiles method in the SmbFile class, I got the error SmbException: The system cannot find...

2 years ago

1 answers
383 views
0
How to obtain the starting and ending points of the curve when creating an arc in IJCAD

After creating an arc, even if you use the StartPoint of ARC (Curve), you may get an end point instead of a start point.Is there a way to get the starting point when I draw a line?*The same is true wh...

2 years ago

1 answers
378 views
0
I want to be able to display the images in the partial template outside of the top page.

You want to be able to display the images in the header no matter which page you transition to.Creating web applications in Ruby.After creating _header.html.erb using a partial template, the image doe...

2 years ago
« - 127 - »

© 2024 OneMinuteCode. All rights reserved.