Quantcast
Channel: User Federico klez Culloca - Stack Overflow
Browsing all 488 articles
Browse latest View live

Comment by Federico klez Culloca on Multi Threading in java Runnable t1 = new...

How are you measuring this? How long does it take single-threded? How long does it take multi-threaded?

View Article


Answer by Federico klez Culloca for Options for command java: Is it called...

According to the documentation it looks like they're both valid and acceptable for Jetty. It's unclear whether the --add-module form accepts more than one argument, but if in doubt I'd use...

View Article


Comment by Federico klez Culloca on Cant Start Systemctl Servcice - systemctl...

nohup terminates immediately, so systemctl thinks your script terminated successfully. Try and remove both nohup and that final &. Those are not necessary. Let systemctl handle that.

View Article

Comment by Federico klez Culloca on refacto suite à une erreur Sonar

Hello. Questions must be in English. Also, questions about refactoring a piece of code are not really suitable for StackOverflow. It may be more suitable for codereview.stackexchange.com but be sure to...

View Article

Comment by Federico klez Culloca on Shall I make method static or non static?

About point 1 I'd say that if it isn't tied to a specific instance it should probably be static. About point 2 I'd say measure it and decide for yourself.

View Article


Comment by Federico klez Culloca on Show function after x amount of taps -...

&& nb_shown_lobby != 0

View Article

Comment by Federico klez Culloca on How does java.c determine which to call...

Likely via platform-dependent makefiles, or whatever is used to compile the source code. TL;DR, when you compile the source code, the build system detects which OS you're running (or accepts a command...

View Article

Comment by Federico klez Culloca on How can I get many integers as variables...

@Jorn depends on the context. For example if this is homework and splitting + parsing is the point of the exercise then using a parser for date may defeat the purpose of the exercise. Since OP didn't...

View Article


Comment by Federico klez Culloca on getting syntax error on a query even if...

Please provide a minimal reproducible example.

View Article


Comment by Federico klez Culloca on Java Scanner class nested calls for input...

Please don't describe your code, show it instead, in the form of a minimal reproducible example.

View Article

Comment by Federico klez Culloca on Process: 50680 ExecStart=/usr/bin/java...

Check the full log with journalctl -u midpoint (off the top of my head, I'm not on a linux machine to verify currently) and add it to the question

View Article

Comment by Federico klez Culloca on when using Supplier as parameter, is it...

Here the parameter is not of type Optional, it's a Supplier, i.e. something that returns an Optional. You should be fine.

View Article

Comment by Federico klez Culloca on Bubblesort algorithm in java

Hello and welcome. "My solution is different from the usual one" is not a problem, per se. Have you tried running your code with various inputs? Are the outputs correct? If not, then please ask about...

View Article


Comment by Federico klez Culloca on Merge two java array but replace 0's with...

Hello and welcome. What exact problem are you facing with your solution? (which you should include, btw)

View Article

Comment by Federico klez Culloca on Simulate the replacement of material...

You've already been told to use the anylogic tag when needed. Please do so in the future. You don't even mention it in your question, so to other readers your question doesn't make any sense and it...

View Article


Comment by Federico klez Culloca on Problem in compiling a java program on...

Looks like a macos problem, not a java problem. You're having permission problems in your desktop folder.

View Article

Comment by Federico klez Culloca on Top command in Android app parsing problem

Hello and welcome. Please [edit] your question to include and correctly format everything that's needed to answer. Don't use comments for such extensive content. Also, please explain what you expect to...

View Article


Comment by Federico klez Culloca on Java - How to write a json format string...

So just without the escaping (which should already work by simply writing the string to a file) or prettified?

View Article

Comment by Federico klez Culloca on Int won't print in the txt file

Are we supposed to guess your code? Please [edit] your question to include it.

View Article

Comment by Federico klez Culloca on Android Studio stuck on splash screen

Please don't use irrelevant tags. Instead please add some more information for example about your operating system.

View Article
Browsing all 488 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>