#!/usr/bin/php
<?php
/**
...

PHP HTML Filter

by grom, October 23, 2008 23:00, 5 refactorings, tagged with parser, php, html, sanitize

Only allow subset of HTML. ...

A14537020ec5b11fea3b956353724860 Talk
class RelativeDateParser
    {
        
...

C# Parse Relative Date

by Larsenal, September 11, 2008 00:33, 1 refactoring, tagged with parser, date time

I'd like to build up someth...

61fcda6377c3941f33130902c15ba27e Talk
<?php

function fetch($url,$start,$end){
...

PHP Wikipedia API and text form...

by z3ro, January 09, 2008 18:37, 4 refactorings, tagged with convert, html, plain html, formatting, parser, regex, xml, php, wikimedia, api, wikipedia

I need to add Wikipedia's i...

E90ba01aea329491b312280d1eea606b Talk
import sys
...

Python .ini file parser

by lbolognini, November 08, 2007 21:47, 5 refactorings, tagged with parser, ini

This is an excercise to imp...

D2ff155cd04fa175620d2f3495b11b08 Talk