Parsing
Tag details
Welcome to the 'Parsing' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'Parsing'.
Look up
"Parsing"
at The Free Dictionary
Latest blogosphere posts tagged “Parsing”
-
Importing Haloscan Comments Into Wordpress
Greg In The Desert —
Authority: 134
I started this blog in the summer of 2003 using iBlog for Mac and hosting using .mac. Eventually iBlog used Haloscan for comments and eventually iBlog died (technically it’s still available but it’s been at version 2.0 release candidate 3 for years). I have since moved this blog to Blosxom , RapidWeaver and ...3 days ago -
Random RSS Item with PHP and ICONV for formatting.
Black Hat SEO Digest —
Authority: 118
So I had to hack together a little snippet today that would return just one single item from a rss feed and have it be random from the available items. (For example this snippet of code will return one random rss item from blackhatdigest – skipping the most recent entry) function load_xml_feed($location) { ...6 days ago -
The role of parsing in Mormonism
Irresistible (Dis)Grace —
Authority: 418
If you’ve read through the Mormon Bloggernacle long enough, then you’ve probably come across Ray (aka Papa D of Things of My Soul .) Ray is noteworthy for a great many things (for one, I have never seen Ray lose his cool. I have seen him express strong sentiments against Calvinism at rare times, but he seems to ...1 week ago -
RFC complaint regular expression for parsing email addresses
rootninja —
Authority: 129
The RFC compliant way to parse email addresses with regular expressions is too big to fit in an excerpt. (?:(?:\r\n)?[ \t])*(?:(?:(?:[^()1 week ago -
Microsoft Windows Intel Indeo Codec Parsing Heap Overflow Vulnerability
Microsoft Patch Watch —
Authority: 156
Topic : Microsoft Windows Intel Indeo Codec Parsing Heap Overflow Vulnerability CVE : CVE-2009-4309 CWE : CWE-119 SecurityRisk : High ....1 week ago -
Microsoft Windows Intel Indeo Codec Parsing Heap Overflow Vulnerability
Microsoft Patch Watch —
Authority: 156
Topic : Microsoft Windows Intel Indeo Codec Parsing Heap Overflow Vulnerability CVE : CVE-2009-4309 CWE : CWE-119 SecurityRisk : High ....1 week ago -
Parsing a genetic code using flex and bison. Part 2/2
YOKOFAKUN —
Authority: 112
(this post was inspired from this tutorial: "Writing a Reentrant Parser with Flex and Bison").In the previous post Ive shown how to parse a NCBI genetic code in ASN.1 using flex and bison. However the generated code is non reentrant that is to say that some globals variables prevent it to be used in a concurrent ...1 week ago -
Parsing a genetic code using flex and bison. Part 1/2
YOKOFAKUN —
Authority: 112
In this post Ill show how to write a lexer and a parser using Flex and Bison for parsing the genetic codes at NCBI. Ill write a non-reentrant parser that is to say that the generated code contains some global variables and cannot be safely executed concurrently. The input file is an ASN1 file that looks like ...1 week ago -
RSS to Twitter using PHP
First initial, last name. —
Authority: 131
Today I noticed that my now ancient PHP script to update Twitter automatically using PHP/cron needed to be updated. It turns out that Twitter stopped recognizing URLs with ? in them as clickable links. Here is an example tweet where you’ll notice this happening. I could have told Twitter and asked that they ...2 weeks ago -
The force of regex and HTML together in the same conceptual space will destroy your mind
THINK PRAGMATIC! —
Authority: 109
You can’t parse [X]HTML with regex. Because HTML can’t be parsed by regex. Regex is not a tool that can be used to correctly parse HTML. As I have answered in HTML-and-regex questions here so many times before, the use of regex will not allow you to consume HTML. Regular expressions are a tool that [...]Post ...4 weeks ago

