Question: Who is the moderator of this list and has control over it? Is there anything that can be done to prevent SPAM postings such as the ones we've been...
I'd also like to find a way to stop the spam that is being sent through this group. From checking the members list, it appears no one is listed as the ...
I'd also like to find a way to stop the spam that is being sent through this group. From checking the members list, it appears no one is listed as the ...
Don: The main duties of a moderator are to control the list. Mostly, this is just a matter of setting restrictions on the list (who can join, who can post,...
It is a good idea to block the spammer, but we need to think it through before we deny anyone the right to join (potentially a legal issue?). In my opinion, ...
Good points. Presumably, yahoo allows the list owner to restrict members from browsing the list of people subscribed. Those are both things to look into once...
I have not heard of this use of AWK, and frankly, would be surprised at it. AWK was designed to do systematic transformations of text files and is very weak on...
here's a link to an article on AWK AI: http://www.cs.wustl.edu/~loui/sigplan it's where I read about AI in AWK. they talk about using AWK as an AI teaching...
But one thing you can't do with awk is something like this: BEGIN { variablefunction = "myfunc" variablefunction(2) exit } function myfunc(a) { return a+2 } Or...
Logo-esque AWK! I thought your pseudocode-style looked familiar! :D Logo is great! thanks for the link. once, I wrote a functional interpreter in Logo, nothing...
... This should have been: BEGIN { variable = "a" functiondef = "myfunc(" variable ") {return " variable "+2 }" define(functiondef) myfunc(2) exit } Anyway,...
why not have a look at my neuron in awk? curse the perfectionist in me! I am not happy with the code. it trains the simulated neuron to be an "or" gate, but it...
... there ... we've ... I, for ... incrreases, and I ... I am the owner of this group and only moderator. My apologies for the delayed deletion, banning, and...
... It would depend on what abilities are set for you. This would include something like deleting messages, approving new messages (if we switch to a...
once on another group, I found a certain virus had been spamming the list. I didn't have it, but I investigated the e-mail text (on the website.) and...
hello ramya .. do reply... am a awk programmer nagaraju ... __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources...
Hello dear... blog is nothing but ... weblogs.. in this all individuals thoughts are written... its short form is (we)blog... ok dear do reply at ur...
Hello there, Try visiting this well listed Directory on Computers and Internet! ... Here is the link http://hi-fiweb.com/comp Hoping to learn a lot from other...
May i know who are you? --nag kate_telecom <kate_telecom@...> wrote: Hello there, Try visiting this well listed Directory on Computers and Internet! ... ...
Starting today all new members will be moderated by default. If/When he/she posts for the first time, then he/she will gain full posting privileges after I...
Hi, I'm new to the group and just saying hello. I use RH9 on a Dell and discovered Gawk in the info files. I've been using it a little, and it's made me...
Hi, I have a problem with gawk, and I though you guys might help. Here's the situation: I have an active logfile, which receives some lines from time to time. ...
I guess I saw the same paper you did at: http://www.cs.wustl.edu/~loui/sigplan I was suprised that his students using Gawk faired better than those using C++....
When I did it like this: tail Bookmarks.html | gawk '{ print $0 > "outfile" } It worked fine. The outfile was created and the last ten bookmarks were there....