All Questions

19771 questions


2 answers
90 views
0
To create an online compiler

Thank you for browsing.I am currently thinking of creating an online compiler for Java.In order to create it, I wanted to know how to create it in a modern way.The online compiler I envision is like t...

2 years ago

1 answers
161 views
0
In matlab, I want to read the ID in a directory one by one, but the filesep ID doesn't work and I don't know what I'm doing.

I am a matlab beginner.You are required to change the part of the directory reference so that someone else can read the code and use your PC.I'd like to read the folders in a certain directory one by ...

2 years ago

1 answers
39 views
0
About std::map in c++

AtCoder Beginner Contest 008 Problem StatementsAn organization held an election to select a leader.The organization consists of N members, each with the most appropriate leader's name. The leader will...

c++
2 years ago

1 answers
129 views
0
AUTOMATIC PASSWORD INPUT PROGRAM FOR PDF FILE

I am currently using Java to create a program that parses the passwords of PDF files in bulk.I have a code that prints the half-width alphanumeric combination for n characters, but I don't know how to...

2 years ago

2 answers
82 views
0
I want to prevent Kotlin class method invocation as compilation error

Since Kotlin does not want to invoke a specific method in only one of several implementation classes for an interface, we would like to prevent it from being used by making a compilation error.Specifi...

2 years ago

1 answers
133 views
0
Android Foreground Service

As for the foreground service, I think I have to call startForeground within 5 seconds to notify the user. On the other hand, can I use the foreground service without user notification for 5 seconds?

2 years ago

1 answers
120 views
0
I want to export the Eclipse project so that it can be used on other computers.

I exported the project I made with Eclipse so that it can be used on other computers, but I can't use it on another computer, so please tell me why.I will use JRI for the project, so I will leave a pr...

2 years ago

2 answers
66 views
0
If mysql sets the external connection to root@%, it cannot be created.

If you set mysql to externally connectable root@%, you will not be able to createGRANT ALL PRIVILEGES ON shop.shop TO root@'%' Authorization GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD,...

2 years ago

1 answers
86 views
0
Pythorch What is the difference between these two codes?Please tell me who knows why only one of them has an error.

What is the difference between these two codes?Please tell me if you know why only one of them has an error.Why do only one error occurs when both types of torch.Tensor are added together?Please let m...

2 years ago

2 answers
43 views
0
Defining Absolute Values in C Language [Closed]

Do you want to improve this question?Edit your post to clarify the issue you are trying to resolve by adding details.Closed 2 years ago.Two years agoWe wanted to define absolute values in C language, ...

c
2 years ago
« - 168 - »

© 2024 OneMinuteCode. All rights reserved.