All Questions

19771 questions


1 answers
261 views
0
(C language) There is a printf location question when using while.

Hello, I am learning the basics of C language.Currently, we have completed a coding that outputs several integers and then sums up and averages only a multiple of 3, and escapes by entering -1.I wonde...

c
1 years ago

0 answers
428 views
0
Sort Python String Order

How do I arrange strings regularly in Python in the order I want them to be?For example, if the order you want is 1423, iloveyoutooo =>ivloeuyotoooLike this+So you cut 4 pieces and arrange them in ...

1 years ago

1 answers
394 views
0
Local Host Fails to Initiate Too Many Connections

Lubuntu 20.04 64bitnode.js16.17.1python 3.8.10(1) Using node.js, launch the HTTP server in the http-server package on port 8000 in the appropriate directory.npx http-server --port8000(2) Prepare the p...

1 years ago

1 answers
294 views
0
What regular expression engines are available in the Search/Replace widget in VSCode 1.71.0?

Visual Studio Code 1.71.0I would like to use regular expressions in the VSCode search/replacement widget.Regular expressions vary depending on the implementation, so I would like to know what regular ...


2 answers
201 views
0
Why is the current directory misaligned between the .py and .ipynb files?

In order to move directories and save csv data, I have tried and tried many things with ipynb files.I was able to confirm that ipynb works fine, so I ran a full copy of the code into the py file and g...

1 years ago

1 answers
345 views
0
I want to cluster K-means in python, but I get an error: ValueError: Can only index by location with a [integer,...]

What do you want to solveExtract more than a certain condition from the original data of the simulation data ← This is completeI was trying to cluster the data and extract the destination, but an erro...

1 years ago

1 answers
262 views
0
Understanding the Open Address Method Using Double Hash

I am currently running AIZU ONLINE JUDEGE ALDS1_4_C.Among them, I am learning how to open addressing using double hashing.Here's the code for open addressing:#include<stdio.h># include <strin...


1 answers
295 views
0
Flutter Firebase fails to launch and drops

We built the environment with Firebase cli.The dropout stops before it is built.The same error occurred when I created a new blog and ran it in the same environment.firebase_core:^1.24.0error message/...

1 years ago

3 answers
433 views
0
I want to add headers and footers to a text file with Linux commands.

I would like to process the text file (test.txt) using the Linux command as follows.before processing:--SQLAfter processing:header-- SQLfooterThe following shell scripts did not work:I would appreciat...

1 years ago

1 answers
374 views
0
I would like to obtain and set the work place of the calendar in Google apps script.

Is it possible to obtain and set the workplace on Google Calendar?

1 years ago
« - 89 - »

© 2024 OneMinuteCode. All rights reserved.