I am using https://ident.me/ for getting IP of anybody who visits my website. (https://notablee.co/get_ip) But i am only getting the Shared Hosting IP (50.87.14
I have been trying to get a slack message callback to trigger on SLA misses. I've noticed that: SLA misses get registered successfully in the Airflow web UI at
I’m running a Solr query that has thousands of facet fields. I'm not able to reduce the list as yet. After running the query, I'd like to return the "top
I am trying to save a struct that contains a few arma::vec and I'm not sure on how to write those to the hdf5 file. #define ARMA_DONT_USE_WRAPPER #include <a
Im looking for a linux command line tool for MSSQL/SQLSRV that would allow me to do equivalent commands to these - pg_dump --clean --dbname=postgresql://usernam
In c# 9, we now (finally) have record types: public record SomeRecord(int SomeInt, string SomeString); This gives us goodies like value semantics: var r1 = new