Didn’t know these still existed:

  1. // This variable enables domain checking, if it is set to true domain checking will be enabled, conversely if it is false
  2. // domain checking will be disabled.
  3. // Example : var elqIC = true;
  4. // Default : var elqIC = false;
  5. var elqIC = false;

Taken from JavaScript code provided by the leading online marketing automation provider.

While playing around with Apache’s POI library to export Excel files I was wondering what HSSF could possibly mean… maybe some technical abbreviation? Looking it up in the documentation finally showed it’s actually “Horrible Spreadsheet Format”. Having worked with it, I’d say the name was chosen wisely.