Ndolam

Results 8 issues of Ndolam

Compiling on Slackware64 15.0 main.c: In function ‘defaults’: main.c:73:17: warning: ‘pcap_lookupdev’ is deprecated: use 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations] 73 | device = pcap_lookupdev(errbuf); | ^~~~~~ In file...

I just downloaded the .zip file and compiled mairix. When I run it (and this is the same as V0.24), I get many complaints about headers that can't be parsed....

Slackware64-15.0 urxvt v9.26 (+ slackware patches to use libutempter) If I execute urxvt -geometry 80x24 -pe tabbedex then in the new terminal window 'tput lines' outputs 23 and 'tput cols'...

Note: the image gets bigger and smaller as expected, but the window size increases when zooming in, rather than there being (for example) a scrollable window. Not perfect, but far...

cropgtk.py contains the following code: ``` display = gdk.Display().get_default() wa = display.get_monitor(0).get_workarea() ``` However, rather than hard-coding 0 in get_monitor(), I think it should use the monitor where the mouse...

help wanted

I've been trying to figure out what that is for. In general, u2 is > u1, and so u2-u1 is the time between the two calls to micros(). The only...

Recently a financial institution I deal with has replaced the small JPEG logo at the top of every page with a much larger PNG image (about 20 times as many...

I was writing my own diff program (and setting that as `Command.DiffFiles2`), but was running into some issues. I traced them to this bit of code in `createIgnoreBlock()` ``` else...