#!/bin/env python

"""
...

Python Learning Python

by michael92956.myopenid.com, April 19, 2011 03:58, 3 refactorings, tagged with file, parse, log

I am comfortable with Unix ...

55502f40dc8b7c769880b10874abc9d0 Talk
/// <summary>
        /// Takes HTML and list of all positions of h3 tags and splits them.
        /// </summary>
...

C# Split HTML from header tag ...

by Ender, March 09, 2011 12:52, 2 refactorings, tagged with string, html, C#, parse

The HTML is pre-parsed to g...

C98e188ba63a7875d61a77d7aaa3f5c7 Talk
def parse_query(s)
  if s.count(':') == 0
    return s
...

Ruby Parsing key value with no d...

by theshionak, February 22, 2011 19:21, 9 refactorings, tagged with string, ruby, regex, parse

Input: "the big state:activ...

38ad07c474f260c81ca64a66edfe446e Talk
RecipeQuery.SortOrder key = (RecipeQuery.SortOrder)Enum.Parse(typeof(RecipeQuery.SortOrder), sortKey);

C# Seriously why is there no T...

by Hiawatha, February 20, 2011 02:17, 5 refactorings, tagged with enumerable, parse, enum

Is there really no better w...

4df33f9e8a81cc9d8046f057dbb4debc Talk
require 'net/http'
require 'rexml/document'
require 'download.rb'
...

Ruby help with processing nzb/xm...

by bain19.myopenid.com, January 09, 2010 23:51, 4 refactorings, tagged with download, ruby, xml, parse, nzb, usenet, slow

I was bored during ruby cla...

642d333608cc3483f64dba38cb81bdd2 Talk
/// <summary>
    /// This function actually alters the text and makes the necessary changes.
    /// </summary>
...

C# HTML Reprocessing Code

by nesteruk, February 23, 2009 15:07, 2 refactorings, tagged with html, C#, parse

The code below is evil. It'...

F01cbd2238e2a78e4c43fa596f51d6a1 Talk
void print_help()
{
        printf("usage:\n") ;
...

C Using getopt() to parse inp...

by rickross.myopenid.com, January 24, 2009 21:13, No refactoring, tagged with input, parse, arguments, getopt

This is a simple bit of cod...

55502f40dc8b7c769880b10874abc9d0 Talk
<?php

...

PHP Moving my xml parsing into ...

by Jason Calleiro, June 01, 2008 20:18, 4 refactorings, tagged with xml, php, parse, function

I have a list of pages, wit...

A4e2fea57f511d697f1de55198996f23 Talk
<!-- THE XML IM TRYING TO PARSE -->
...

Ruby Trying to parse XML and pas...

by Jason Calleiro, May 30, 2008 20:09, 5 refactorings, tagged with rails, ruby, xml, parse, hpricot

I am completely new to ruby...

A4e2fea57f511d697f1de55198996f23 Talk