in reply to Re^4: using bits to print part of a string.(bug)
in thread using bits to print part of a string

I just started to change every regex substitution in my code to a combination of index and substr to get cutting edge performance... ;-)

Now you'll have to change them all to bitwise ops :)


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
  • Comment on Re^5: using bits to print part of a string.(bug)