On Fri, 05 Oct 2007 10:54:39 +1000 ... Probably not, but in any case attachments are a bad idea because: 1) they aren't archived in the group's message ...
... Much better, for several reasons, including those mentioned by Gordon, is to upload a file to the group's files area and send a message telling group ...
... Great, but for the purpose of making stuff available to the list subscribers, isn't there a files section with each list ?; if so, would it fit Greg's...
On Fri, 05 Oct 2007 16:19:18 -0400 ... Yes, of course. http://groups.yahoo.com/group/snobol (or spitbol !) and then use the menu at the left to go to the...
... If you are a yahoogroups member, then you can go to the snobol group site and upload/download files. If you are only a list subscriber then you cannot. ...
... There are a file and a photo section on the Yahoo site for this group. Each section has a total limit of 100 megabytes. Right now neither of these sections...
... If a list subscriber could put the file as an attachment. Then email a copy of the file privately to me, and if requested, I will add it to the Yahoo Group...
Thanks all, I had forgotten about the group files area that Yahoo has. Charles made a particularly interesting suggestion (and useful). Is there a way that...
... - If it was down it's now back up. ... - I have just downloaded a copy from ftp://ftp.ultimate.com/snobol/win32/1.1/snobol4-1.1.zip with no trouble. I hope...
- NOTE: This is posted to be _educational_, not as propaganda nor as a polemic. No ranting, please... - - - - This list generally concentrates on the nuances...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the snobol group. File :...
snobol@yahoogroups.com
Oct 19, 2007 12:21 pm
391
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the snobol group. File :...
snobol@yahoogroups.com
Oct 21, 2007 7:59 pm
392
I know, the functionality described below is despised by any reasonable programmer, but for specific purposes (keywords: teaching, lazy, clarity) I'll have to...
Hello, Does anybody on the list have experience setting up a Susie Gateway box? The little example program that I am currently working on is completed to the...
I'm not sure I understand precisely your objective, but I see a few problems with EITHER approach. First, I don't think you can OPSYN *before* the DEFINE() is...
... why *before*? a output = size(input) end will be converted to: -include "utf.sno" opsyn("size","utfsize") a output = size(input) end ... Of course one...
... ... My preference is to use OPSYN(). Note that CSNOBOL4 can be modified to preload file(s) before the execution. If an "edit" is done, STCOUNT trapping...
... I already decided to use OPSYNs (not much reaction to my post, and it just seemed to be a cleaner solution). ... Preloading in Phil's CSNOBOL4 (my...
On state save: There are two purposes behind a state save. The first is to snapshot a computation. The approach of tracking strings may increase the time taken...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the snobol group. File : /DDT Uploaded by...
snobol@yahoogroups.com
Nov 9, 2007 6:15 pm
402
I have added DDT to the Files section. This is a modification of the Catspaw SPITBOL debugger, for CSNOBOL4. To use it, -INCLUDE 'DDT' and where you want...
I have a version of DDT that uses unix/linux "tput" to do cursor positioning, and does full-screen. It's a hack, but may be useful (although this funcionality...
I have posted a SUDOKU puzzle solver in the files section. Feel free to clean it up -- it works, but is probably not the greatest example of SNOBOL4 code. I...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the snobol group. File : /SUDOKU Uploaded...
snobol@yahoogroups.com
Nov 11, 2007 2:30 am
406
I dont know whom the poster of this is, because they don't sign. combobox666 wrote: There are two purposes behind a state save. The first is to snapshot a ...