Search the web
Sign In
New User? Sign Up
openpfgw · Co-ordination of the OpenPFGW project
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1248 - 1277 of 2064   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1248
C:>pfgw -q"464857965*2^22967-14731" PFGW Version 20030811.Win_Dev (Beta 'caveat utilitor') [FFT v22.13 w/P4] PRP: 464857965*2^22967-14731 5000/22995 Iteration:...
Jens Kruse Andersen
jkand71
Offline Send Email
Oct 5, 2003
5:10 pm
1249
Changes were made in the code that chooses the FFT size due to just this type of problem occuring with certain numbers in the 1.1 release. Choosing the correct...
gchil0
Offline Send Email
Oct 5, 2003
8:23 pm
1250
This error has nothting to do with those changes. This error was "added" since 1.1 In the code for PRP, this code "existed". It is a "quick-check" to see if...
jim_fougeron
Offline Send Email
Oct 5, 2003
10:02 pm
1251
A stronger KP-combined algorithm ******************************** Suppose that every factor f of N satisfies f = 1 mod F f = N^j mod G for some j in [0, T-1]...
David Broadhurst
djbroadhurst
Offline Send Email
Oct 7, 2003
9:26 pm
1252
Informal PS: I had been racking my brains trying to wind up to F1+F2>0.3, but I can't for the life of me see how to do that, however much Bouk goads me:-) ...
David Broadhurst
djbroadhurst
Offline Send Email
Oct 7, 2003
10:26 pm
1253
Personally BASIC-style syntax causes my brain to implode, which is why in the last few years I've written precisely _zero_ PFGW scripts. Perhaps a more C-like...
Phil Carmody
thefatphil
Offline Send Email
Oct 9, 2003
9:30 am
1254
... Yes! Surely there must be an open source interpreter that can be leveraged? Paul __________________________________________________ Virus checked by...
Paul Jobling
paul_joblinguk
Offline Send Email
Oct 9, 2003
10:45 am
1255
... That would be the "proper" way. However, the problem appealed to the hacker in me, so there's a squeezee-cheezee solution on its way. You'll not like it,...
Phil Carmody
thefatphil
Offline Send Email
Oct 9, 2003
11:51 am
1256
BASIC (circa 1963) is too new-fangled for me: http://inventors.about.com/library/inventors/blbasic.htm Can we please go back to ...
David Broadhurst
djbroadhurst
Offline Send Email
Oct 10, 2003
2:28 am
1257
How about INTERCAL: http://www.muppetlabs.com/~breadbox/intercal-man/home.html which like any decent language has no GOTO - but does have a COME FROM... ...
Paul Jobling
paul_joblinguk
Offline Send Email
Oct 10, 2003
8:24 am
1258
... I can't stand the faux politeness of intercal. Then again, I'm not supposed to like it, am I? However, you're talking to someone who dabbled with...
Phil Carmody
thefatphil
Offline Send Email
Oct 10, 2003
10:28 am
1259
... Well, I was originally going to suggest its 1-D equivalent, http://www.muppetlabs.com/~breadbox/bf/ before I plumped for Intercal... ... So how complex can...
Paul Jobling
paul_joblinguk
Offline Send Email
Oct 10, 2003
10:40 am
1260
... Backus? Sounds like an excuse to party! I can't beat 1954, but one of may favourites is still 1957's "Are you now, or have you ever been... a LISP...
Phil Carmody
thefatphil
Offline Send Email
Oct 10, 2003
10:43 am
1261
... I don't know. Honestly, I don't know. I said you wouldn't like it... Phil ===== Given that Dubya has control of a such vast arsenal, I'm sure the most...
Phil Carmody
thefatphil
Offline Send Email
Oct 10, 2003
11:03 am
1262
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Send Email
Oct 11, 2003
2:30 pm
1263
The only thing that I've tested this script on is the one that I posted the other day (and the output I posted a was this program's output. DocBook is a pile...
Phil Carmody
thefatphil
Offline Send Email
Oct 11, 2003
2:54 pm
1264
Section 3.2.2 lists: <filename> is a literal string in double quotes This should be changed (in doc, and in source if need be), to: <filename> is a literal...
jim_fougeron
Offline Send Email
Oct 11, 2003
3:16 pm
1265
... Not sure about this one, but in Section 3.2.5: variable, %s used to interpolate a string variable, and %% for a literal quote character. How do you output...
jim_fougeron
Offline Send Email
Oct 11, 2003
3:36 pm
1266
Scriptify bugs (possibly also PFScript bugs) First, I could not run the .pl (using ActivePerl). I modified line 35 like this, and things "seemed" to work....
jim_fougeron
Offline Send Email
Oct 11, 2003
5:27 pm
1267
... Yeah, I just spotted that myself. I have no idea where those extra 3 characters came from. Sorry! How embarassing :-I ! The latest regexp is ...
Phil Carmody
thefatphil
Offline Send Email
Oct 11, 2003
7:15 pm
1268
... <<< If you wish to use the % character in the string write %%. ... So presently there's no way for me to output a '"'. However, I can hone the regexp to...
Phil Carmody
thefatphil
Offline Send Email
Oct 11, 2003
8:18 pm
1269
... I am "thinking" about how to do gosub. I am pretty sure I have a way to do it, just have to get it in. Parameters is still going to be clunky. The...
jim_fougeron
Offline Send Email
Oct 11, 2003
8:57 pm
1270
GOSUB <label> Gosub will jump to the given label, and start processing. When a RETURN command is encountered, execution will start on the line just after the ...
jim_fougeron
Offline Send Email
Oct 11, 2003
9:53 pm
1271
In a "debug" build, scriptfile outputs this: Reserved symbol P Reserved symbol U Reserved symbol V Reserved symbol F Reserved symbol L Reserved symbol R ...
jim_fougeron
Offline Send Email
Oct 12, 2003
12:47 am
1272
This file: SCRIPT DIM z set z,10 GOSUB func_x PRINT z END LABEL func_x GOSUB func_y set z,0 return LABEL func_y if z > 5 THEN return 2 return prints out 10 ...
jim_fougeron
Offline Send Email
Oct 12, 2003
2:06 am
1273
I don't care too much what syntax is used, but I do care, considerably, that the last Linux build that Greg put in the files area aborts on the SCRIPT command...
David Broadhurst
djbroadhurst
Offline Send Email
Oct 12, 2003
2:27 am
1274
... OK, I'm starting to implement functions in my script. The first stab was too 'clever', and permitted reuse of parameter names, but I think that that causes...
Phil Carmody
thefatphil
Offline Send Email
Oct 12, 2003
2:32 am
1275
... used, ... The script that I posted here a few days ago, which contains fopen<->OPENFILEIN runs under 20030425's linux build. Phil ... ===== When inserting...
Phil Carmody
thefatphil
Offline Send Email
Oct 12, 2003
2:34 am
1276
Phil: I am a parasite: I don't build; just run and break. ... Can you put an executable somewhere, please? Actually, it looks as if I miscounted lines and that...
David Broadhurst
djbroadhurst
Offline Send Email
Oct 12, 2003
2:44 am
1277
There will be new sources out soon anyways. I have made changes to the script syntax. labels are now: [_a-zA-Z]+[_0-9a-zA-Z]* They were [a-zA-Z]* variables...
jim_fougeron
Offline Send Email
Oct 12, 2003
2:51 am
Messages 1248 - 1277 of 2064   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help