June 2009
6 posts
3 tags
TextMate Command: Convert Markdown to HTML with...
Well, I created my first TextMate command. As with most development firsts, it’s really just a mashup of code scavenged elsewhere.
El Problemo…
I like creating technical documentation in plain text. It doesn’t really keep me from thinking about formatting as I intended it to, but it does make it easier to get my thoughts down. I usually end up switching from plain text to...
1 tag
when .gitignore doesn't work
Because I keep forgetting that .gitignore won’t work on files that are already tracked — remove files from git with git rm --cached [file]
2 tags
1 tag
You cannot help the poor by destroying the rich.
You cannot strengthen the weak...
– Abraham Lincoln
1 tag
Excel SUMIF "not"
Random Excel tidbit: to assign SUMIF criteria by exclusion use SUMIF([ref],"<>[criteria]",[ref])