#include <assert.h> #include <stdlib.h> #include <stdio.h> ...
C On str_replace
by R. Pate,
June 27, 2009 06:15
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...
My own weak first pass. (Te...