import csv, ConfigParser, datetime, time from lxml import etree ...
Python XML Schema parsing and XML ...
by https://www.google.com/accounts/o8/id?id=AItOawnskEpQmE0uSHiw6mtC_WFcUDNCuvejHdE,
July 21, 2011 10:08,
No refactoring, tagged with xml, parsing, xsd, lxml
I wrote a tool to parse som...
#!/usr/bin/perl -wT use strict; ...
Perl Handling both dots and comm...
I'm trying to create a meth...
class Position attr_accessor :x, :y ...
Ruby parsing 2 1-digit numbers
Is there a better way to do...
namespace MyUtilities {
using System;
using System.Diagnostics;
...
C# Int32 Quick Parser
I wrote a few parsing metho...
def writefile(file, *linedata)
linedata.each do |line|
file << line.join(",") + "\n"
...
Ruby Parsing non-delimited text
I have large text-reports f...
Takes a string and returns ...