Kang-Che Sung (宋岡哲)
Kang-Che Sung (宋岡哲)
Firstly, thanks for your work that proves my idea would work. However I think you made your C preprocessor and sed script a little more complicated than necessary. I think...
> That was my initial implementation as well, however, _unlikely_ is not _impossible_ and once I wrote code to at least detect extraneous braces and report an error, it quickly...
> > How is it possible for a `SIG*` macro to contain braces without causing a syntax error upon use? > > I see the possibility for a signal name...
@cgzones Checking signal availability via such API calls would add overhead in run time; plus configure script can't check those when cross-compiling.
How about this: Just give a narrow variant of a default set of meters when htop first starts up. The meters are all customizable, so adding a command line option...
Duplicate of #82.
@jannick0 The use of the function instead of a macro is because YY_CURRENT_BUFFER_LVALUE is an internal macro, AFAIK. That won't be the problem if yy_set_interactive is called only within the...
There are weaknesses of C macro mainly because they work like simple string substitution. If you only use C macro for reasons of function inlining, please don't, or do it...
How did people listen to an article of bulls**t suggesting that password confirmation field is all useless? And that a "show password" button can be a substitute for it? People...
@svoop Just to clarify, I'm not against the "show password" feature for many websites, but I am against people talking about "convertion rate" or UX while compromising users' security in...