Google map that opens in a new window

So, the issue is that if you use a google custom embed code, then the iframe sucks up all the clicks, so you can’t trigger a link. The solution I’ve found is to use Google Static Maps which I discovered via Simple Static Googlemaps Plugin. My priority is an attractive map which loads faster (requires … Read more

Simple dictionary in C++

If you are into optimization, and assuming the input is always one of the four characters, the function below might be worth a try as a replacement for the map: It works based on the fact that you are dealing with two symmetric pairs. The conditional works to tell apart the A/T pair from the … Read more