26 Feb
http://nymag.com/news/features/gop-primary-chait-2012-3/ An incredibly deep and reflective look at the forces that have been shaping the coming presidential election, going back for years (over a century, in some ways). I didn’t know reporters still did such things anymore <g> A key passage: The way to make sense of that foolhardiness is that the party has decided [...]
Posted in General by: howard
No Comments
19 Feb
Posted in General by: howard
No Comments
18 Feb
A Man said to god “What’s a million years to you?” God said “A second.” Then the man said to god “what’s a million dollars to you?” God said “A penny.” So the man said to god, “Would you give me a penny?” God said “Of course I will. Just a second…”
Posted in General by: howard
No Comments
11 Feb
This post is yet another example why a written contract is important for all business dealings. Even (especially) amongst friends.
Posted in General by: howard
No Comments
11 Feb
Handy if you use ctags, but the regex to match functions, interfaces, etc can be tweaked for other tools as well –regex-objc=/^[[:space:]]*[-+][[:space:]]*\([[:alpha:]]+[[:space:]]*\*?\)[[:space:]]*([[:alnum:]]+):[[:space:]]*\(/\1/m,method/ –regex-objc=/^[[:space:]]*[-+][[:space:]]*\([[:alpha:]]+[[:space:]]*\*?\)[[:space:]]*([[:alnum:]]+)[[:space:]]*\{/\1/m,method/ –regex-objc=/^[[:space:]]*[-+][[:space:]]*\([[:alpha:]]+[[:space:]]*\*?\)[[:space:]]*([[:alnum:]]+)[[:space:]]*\;/\1/m,method/ –regex-objc=/^[[:space:]]*\@property[[:space:]]+.*[[:space:]]+\*?(.*);$/\1/p,property/ –regex-objc=/^[[:space:]]*\@implementation[[:space:]]+(.*)$/\1/c,class/ –regex-objc=/^[[:space:]]*\@interface[[:space:]]+(.*)[[:space:]]+:.*{/\1/i,interface/
Posted in General by: howard
No Comments