Put statements in positive form
How often have you seen code where the absence of something is negated? Sounds confusing, because it is. Here's an example, assuming a config object with »
Follow-up on a years-old post titled Options for splitting a large .csv into smaller files: awk, technically gawk, is the best way to do this. I »
How often have you seen code where the absence of something is negated? Sounds confusing, because it is. Here's an example, assuming a config object with »
A week or so ago I watched Rhea Butcher's talk from this year's XOXO. The whole thing is worth your time but the piece that prompted »
Before today, I'd never heard of pawramp.com. I ended up there because I was considering buying one of their products as gift. When I ended »
I needed a quick way to get the total vertex count in a shapefile. The ogrinfo command includes vertex count in its output. This command: $ ogrinfo »