bartoszmilewski.com
The Functional Revolution in C++ | Bartosz Milewski's Programming Cafe
https://bartoszmilewski.com/2014/06/09/the-functional-revolution-in-c
Bartosz Milewski's Programming Cafe. Concurrency, C , Haskell, Category Theory. June 9, 2014. The Functional Revolution in C. Posted by Bartosz Milewski under C. C is like an oil tanker — it takes a long time for it to change course. The turbulent reefs towards which C has been heading were spotted on the horizon more than ten years ago. Why do we need a new paradigm to deal with concurrency? Can’t we use object oriented programming with small modifications? Unfortunately, objects don’t compose in ...
continuous.wordpress.com
Building Boost-Graph-Library with Python | Continuous improvement
https://continuous.wordpress.com/2010/04/11/building-boost-graph-library-with-python
About security, operating systems and networks. OpenWRT 8.09.2 and ipv6. Wrapup for week 21 →. Building Boost-Graph-Library with Python. Today I finally found why bgl-python. Wasn’t building, there was a three-line buglet in. Found by Andy Tompkins. By applying his patch to astar search.hpp (and including it in the bgl-python codebase, it builds without errors (only some strict-aliasing rule warnings remain). Best is: it also compiles on Mac OS X 10.6.3 with XCode 3.2.1. OpenWRT 8.09.2 and ipv6. The math...
thaiphotoblogs.com
Pandas at Chiang Mai Zoo | Thai Photo Blogs by Richard Barrow
http://www.thaiphotoblogs.com/2012/02/pandas-at-chiang-mai-zoo
Aerial Photos of Thailand. These pictures are from the photo library of Richard Barrow. A British expat who has been living and working in Samut Prakan, Thailand for more than 21 years. Richard is the founding member of the Paknam Web Network, the largest collection of English language websites about Thailand. Santorini Park in Cha-am. Christmas Garden in Northern Thailand. Morning Alms Round in Chiang Khan. Snow Town in Thailand. No See Evil Buddha. Pandas at Chiang Mai Zoo. February 29, 2012.
cdnplanet.com
How to test your CDN before go live - CDN Planet
http://www.cdnplanet.com/blog/how-test-your-cdn-before-go-live
How to test your CDN before go live. Published on May 1, 2012. In this article I show a few ways to test CDN setups, changes in hosting, etc before sending real users to the new setup. Example scenario: example.com does not currently use a CDN. They serve their CSS file using the link http:/ static.example.com/style.css . Now they go to a CDN provider, and setup such that. Is served by the CDN. To allow the CDN to serve the files, the site owner must delete the existing DNS record for. Find the IP of.
misspent.wordpress.com
How to write boost.python converters | Misspent
https://misspent.wordpress.com/2009/09/27/how-to-write-boost-python-converters
Time, money, youth, energy, and cycles. Laquo; New Project: sxs. BoostPython and Handling Python Exceptions. How to write boost.python converters. The boost.python library is powerful, sometimes subtle, and, when. Interacting with python objects, tries to make it possible to write. C that “feels” like Python. This is as compared with the Python C. API, where the experience is very far removed from writing python. Part of making C feel more like Python is allowing natural. Hopefully) others, I wrote this ...