Kang-Che Sung (宋岡哲)

Results 255 comments of Kang-Che Sung (宋岡哲)

2016-03-18 Update: Revised! I tweaked the code a little bit the text buffer gets one more space to print when the bar is too small. :) Also removed the useless...

UPDATE: The commit is merged. Old comment kept for reference: > I cherry-picked a minor improvement out of this. [bar-tweaks](https://github.com/Explorer09/htop/tree/bar-tweaks) branch, commit 432534b. This doesn't change the behavior (unlike bar-algorithm-new...

hishamhm > I think I see what you're going after with 425 to 677 (and the problems it has in the original algorithm), but I still think that the best...

How about this? 'c' key untags the process and it's decedents only if all of itself and the decedents are tagged. I think this behavior will be more intuitive to...

@nckx You should consider how htop kill processes with the 'k' key: It kill selected (tagged) processes one by one, not through a process group. And you can't prevent the...

On Fri, Jul 28, 2017 at 2:02 AM, Hisham Muhammad wrote: > > I guess I could use to add a non-color visual indication for tagged processes: > > -390,6...

I didn't test it yet, but I can give some programming hints: 1. You are free to adapt the Meter_humanUnit function to your own need; that would allow more units...

@Alex313031 You can override the CFLAGS and CPPFLAGS variables at configure time, by specifying the variables as arguments to `./configure`. For example: `./configure --enable-hwloc 'CFLAGS= -s -O3 -march=native'` This technique...

Which program did you use to optimize the images?

@anthonyryan1 I've heard of zopflipng, but I usually optimize PNG image using a combination of OptiPNG, Advdef (with "zopfli" compression level), and DeflOpt.