Sunday, May 31, 2009

Fast shuffling of a list

Tim Menzies' fast random shuffle of array contents.

Saturday, May 30, 2009

XML: pulling our data

Pulling out data from an XML file.

Lexical and Grammar Analysis

Yasumasa Someya's tools for natural language analysis.

Friday, May 29, 2009

Not-so-Naive Bayes Classifier

Tim Menzies' not-so-Naive Bayes Classifier

Thursday, May 28, 2009

Awk100#21: Jawk = Awk in Java

Awk100#21: Jawk = Awk in Java

Wednesday, May 27, 2009

XML: outline generator

XML outline generator.

Tuesday, May 26, 2009

UML diagram generator

Martin Fink's UML diagram generator

Sunday, May 24, 2009

Aaron Hawley's checkers program

Aaron Hawley's checkers program

Friday, May 22, 2009

New in Awk: fast array loading

New in Awk: fast array loading

Wednesday, May 20, 2009

Spread sheet access in Awk

Spread sheet access in Awk

Monday, May 18, 2009

Template-driven programming in Awk

Template-driven programming in Awk

Saturday, May 16, 2009

QTawk

Terry D. Boldt's QTawk tool

Thursday, May 14, 2009

Tic-tac-toe

Aaron Hawley's Tic-Tac-Toe code.

Tuesday, May 12, 2009

Computing correlations

Tim Sherwood's code for computing correlation

Sunday, May 10, 2009

New in Awk: constant folding

New in Awk: constant folding

Friday, May 8, 2009

Mastermind (again)

Steve Calfee: how to win at MasterMind

Brainfuck to "C"

Steve Johnson's Brainfuck to "C" translator (written in Awk).

XML: dump XML contents

Mark Bannister's "dumpXML" tool.

Wednesday, May 6, 2009

XML: checking for well-formedness

XML: checking for well-formedness

New section: OO tools in Awk

New section: OO tools in Awk

Monday, May 4, 2009

Awk100#20: Awk + Ansi-C = 00

Awk100#20: Awk + Ansi-C = 00

Sunday, May 3, 2009

Awk100#19: A*

Awk100#19: Ladd and and J. Christopher Raming's Awk-based language lab.

Saturday, May 2, 2009

Added: a list of page tags

Added: a list of page tags.

Added: a table of contents

Added: a table of contents

Friday, May 1, 2009

New section: XML processing

New section: XML processing

getXML with Gawk

Jan Weber's "getXML" tool.

Generic list prining

Tim Menzies' generic array printer.