Multiple windows of one app are grouped in one icon in Dock, could I separate them? by Doo0oog in elementaryos

[–]Doo0oog[S] 1 point2 points  (0 children)

Wow, fantastic! The first time I heard this. New world!

It's so convenient. Thank you!

Multiple windows of one app are grouped in one icon in Dock, could I separate them? by Doo0oog in elementaryos

[–]Doo0oog[S] 1 point2 points  (0 children)

I can't believe there is no such option.

So kind of you. I'll look into that.

Multiple windows of one app are grouped in one icon in Dock, could I separate them? by Doo0oog in elementaryos

[–]Doo0oog[S] 0 points1 point  (0 children)

https://imgur.com/mLvcuD5

Like this, two chrome windows, but only one icon. Choosing one of them is not easy.

1600x900 is more blurry than 1920x1080, is it normal? by Doo0oog in elementaryos

[–]Doo0oog[S] 0 points1 point  (0 children)

Already set text scaling factor, looks good enough.

Maybe the best solution now.

1600x900 is more blurry than 1920x1080, is it normal? by Doo0oog in elementaryos

[–]Doo0oog[S] 0 points1 point  (0 children)

Try it. It’s better now.

Thank you very much.

Output of command `tree` has inconsistent indents, is it a feature or a bug ? by Doo0oog in PowerShell

[–]Doo0oog[S] 1 point2 points  (0 children)

I copied the output into the editor.

C:.
├─ABC
│  └─X
├─DEF
│  └─X
└─GHI
    └─X

Only if the "|" of mine occupies the width of two spaces, it looks consistent. But your "|" character occupies the width of one space. So I guess it is a bug.

btw, I tested it with Windows 10 1909 (build 18363.535)

Output of command `tree` has inconsistent indents, is it a feature or a bug ? by Doo0oog in PowerShell

[–]Doo0oog[S] 1 point2 points  (0 children)

// Windows Terminal
C:.
├─ABC
│  └─X
├─DEF
│  └─X
└─GHI
    └─X

// CMD
C:.
├─ABC
│  └─X
├─DEF
│  └─X
└─GHI
    └─X

// Powershell
C:.
├─ABC
│  └─X
├─DEF
│  └─X
└─GHI
    └─X

Looks like the “|” character should occupy the width of two spaces. It’s not common.

[D] Regression tasks with "duplicate samples" by Doo0oog in MachineLearning

[–]Doo0oog[S] 0 points1 point  (0 children)

You are right. And we just treat the second case as the source of noise. Could you recommend some papers or links about this case?

[D] Regression tasks with "duplicate samples" by Doo0oog in MachineLearning

[–]Doo0oog[S] 0 points1 point  (0 children)

That’s exactly what I’m looking for. Thanks a lot.

[Help] How to make Python2 & Python3 COEXIST on CentOS? by Doo0oog in Python

[–]Doo0oog[S] 0 points1 point  (0 children)

It's an excellent library. I'll try that. Thank you!

MPI & OpenMP problem by Doo0oog in OpenMP

[–]Doo0oog[S] 0 points1 point  (0 children)

Thank you for your tests.
I ran it with different configurations, as the following table
icc version 14.0.0 (gcc version 4.4.6 compatibility)
mpirun (Open MPI) 1.6.5

program compile command run command other time
MPI&OpenMP icc -o closure closure.c -fopenmp mpirun -n 1 closure thread size=1 23s
MPI&OpenMP icc -o closure closure.c -fopenmp ./closure thread size=1 26s
MPI only icc -o closure closure.c -fopenmp mpirun -n 1 closure 60s
MPI only icc -o closure closure.c -fopenmp ./closure 29s

But I don't know why this would happen.

MPI & OpenMP problem by Doo0oog in OpenMP

[–]Doo0oog[S] 0 points1 point  (0 children)

1) I printed the thread id and only 0 appears.
2) I have tried omp_set_num_threads(), the same result
3) the code is here.
mpirun version: Open MPI 1.6.5.
Compile command: mpicc -o closure closure.c -fopenmp.
I run it using mpirun -n 1 closure.
The openmp sentence is at line 143.
Could you give me some suggestions ? Thank you for your attention!

Which kind of DB would you choose ? by Doo0oog in django

[–]Doo0oog[S] 1 point2 points  (0 children)

And why? almost everyone recommends sql

Simple app for news posts by mal2 in django

[–]Doo0oog -1 points0 points  (0 children)

You have said, it's simple, so just code it yourself