All Questions

19771 questions


1 answers
381 views
0
What's the downside of TimSort?

I studied Tim Sort to measure the time complexity during the corte, and I'm organizing this.I was organizing when and why I use this. But I can't find anything to write about the shortcomings, and I c...

1 years ago

1 answers
448 views
0
I would like to inquire about the skill check test Level.2 Problem 2 Java Infinite Loop.

class Solution { public int[] solution(String s) { int[] answer = new int[2]; int one = 0; while(s.length()>1){ for(int i=0; i<s.length();i++){ if(s.charAt(i)=='0') answer[1]++; els...

1 years ago

1 answers
325 views
0
What is the problem with level 0 of the c language coding test?

I want to find out one by one while solving the programmer's coding test problem by taking a log point in the visual studio, but I tried solving the programmer's problem without the main door using th...

c
1 years ago

1 answers
272 views
0
Please tell me how to publish an LP on Lollipop FTP.

I moved HTML, CSS, and IMG to the lollipop, but it doesn't reflect well.I don't know what's wrong, so please let me know.

ftp
1 years ago

1 answers
428 views
0
Understanding ImageMagic Blur Processing

-blur radius Q1. You seem to specify the radius and (optional) sigma values, what are the values? How does blurring the image affect it?(I tried to change the number of arguments, but I didn't know ho...


1 answers
447 views
0
I want pytorch to have a value other than the location of the index with the highest value in the Tensor.

I want pytorch to have a value other than the location of the index with the highest value in the TensorI have a three-dimensional sensor in Pythorch, and I would like to set the highest value among d...


1 answers
625 views
0
/usr/bin/google-chrome:symbol lookup error:/usr/bin/google-chrome: undefined symbol:gbm_bo_get_modifier

What do you mean by symbol lookup error?$google-chrome --versionGoogle Chrome 79.0.3945.79 $sudo yum install https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpmDownloading packa...

1 years ago

1 answers
312 views
0
I want to use an editor to specify and delete a specific string to a specific string in the regular expression.

I would like to delete the text from D-E-F to G-H-I from the text before processing below.A-B-C;hogehogehogeD-E-F;fugafuga piyopiyopiyoG-H-I; hogerahogeraA-B-C;HOGEHOGEHOGED-E-F;FUGAFUGAFUGA PIYOPIYOP...


1 answers
323 views
0
VSCode clang-format can contain only one blank line.

Uses standard VSCode formatter. (C/C++ Extension?)I want to put two blank line breaks, but I can only put one line.I don't think it really matters, but the language is C.It seems that MaxEmptyLinesToK...

1 years ago

1 answers
368 views
0
How to Align Multiple Frames in Pysimplegui

https://mebee.info/2022/02/04/post-34359/Using the above site as a reference, we created a layout consisting of multiple frames.import PySimpleGUI as sgsg.theme ('LightGreen')l1 = [ [sg.Button('A', ...

1 years ago
« - 19 - »

© 2024 OneMinuteCode. All rights reserved.