The competent programmer is fully aware of the strictly limited size of his own skull; therefore he approaches the programming task in full humility, and among other things he avoids clever tricks like the plague.
I am being sponsored by Syntress! They bought me an amazing dedicated server to run catonmat on. If you're looking web services, I highly recommend the Syntress guys!
Education Sponsors
I am being sponsored by A-Writer! If you ever need help with essay writing, look no further than A-Writer! They will help you with your writing in as quickly as 3 hours!
read file function should be updated:
fs.readFileSync('whitelist.txt', "utf8")
otherwise this returns an error: Object
<filename>has no method 'split'
Apparently node core has been modified: https://github.com/joyent/node/issues/186
Reply To This Comment