I did say something along the lines of 'C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows your whole leg off.'
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!
ifconfig | grep -E -o "([0-9]*\.){3}[0-9]"
ifconfig | grep -E -o "[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*"
| grep -E -o "([0-9]{1,3}\.){3}[0-9]{1,3}" | sort -t. -k1,1n -k2,2n -k3,3n -k4,4n | uniq
Reply To This Comment