/* E X A M P L E -----------------------------------------------
		$feed = new RSS();
		$feed->title       = "RSS Feed Title";
...

PHP RSS Writer Class

by https://www.google.com/accounts/o8/id?id=AItOawkrlIWZOJFG_JL2F2-39pufYjElslWtCGU, August 23, 2011 07:01, 18 refactorings, tagged with class, xml, php, html, web, apache, server, write
D41d8cd98f00b204e9800998ecf8427e Talk
#include <stdlib.h>
#include <vector>
#include <string>
...

C++ An efficient HTTP parser

by steve.hanov.myopenid.com, March 09, 2009 22:48, 4 refactorings, tagged with sockets, http, server

I'm writing a web server, a...

D41d8cd98f00b204e9800998ecf8427e Talk