Friday, December 25, 2009

How to include files in Gawk

Arnold Robbins asks this community to comment on different methods to implement file inclusion in Gawk.

A web-server in Gawk

Michael Sanders implements a web server, in very few lines, using Gawk.

How to join lines

Ed Morton and Kenny McCormack show us Awk's equivalent to VI's "J" command.

Drawing Sierpinski Triangles

Dan Nielsen shows us how to draw Sierpinski Triangles.

From code comments to Latex

Peter Ivanyi and Roman Putanowicz generate Latex doco from program comments.

Sorting Gawk arrays, using the shell

Debbie Forbes quickly sorts arrays.

An RSS reader in Gawk

Tim Menzies offers an ultra-simple RSS reader.

SPAWK now for SuSE Linux

Panos Papadopoulos ports SPAWK (SQL+AWK) to SuSE Linux.

Roadmap for Gawk.

Arnold Robbins announces the roadmap for the next planned updates to Gawk.

XMLgawk for Windows

Wim van Blitterswijk announces XMLgawk for Windows.

Wednesday, December 2, 2009

Awk.info now a top-20 website

Awk.info now a top-20 website

Zork, in Awk

Praveen Puri offers a Zork-clone, in Awk.

Tuesday, December 1, 2009

Sorting, in Awk

Ed Morton sorts out everything (using Awk)

Smallest formatter, ever?

Is this the smartest (smallest) formatter ever written?