All Questions

19771 questions


1 answers
102 views
0
Reinstalling the ATOM Editor Restores the Pre-Reinstall State

How can I easily reinstall the ATOM editor?After uninstalling Atom and reinstalling it, the old one remains, so it will resume as it was.I looked it up on various sites, but somehow the guide window c...

2 years ago

1 answers
71 views
0
About Adding Columns in Numpy

I would like to add 0 to all columns for the array defined below.What should I do? (before adding 0)arr = np.array ([1, 2, 3], [4, 5, 6], [7, 8, 9])arrarray([1,2,3], [4, 5, 6], [7, 8, 9]])What do yo...

2 years ago

1 answers
74 views
0
I want to put rails CSV file in DB with seed.

Creating an application with rails6.When I created the data to be put into the DB in a CSV file so that the data could be put into the seed, an error occurred and I stumbled.I would appreciate it if y...

2 years ago

1 answers
154 views
0
About HTTPClient.wrapError for LINEBOT that functions, hosting in firebase.

Currently, I am trying to build LINE messaging API by functioning and hosting on firebase, but the callback on the webbook is 400 errors.But for some reason, they only return text message replies.Howe...

2 years ago

2 answers
74 views
0
Understanding How to Replace Path with a Variable in the Rails Subtemplate

Call a partial template from index and from that partial template.Furthermore, some templates have been called.in the bottom tier _shared/tag_listSpecify prepque_origques_path and set this to some var...

2 years ago

3 answers
132 views
0
Understanding How to Obtain Coordinates from Graphs

Currently, I was going to use where in fill_between, but I couldn't because the x coordinates and the number of data are different.(x1,z1) = 15 points(x2,z2) = 3031 pointsBelow is the program.f1=np.lo...


1 answers
129 views
0
Cannot tensorflow import

I installed tensorflow with pip, but I can't import it due to the error below, what should I do?Traceback (most recent call last): File C:\Users\sugi\Anaconda3\envs\tf140\lib\site-packages\tensorflow_...

2 years ago

1 answers
125 views
0
Information About Unable to Register User-Defined Functions in RDS

In RDS-postgresql, I would like to register the following user-defined functions, but I do not have superuser privileges, so I get an error.db=>CREATE OR REPLACE FUNCTION public.bitpoint4(bit) RETU...

2 years ago

2 answers
46 views
0
Draw again in the first line with python3

####This kind of pattern###########I'd like to output it side by side like this repeatedly.for_inrange(3): print(##\n##)does not print to the first line again.What should I do?Also, I would appreciate...

2 years ago

1 answers
176 views
0
I want to connect to the webcam from WSL(ubuntu)

I would like to do real-time object detection using YOLOv3 webcam on ubuntu for windows.I came to the point where OpenCV works while looking at various sites, but when I was actually running YOLOv3, I...

2 years ago
« - 188 - »

© 2024 OneMinuteCode. All rights reserved.