=====Awkwiki===== Interesting Awk information and code found on the Internet. ====General libraries==== ^ Library Name ^ Description ^ Author ^ Wayback? ^ Notes ^ | [[https://code.google.com/p/lawker/source/browse/fridge/gawk/|Lawker]] | Libraries at awk.info | Various | Incomplete | | | [[https://github.com/e36freak/awk-libs|awk-libs]] | GNU awk libraries | e36freak | Yes | | | [[https://github.com/dubiousjim/awkenough|Awk Enough]] | "A small set of of Awk utility routines" | Dubiousjim | Yes | | | [[https://github.com/takubo/awk_lib|awk_lib]] | "Library for AWK" | takubo | Incomplete | | | [[https://github.com/xfix/awk-plus-plus|awk-plus-plus]] | "various helper functions for awk" | xfix | Incomplete | | | [[https://github.com/cheusov/runawk|runawk]] | Useful function collection | cheusov | Unknown | | | [[http://rosettacode.org/wiki/Category:AWK|Awk Examples]] | Rosetta Code | Various | Unknown | | | [[https://github.com/learnbyexample/Command-line-text-processing/blob/master/gnu_awk.md|Awk by Example]] | Tutorial | learnbyexample | Yes | ====Specific libraries==== ^ Library Name ^ Description ^ Author ^ Wayback? ^ Notes ^ | [[https://github.com/greencardamom/MediaWikiAwkAPI|MediaWikiAwkAPI]] | MediaWiki API library | greencardamom | Yes | | | [[https://github.com/step-/JSON.awk.git|JSON.awk]] | JSON parser | step- | Yes | | | [[https://github.com/kevin-albert/awkserver|awkserver]] | HTTP server | kevin-albert | Yes | Plus a JSON parser and urldecode() | | [[https://github.com/gsitkarev/dbawk|dbawk]] | Plain text database | gsitkarev | Yes | | | [[http://www.pagedaemon.org/blog/cgiscriptinginawk|cgi.awk]] | CGI for awk | Stephen Ma | [[https://web.archive.org/web/20150525220112/http://bachlab.balbach.net/gawk/cgi.awk|[1]]][[https://web.archive.org/web/20150525220205/http://bachlab.balbach.net/gawk/cgi_example.awk|[2]]] | | | [[https://github.com/numcommand/num |Num]] | Math and statistics via CLI | Joel Parker Henderson | No | Also an awk math library | | [[http://spawk.info/index.html |SPAWK]] | SQL for Awk | Panos Papadopoulos | No | ====Applications==== ^ Library Name ^ Description ^ Author ^ Wayback? ^ Notes ^ | [[https://github.com/e36freak/ogrep|ogrep]] | 'grep -o' utility | e36freak | Yes | | [[https://bitbucket.org/stbalbach/InternetArchiveClassicSearch|Internet Archive Classic Search]] | IA search util | stbalbach | Yes | ====Extensions/Plug-ins==== ^ Library Name ^ Description ^ Author ^ Wayback? ^ Notes ^ | [[http://sourceforge.net/projects/gawkextlib/files/ | gawk libraries]] | XML, SQL, etc. | Various | No | | [[http://shell.xmission.com:65401/strptime.zip | strptime() function]] | strptime() function | Kenny McCormack | Yes | [[http://groups.google.com/forum/#!topic/comp.lang.awk/FXrz0VIvz4A|Usenet discussion]] |