This is fun: A REXX XML PARSER.
Tag Archives: parser
PHP type comparison tables and tokens
This is handy: PHP type comparison tables.
And this is interesting: List of Parser Tokens.
Parsing HTML on the command line
Check out pup for parsing HTML on the command line. Does pretty printing too.
MySQL INET_ATON and INET_NTOA
Reply
You can convert an IP address to an int, and vice versa, with these two MySQL functions. Of course I learned about this after I’d already implemented IP address support using BINARY(4) and my own parser/formatter… now that I have my own implementation I can’t bring myself to let it go, and I worry about support for signed/unsigned 32-bit ints (perhaps my concerns are unfounded..?)