Tagged Questions
2
votes
1answer
1k views
How to avoid magic numbers when matching an event.keyCode in javascript
Can I avoid magic numbers when matching keypresses in javascript?
An example would be using 13 to match the enter key.
I could specify my own constants, but I don't know if these values are stable ...
0
votes
9answers
935 views
Special IP addresses
In particular I'm looking for an IP address that I can put in my hosts file that will black-hole a given DNS name. Right now I'm using 127.0.0.1 but that would start acting odd if I installed any ...