All Questions

19771 questions


1 answers
400 views
0
How do I add and remove apps listed in "Share tweets in other ways"?

If you press the icon in the lower right corner of the tweet on Twitter, There is a menu called Share Tweets in Other Ways.When you're looking at Twitter in your PC browser, choosing Share tweets in o...

2 years ago

1 answers
334 views
0
Error in No route matches {:action=>"destroy" is not resolved

The following error occurred, so I checked and passed the argument to path, but the error was not resolved.Are there any other improvements?Error Contents ActionController::UrlGenerationError in Circl...

2 years ago

1 answers
365 views
0
How to use threading to save videos from multiple webcams

I'd like to save the videos I can get from the two webcams (camera1, camera2) as separate video files.At the same time, there was another process that I had to do (which plays music, defined as music)...


2 answers
277 views
0
variance, standard deviation, correlation coefficient

Which part of this should I change to produce variance, standard deviation, and correlation coefficient?import matplotlib.pyplot as pltimport statisticsimport numpyx = [ ]y = [ ]for i in range (1901, ...

2 years ago

1 answers
334 views
0
What is the cause of the error SyntaxError: invalid character identifier [Duplicate]

(Two answers) 10 months agoCould you tell me the meaning of this error and how to improve it?

2 years ago

1 answers
387 views
0
I created rails app in heroku environment and reindexed it to awsES via searchkick, but time out.

I created a rails app in heroku environment, but when I reindexed it via searchkick, it became timed out, so please let me ask you that question.What's happeningWhen erokurun rails searchkick:reindex:...


1 answers
269 views
0
JavaScript cannot record to storage.

Unable to log to storage.I don't understand the grammar of the sample code and I don't think I know how to describe the key and value, but I don't know what's wrong with the browser's inspectors becau...

2 years ago

2 answers
333 views
0
Want to display a message on the console with a button click

I want to create a program that alternates on and off on the console every time I click a button, but it doesn't work when I press the button.When you load the page, Uncaught TypeError: btn.addEventLi...

2 years ago

2 answers
373 views
0
Identifying File Names Retrieved and Saved by Selenium

I was able to automate Chrome with Ubuntu+Python+Selenium and click the Save button to save the file locally, but this file name cannot be controlled manually and the site from which I got it becomes ...


1 answers
330 views
0
Interpreting that the counter value of python for loop cannot be changed in the middle

It's simple, but for example, to output 0,2,4,6,8... and even numbers, I thought of the following code:for i in range(10): print(i) i=i+1However, the output of this result is 0, 1, 2, 3, 4, 5, 6, 7, 8...

2 years ago
« - 134 - »

© 2024 OneMinuteCode. All rights reserved.