Category Archives: Software

HOWTO Build and Install Mcrouter for RHEL, OL, CENTOS 7.x

How to build, package, and install mcrouter on Linux Continue reading

Posted in Facebook, Folly, fpm, Google, How Tos, linux, Mcrouter, Oracle Linux, redhat, rpm, Software, thrift, Wangle | 5 Comments

HOW TO Lower Case All Dictionary Keys in a Complex Python Dictionary

This tutorial shows you how to write and use a function that will iterate over complex, nested dictionary or list or combination of the two. For any dictionaries it finds, it will rename the keys to lower-case. This is useful … Continue reading

Posted in How Tos, Programming, python, Software | 1 Comment

Python HOWTO Push a Dict on to a List (push a hash on to an array)

One of my more popular posts is How to Push a Hash on to an Array in PERL, but how do you push a dict on to a list in Python? Lists are one-dimensional arrays and dicts are associative arrays … Continue reading

Posted in How Tos, Programming, python, Software | Leave a comment