Search the web
Sign In
New User? Sign Up
wordgame-programmers · A list for programmers of word games. Ve
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 596 - 625 of 963   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
596
I ran the MSQ program (written by Martin Laeuter) on the empty 8x8 board, with a french lexicon based on ODS3 (44,565 words). The program found exactly 68...
Jean-Charles Meyrignac
jcmeyrignac
Offline Send Email
Sep 2, 2003
7:14 pm
597
... According to http://rec-puzzles.org/sol.pl/language/english/spelling/sets.of.words/squar es there are no known English 9x9 double word squares (the type...
David Eppstein
eppstein@...
Send Email
Sep 2, 2003
7:51 pm
598
Could I ask you folks to do a gross-error-check on these results please? The test board looks like this: #..-...#...-N.# .+...=...=.MIZ. ..+...-.-..UPO. ...
Graham Toal
graham_toal
Offline Send Email
Sep 14, 2003
10:14 pm
599
I finally re-did this computation with the latest bugfixes applied to my code. Here are the results I got with TWL vs. SOWPODS: The word length distribution...
Brian Wickman
ringtheorist
Offline Send Email
Sep 15, 2003
2:03 pm
600
... Actually I made some algorithmic improvements and got it down to 7 seconds for the above :-) (as well as bringing the memory down by 25Mb) I haven't yet...
Graham Toal
graham_toal
Offline Send Email
Sep 15, 2003
6:08 pm
601
... Yes. Parallelization would be trivial. On 32 processors, the process of move generation over 2M racks should only take about 5 or 6 minutes. I'm not...
Brian Wickman
ringtheorist
Offline Send Email
Sep 16, 2003
1:05 am
602
... sharing ... versions ... Of course I'm sharing it. As if you had to ask :-) I want to clean up the code and put it back into separate modules (currently...
Graham Toal
graham_toal
Offline Send Email
Sep 16, 2003
2:07 am
603
For your delectation: http://www.gtoal.com/wordgames/scrabble_solver/global_analysis/rackgen.c.html Not quite a textbook lesson in how to do coroutines in C...
Graham Toal
graham_toal
Offline Send Email
Sep 17, 2003
3:51 am
604
... 0.23s - Much better :-) 0.220u 0.010s 0:00.23 100.0% 0+0k 0+0io 142pf+0w The source is ready for a quick peek. Remember this is a weekend hack job, not...
Graham Toal
graham_toal
Offline Send Email
Sep 17, 2003
4:40 am
605
I hacked up a little program which does this: It takes each 7-letter word in twl, then for each word, it removes each letter one at a time leaving 6 letters. ...
Graham Toal
graham_toal
Offline Send Email
Sep 18, 2003
4:58 am
606
... I think it's interesting that evaluating for bingos seems to have increased the rank of some undesireable letters (J, Q, U) with respect to the early...
Matt Lavallee
matt-lavallee
Offline Send Email
Sep 18, 2003
2:14 pm
607
Graham suggested I detail this a bit on-list, so here goes... I've been tinkering off and on (for two years or so) with all of the Scrabble-related algorithms...
Matt Lavallee
matt-lavallee
Offline Send Email
Sep 19, 2003
1:43 am
608
For what it's worth, I have a mature framework written in C++ with the same goals, but thusfar only a few eyes have seen it. This may change in the future,...
Brian Wickman
ringtheorist
Offline Send Email
Sep 19, 2003
3:15 am
609
... How tedious would it be to code the low-level routines in ANSI C rather than C#/VB.NET? That way, you could get a whole lot of language bindings...
Martin DeMello
martindemello
Online Now Send Email
Sep 19, 2003
7:26 am
610
... Of course I'd like to hear what is included in "and more". :) ... I did, as I believe you suggest, expect a set of minimal interfaces that would be defined...
Matt Lavallee
matt-lavallee
Offline Send Email
Sep 19, 2003
1:47 pm
611
... That's not a bad idea, except that I'm over five years out of ANSI C. :) Given SWIG, however, I will try to write more in C# for the reverse. dot-NET (or...
Matt Lavallee
matt-lavallee
Offline Send Email
Sep 19, 2003
2:03 pm
612
I'm glad to announce the availability of an improved version of Martin Läuter's MSQ (crossword generator). Graham Toal kindly archived the program: ...
Jean-Charles Meyrignac
jcmeyrignac
Offline Send Email
Sep 21, 2003
9:40 am
613
I've written a cryptogram solver in C that seems to be working reasonably well. Source code and a CGI front-end available at ...
Ram
ram_nrk2000
Offline Send Email
Sep 22, 2003
9:20 am
614
Thank you for this precision ! Indeed, you previously gave some more infos in swedisch here: http://stp.ling.uu.se/pipermail/skrabbel/2003-April/001158.html ...
Jean-Charles Meyrignac
jcmeyrignac
Offline Send Email
Sep 22, 2003
7:26 pm
615
Nice Scrabble game for such a small package. (23393 bytes of perl, with comments.) By Brian White <bcwhite@...>, dated 2-Jan-02; add-your- own...
Steven Alexander
stevena17
Offline Send Email
Sep 27, 2003
7:20 am
616
Original Text: plaintive Deciphered Text: christian ... /U ... Urban Nilsson, http://bonk.nu/blog To understand recursion, we must first understand recursion...
Urban Nilsson
d7urban
Offline Send Email
Oct 3, 2003
1:12 pm
617
for even more fun, try feeding in names... interesting character traits might be revealed in the deciphered text :-) -nrk. ... ...
Ram
ram_nrk2000
Offline Send Email
Oct 4, 2003
10:03 pm
618
Back in the mists of time (c. '85) when I wrote a cryptogram solver, I had put in the names of all the US presidents. Some I remmeber were JAMES MADISON =>...
Michael Turniansky
lincro
Offline Send Email
Oct 7, 2003
7:01 pm
619
I'm working on a completely internationalised scrabble engine. Does anyone have any suggestions for extending log2 format for other languages and character...
Graham Toal
graham_toal
Offline Send Email
Oct 13, 2003
4:03 am
620
Hi all, ... After having seen http://home.teleport.com/~stevena/scrabble/alpha/comm_log.html I can spot essentially two issues: 1. What should be specified? -...
Laeuter
laeuter@...
Send Email
Oct 13, 2003
1:02 pm
621
Some rule sets allow the second player to have an extra move if the first player plays out first. Brian [Non-text portions of this message have been removed]...
sheppardco@...
Send Email
Oct 13, 2003
8:15 pm
622
... As many subscribers know, I developed the 'log2' and 'log' formats in consultation with James Cherry for use on my DOoM servers ...
John J. Chew III
poslfit
Offline Send Email
Oct 14, 2003
3:41 am
623
Has any consideration been given to developing an XML game description? I'd be interested in participating. It might start looking like this; lots omitted or...
Alan Frank
halibutpt
Offline Send Email
Oct 22, 2003
2:26 am
624
... YAML (http://www.yaml.org/) would be lighter and more human readable. See http://www.yaml.org/start.html for an example. martin ...
Martin DeMello
martindemello
Online Now Send Email
Oct 22, 2003
5:07 am
625
Just to report the discovery of the first 9x8 grid in french. In France, it's considered as the Holy Graal by crossword makers (verbicrucistes in french) ! ...
Jean-Charles Meyrignac
jcmeyrignac
Offline Send Email
Nov 11, 2003
2:45 pm
Messages 596 - 625 of 963   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