None
Lateral Opinion
Available in: EspaƱol • English

RaSPF

* A SPF implementation * A C port of PySPF

There are 1 stories and 11 posts tagged RaSPF


Articles tagged RaSPF

Posts tagged RaSPF

2007-03-15 07:59:12

Official RaSPF page

Ok, time to go a little more public with this. ...
2007-03-13 11:04:48

RaSPF on its way to release

I have been able to work some more on RaSPF and the results are encouraging. ...
2007-03-06 14:23:12

C is not Python II.

RaSPF , my C port of PySPF , is pretty much functional right now. ...
2007-03-04 21:10:40

The middle path

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

This can't be good

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

SPF test suite on RASPF

Here are the results as of right now: ...
2007-03-01 13:46:56

My SPF library kinda works

RaSPF , my attempted port of PySPF to C is now at a very special point in its life: ...
2007-02-16 15:01:36

My SPF lib improving

It now can do a bunch of things like expanding macros and (in some cases) validating mechanisms. ...
2007-02-13 11:56:00

C is not Python

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

Itching.

Ok, the SPF implementation situation is kinda pathetic. ...
2007-02-06 11:34:40

There is one thing worse than not having a test suite

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. ...