"The Burglar in the Library (Bernie Rhodenbarr Mystery)" by Lawrence  Block

"The Burglar in the Library (Bernie Rhodenbarr Mystery)" by Lawrence Block

Table of Contents

alter-text

Bernie Rhodenbarr just wants a quiet weekend in the country. But who to take? The woman he has been dating is getting married on Thursday, so he ends up taking his best friend Carolyn. But he does have other reasons for wanting to get away. There is a book that needs stealing.

But nothing is ever that simple. Trapped by a snowstorm in an old English-style home turned hotel, Bernie is forced to solve several interesting murders.

A good Bernie Rhodenbarr book. Fun read. Recommended.

Related Posts

The Sublime Regex

The Sublime Regex

Sublime Text is a really wonderful text editor. It’s flexible and extensible enough to cover just about any need, but still simple and clean to use. This post is not a long discussion about either text editors or regular expressions, but a simple post about a problem I needed to tackle and the simple solution.

I pulled a bunch of data from our issue tracking software, and I needed to create a simple list of all the issues resolved and the person assigned the issue. Simple. I grabbed the text I needed from the csv file created, then used a simple find/replace in Sublime Text to put the text in the format I ultimately wanted.

Read More
Downtown Sunset

Downtown Sunset

I was at our downtown clinic today, filming some new drone footage of the building. We had a beautiful sunset over the river.

Enjoy!

Read More
Sublime Text 2

Sublime Text 2

I wanted to see what all the buzz is about, so I downloaded the evaluation of Sublime Text 2, and bought a copy a few minutes later. What a terrific editor. It’s clean, easy to work with large projects, intuitive, and powerful.

alter-text

My favorite part so far, and keep in mind I’ve only been using it for a few hours, is the Find and Replace with regular expressions. Many editors will do this, but this is the first editor where I’ve very easily been able to find a pattern, select all the locations at once, and make a chance in all the locations with ease.

Read More