/// <summary>
/// Takes HTML and list of all positions of h3 tags and splits them.
/// </summary>
...
C# Split HTML from header tag ...
The HTML is pre-parsed to g...
def parse_query(s)
if s.count(':') == 0
return s
...
Ruby Parsing key value with no d...
Input: "the big state:activ...
RecipeQuery.SortOrder key = (RecipeQuery.SortOrder)Enum.Parse(typeof(RecipeQuery.SortOrder), sortKey);
C# Seriously why is there no T...
Is there really no better w...
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...
/// <summary>
/// This function actually alters the text and makes the necessary changes.
/// </summary>
...
C# HTML Reprocessing Code
The code below is evil. It'...
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...
<!-- THE XML IM TRYING TO PARSE --> ...
Ruby Trying to parse XML and pas...
I am completely new to ruby...
I am comfortable with Unix ...