Giter Site home page Giter Site logo

luhg / lawker Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 47.34 MB

Automatically exported from code.google.com/p/lawker

License: Other

Awk 22.67% Shell 8.19% Groff 1.40% HTML 62.01% NewLisp 0.39% PHP 0.49% JavaScript 0.10% Scheme 0.02% Makefile 0.55% Ruby 0.03% CSS 0.35% C 1.98% Assembly 0.08% Perl 1.04% C++ 0.01% Objective-C 0.02% Rebol 0.05% R 0.01% D 0.31% DTrace 0.30%

lawker's People

Watchers

 avatar

lawker's Issues

SPAWK GoogleCode

URL to link:

Just in the SPAWK reference, where there is a link:

http://sites.google.com/spawkinfo

to add the new:

http://code.google.com/p/spawk

If no more than one link is allowed, then I believe that the

http://code.google.com/p/spawk is better. It's up to you Tim!

Reason to link to URL:

Text to add to awk.info describing the link:

With regards,
Panos

Original issue reported on code.google.com by [email protected] on 14 Aug 2009 at 6:48

Typos:

URL with the typos: http://awk.info/?TenLiners

What to change: discks should be discs

Original issue reported on code.google.com by [email protected] on 21 Sep 2013 at 7:44

Proposed Enhancement

Suggestion:

Since I see that BWK has given permission to include the companion
code from his gray book ("Awk: The AWK Programming Language" --
$86.60 from Amazon! WTF!), you simply must at least provide a
link to the essential errata insofar as the book is still in
its original published edition of 1988!

http://www.cs.bell-labs.com/cm/cs/awkbook/errata.html

Have you mentioned that the source code of the "One True Awk"
is also available at this site?

=Brian

Original issue reported on code.google.com by [email protected] on 7 Apr 2009 at 2:11

functional misstyped funcational

URL with the typos:

http://awk.info/?Funky

What to change:

I believe that the word "funcational" is misstyped "functional" in:

...This enables a new kind of funcational programming...

With regards,
Panos

Original issue reported on code.google.com by [email protected] on 14 Aug 2009 at 6:43

first issue

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.



Original issue reported on code.google.com by [email protected] on 18 Jan 2009 at 7:50

Proposed Enhancement

Suggestion:


add an rss feed to the site



mjc     
More options Feb 16, 4:11 pm
Is there an rss feed for the site? I would like that.

Original issue reported on code.google.com by [email protected] on 16 Feb 2009 at 11:23

Proposed Enhancement

Suggestion:

Concerning Walter Ferlazzo's "cal" command frontend at:

http://awk.info/?tip/caltricks

Perhaps because I came from the era of modest computer
power, I am sensitive to unnecessary or suboptimal algorithms
for a particular solution. For Unix scripting, this almost
always involving minimizing the number of spawned processes,
and for the above application in particular, collating
functionality into one unified script.

Maybe even Bob Orlando's impressive "dateplus.awk" (with C
and perl ports) at:

http://www.orlandokuntao.com/dateplus.html
http://www.unixreview.com/documents/s=8989/ur0403c/
http://www.unixreview.com/documents/s=9083/ur0403c/ur0403c.htm

There are supplementary utilities available by him:

"Secular American Holidays" nawk script
http://www.orlandokuntao.com/holidays_awk.txt

Additional (poorly formatted and unverified) links involving
awk/nawk/gawk are:

M,"date2JDN.awk" 
http://groups.google.com/group/comp.lang.awk/browse_frm/thread/bba27ca6f571
30ed/85d12b854b9a4479#85d12b854b9a4479,,"","Thomas Weidenfeller" 
<[email protected]>
^ http://mitglied.tripod.de/xmltp
^ ^ http://www.uni-giessen.de/faq/archiv/computer-
lang.java.gui.faq/msg00000.html
^ ^ http://burks.brighton.ac.uk/burks/language/java/jprogfaq/intro.htm
F,"datestamp-filter.gawk",,http://bugsplatter.mine.nu/awk/datestamp-
filter,$0,"logfile datestamp filter with optional record offset to start 
of datestamp, documentation is in the source at this time, has a debug 
feature that indicates datestamp cursor and status. Worth a look if you 
build custom log analysis scripts and need to select records based on 
datestamp, particularly an embeddded datestamp - currently preset column 
offset"
^ F,"datestamp-filter-
devel.gawk",,http://bugsplatter.mine.nu/awk/datestamp-filter-
devel,,"development version of datestamp-filter"

"lowtide.gawk": calculate low tide
ftp://ftp.armory.com/pub/scripts/lowtide

(Indeed, all of John H. DuBois III's scripts at 
ftp://ftp.armory.com/pub/scripts/add)

You've never mention tawk:

"date.tawk"
http://www.tasoft.com/awklib/date.awk

=Brian <[email protected]>

Original issue reported on code.google.com by [email protected] on 16 Apr 2009 at 2:18

Typos: <;i>

URL with the typos:
http://awk.info/?dsl/awklisp

What to change:

change <;i> to </i>.

Original issue reported on code.google.com by [email protected] on 30 Jun 2009 at 1:08

Proposed Enhancement : define "lake" and make file for lawker

Suggestion:

when dealing with multiple files need to:

1) augment AWKPATH to include all the Lawker directories

2) need to recursively explore the source code for the "#use file" commands

3) need to print all the "used" files

4) need a debug mode that calls gawk -f use1.awk -f use2.awk et

5) need a deliver mode that cats all the "used" together and adds a new tag
for that awk file

Original issue reported on code.google.com by [email protected] on 21 Feb 2009 at 11:26

repeated functions in fridge/awk

What steps will reproduce the problem?
1.  cd fridge/lib/bash
2.  ./repeatedFunctions

What is the expected output? What do you see instead?

I expect no output.  Instead I see

   2 #
   2 assert
   2 closeXMLEVENT
   2 getXMLEVENT
   2 getopt
   2 max
   2 min
   2 unescapeXML

Original issue reported on code.google.com by [email protected] on 17 Feb 2009 at 2:28

fsm .zip file lacks necessary test_driver.c

What steps will reproduce the problem?
1. Follow steps to build sample in the 00README file
2. Step 3, "make" fails because there is no test_driver.c
3.

What is the expected output? What do you see instead?
I expected to build the simple sample to evaluate it.

What version of the product are you using? On what operating system?
Using Ubuntu hardy with kernel 2.6.24

Please provide any additional information below.
No big deal, but the fsm.awk file uses a non-standard path to gawk -
/bin/gawk, where most distros use /usr/bin/gawk. This is not a big deal,
easy to diagnose and fix for the user's real path.

Original issue reported on code.google.com by [email protected] on 21 Jul 2009 at 8:19

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.