Exceptional Cow?
I’ve been meaning to read Exceptional C++ for a while now. I went to check to see if my local library had it. I guess not:
I’ve been meaning to read Exceptional C++ for a while now. I went to check to see if my local library had it. I guess not:
I’ve long believed that happiness is a choice. This recent CNN article is very interesting. Is happiness the secret of success? – CNN.com Some people think if you are happy, you are blind to reality. But when we research it, happiness actually raises every single business and educational outcome for the brain. How did we [...]
The startbox theme framework is pretty sweet. I’ve been trying it out for a while. Actually, I’m doing exactly what you shouldn’t do. I’m running it as my main theme with no child theme. Right now I’m just collecting notes on things I need to hack to get it to work. I plan on creating a [...]
This is a common thing I have to do. Label stuff with a new label. What stuff? Everything from my current directory down using my current config spec. Here’s the code mklbtype : create a new label mklabel: apply label
I want to go through all of the work package branches that belong to me in a particular vob and mark them as obsolete. These are development branches that I don’t need anymore, and would rather not see in the default version tree. My solution below works because I name all of my development/work package [...]