2007-03-15 07:59:12
Ok, time to go a little more public with this. ...
2007-03-13 11:04:48
I have been able to work some more on RaSPF and the results are encouraging. ...
2007-03-06 14:23:12
RaSPF , my C port of PySPF , is pretty much functional right now. ...
2007-03-04 21:10:40
In my previous post, I mentioned how PySPF does something using a regular expression which I
couldn't easily reproduce in C. ...
2007-03-04 14:21:04
Working on my SPF library, I ran into a problem. I needed to validate a specific element, and the
python code is a little hairy (it splits based on a large regexp, and it's tricky to convert to
C). ...
2007-03-02 16:14:08
Here are the results as of right now: ...
2007-03-01 13:46:56
RaSPF , my attempted port of PySPF to C is now at a very special point in its life: ...
2007-02-16 15:01:36
It now can do a bunch of things like expanding macros and (in some cases) validating
mechanisms. ...
2007-02-13 11:56:00
I am porting pyspf to C (long story, and I am stupid for trying). But of course, C is not python. ...
2007-02-06 23:05:52
Ok, the SPF implementation situation is kinda pathetic. ...
2007-02-06 11:34:40
UPDATE: There is *another* *better* test suite It is in YAML, though, so I need to parse it
before I can use it, but that's my problem. ...