I'm a software developer that has been doing professional web application development with Ruby on Rails. These are my postings of various things that I've figured out and learned that I thought might be helpful.
Tuesday, October 6, 2009
Bit Operator
Check bit: & (AND operator) Turn bit on: | (OR operator) Turn bit off: ^ (XOR operator)
No comments:
Post a Comment