All Questions

19771 questions


1 answers
138 views
0
How to deploy Python's Anaconda?

I got an error when I put in the code below after deploying Anaconda.The Anaconda file seems to be insufficient, but I can't consider it because it's the default installation.Could you tell me how to ...

2 years ago

1 answers
92 views
0
Cannot Install Composer Using Swap Files

AWS EC2 is trying to initialize an instance of CentOS automatically created with Auto Scaling with a shell script.In that case, if you try to install Composer normally, you will experience an error du...


1 answers
48 views
0
Python try, except does not update variable

ininin=input().rstrip().split('')sakana, poi, Durability = int(inin[0]), int(inin[1]), int(inin[2])d = Durabilitycount = 0def check(d,w,count,poi): if d>w: count+=1 d=d-w else: poi-=1 if poi>...

2 years ago

1 answers
106 views
0
Could you tell me about the error related to Device to implement SNS authentication?

While implementing Facebook SNS authentication, when I ran rails, I received the following error:/home/ec2-user/.rvm/gems/ruby-2.5.1/gems/devise-4.6.2/lib/devise/rails/routes.rb:259:in`block in device...

2 years ago

1 answers
105 views
0
Error only occurs when scipy.minimize is L-BFGS-B

In order to minimize the function with variable constraints, we specified L-BFGS-B in scipy.optimize.minimize as follows.import scope.optimize as optbound=opt.Bounds(#np.ndarray, #np.ndarray)result=op...

2 years ago

1 answers
99 views
0
Why Redis Cluster Has 16384 Hash Slots?

Why is the number of hash slots in the Redis cluster 16384?I would like to know why it is 16384 instead of changing the number of hash slots.Numerically, 16x1024 seems to be some kind of upper limit.....

2 years ago

2 answers
73 views
0
Google Apps Script Cannot Find the Script Function sendEmails Error

I would like to create a system where I can display what was sent in the form on the spreadsheet and send the message body that I made in the document in bulk using the email address and name in it.Wh...


2 answers
53 views
0
Do you have an IDE or editor suitable for editing C++ on Linux?

I recently started C++. Do you have a free IDE (editor) for Linux environments?I prefer an IDE (editor) that specializes in auto-complementation.I don't think I use cmake very often.US>Linux environme...

2 years ago

1 answers
136 views
0
Is there a way to check the CSS coverage list in vscode?

Is there a way to check the CSS coverage list in vscode? throughout the workspace when editing cssIs there a simple way to see how far it affects you?For example, if there is a description of css belo...

2 years ago

1 answers
128 views
0
Multiple atom editors open

The atom editor is new and the window appears every time I start the app.It's a little rough, so I'd like to solve it.Anyone who knows how to solve it

2 years ago
« - 202 - »

© 2024 OneMinuteCode. All rights reserved.