ENUM is an IETF standard (RFC 2916) for mapping the public telephone number address space into the Domain Name System (DNS). In the iLabs, we use ENUM to centralize our call routing information in a ...
Most new Java developers quickly learn that they should generally compare Java Strings using String.equals(Object) rather than using ==. This is emphasized and reinforced to new developers repeatedly ...
That's part of an E164.org configuration. I admit, what I just showed you there won't qualify as eye candy. But it is something you should care about. I would like to explain. Remember the old days ...
I picked up adding a few meta values to enums a long time ago; I feel they make bounds checking and writing for loops more readable. But gcc has been giving me some grief about it in one way, here's ...