Results 38 comments of George Georgalis

hey, this is innovative and fantastic! can you explain how it works, too? looking at how to prepend stdin to file.... I find the function no workie for me ```...

...yes thank you both. much improved. not sure best way for performance and to fail safely, I normally use tmp files. my use case has a bug that doesn't preserve...

yes, I started to offer that, but it also adds a newline when there shouldn't be any!

I wanted to update the Important note: using the `&&` syntax in a function can lead to unexpected results text but I've lost track of where it is... I use...

BTW - this prompt prints the status of prior command, iff it is non-zero, handy! export PS1="\${?%0} \u@\h:\w " and here is an unexpected behavior for me :-) if I...

Hi ! happy to see continued development of this book and the bourne addition too! (BTW, if not already planned, an inventory of bash incompatibilism with bourne would be handy....

excellent! color transformations are challenging! here is the best info I have on wavelength to rgb conversion http://www.physics.sfasu.edu/astro/color/spectra.html https://www.noah.org/wiki/Wavelength_to_RGB_in_Python if you search for "wl_to_rgb.py" you'll find repositories with more color...

I wanted to use ranges too. This script calculates the network blocks delegated per country. https://github.com/georgalis/pub/blob/master/sub/cc2netblock.sh It is mostly CIDR net/mask blocks, but there are many non-CIDR ranges too. I've...

It turns out, ipcalc handily deaggregates ip ranges into CIDR blocks. I've incorporated the tool into the cc script and no longer have a need to ingest ranges with nfp,...

I did find an applicable patch for the cyrus-sasl build ftp://ftp.netbsd.org/pub/pkgsrc/pkgsrc-2016Q2/pkgsrc/security/cyrus-sasl/patches/patch-saslauthd_auth__rimap.c ``` $NetBSD: patch-saslauthd_auth__rimap.c,v 1.3 2013/09/30 05:44:33 obache Exp $ * Added missing include files for struct timeval http://git.cyrusimap.org/cyrus-sasl/commit/?id=f2e77ab1ac01f611d71ae56ff7635a46b930ef8e ---...