#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
...

C On str_replace

by R. Pate, June 27, 2009 06:15

My own weak first pass. (Te...

48ccd8d56bce9ebd25c1720c13e9d442 Talk
import functools

def lower_if_string(x):
...

Python On String args to lower decorator

by R. Pate, June 27, 2009 04:13

I'm seeing the @ doubled, i...

48ccd8d56bce9ebd25c1720c13e9d442 Talk