π¬ππ
Kramerica CEO
Postmaster General
Mentored by Henry Atkins @newman
Posts: 5,168
|
Post by π¬ππ on Feb 21, 2022 1:49:26 GMT
|
|
|
Post by NJtoTX on Feb 21, 2022 2:17:18 GMT
ALTERβ¬π©β¬β¬β¬ FLYNNβ¬π©π¨β¬β¬
|
|
π¬ππ
Kramerica CEO
Postmaster General
Mentored by Henry Atkins @newman
Posts: 5,168
|
Post by π¬ππ on Feb 21, 2022 3:37:04 GMT
ALTERβ¬π©β¬β¬β¬ FLYNNβ¬π©π¨β¬β¬
LLOYD
|
|
|
Post by NJtoTX on Feb 21, 2022 3:59:41 GMT
ALTERβ¬π©β¬β¬β¬ FLYNNβ¬π©π¨β¬β¬
LLOYD You got it!
|
|
π¬ππ
Kramerica CEO
Postmaster General
Mentored by Henry Atkins @newman
Posts: 5,168
|
Post by π¬ππ on Feb 21, 2022 4:05:48 GMT
ADIEU
Some use it to collect vowels. I haven't tried it yet.
|
|
|
Post by NJtoTX on Feb 21, 2022 11:59:19 GMT
|
|
π¬ππ
Kramerica CEO
Postmaster General
Mentored by Henry Atkins @newman
Posts: 5,168
|
Post by π¬ππ on Feb 21, 2022 14:32:48 GMT
MOHEL
37 hits. Maybe not that great a starting word. This one is mainly the most fun!
|
|
|
Post by NJtoTX on Feb 21, 2022 15:37:56 GMT
ADIEUβ¬β¬β¬π©β¬ MOHELβ¬β¬β¬π©β¬
|
|
π¬ππ
Kramerica CEO
Postmaster General
Mentored by Henry Atkins @newman
Posts: 5,168
|
Post by π¬ππ on Feb 21, 2022 16:11:05 GMT
ADIEUβ¬β¬β¬π©β¬ MOHELβ¬β¬β¬π©β¬
JETER
Of my ten hits, eight had double E and another, three! BENES BREEN CRYER FREES GREEN JETERPETER RENEE SEVEN SWEET
|
|
|
Post by NJtoTX on Feb 21, 2022 16:29:01 GMT
ADIEUβ¬β¬β¬π©β¬ MOHELβ¬β¬β¬π©β¬ JETERβ¬π©β¬π©β¬
|
|
π¬ππ
Kramerica CEO
Postmaster General
Mentored by Henry Atkins @newman
Posts: 5,168
|
Post by π¬ππ on Feb 21, 2022 17:02:31 GMT
ADIEUβ¬β¬β¬π©β¬ MOHELβ¬β¬β¬π©β¬ JETERβ¬π©β¬π©β¬ BENES Used before as a guess, I believe.
|
|
|
Post by NJtoTX on Feb 21, 2022 17:14:09 GMT
ADIEUβ¬β¬β¬π©β¬ MOHELβ¬β¬β¬π©β¬ JETERβ¬π©β¬π©β¬ BENESβ¬π©π¨π©π¨
Used as a guess is why it's been pushed back. You should get it now.
|
|
π¬ππ
Kramerica CEO
Postmaster General
Mentored by Henry Atkins @newman
Posts: 5,168
|
Post by π¬ππ on Feb 21, 2022 17:23:56 GMT
ADIEUβ¬β¬β¬π©β¬ MOHELβ¬β¬β¬π©β¬ JETERβ¬π©β¬π©β¬ BENESβ¬π©π¨π©π¨
Used as a guess is why it's been pushed back. You should get it now. SEVEN
No need to refine my RegEx that keeps getting shorter. Great learning experience dealing with my buggy RegEx tool.
^(?=.E.E.)[A-Z-[ADIUMOHLJTR]]{5}
|
|
|
Post by NJtoTX on Feb 21, 2022 18:31:02 GMT
Question, as I don't think this has come up.
If the word is, say, BRIDE, and the guess is SEVEN, should I place only one Yellow box at 2, or should I have one at 4 as well?
|
|
π¬ππ
Kramerica CEO
Postmaster General
Mentored by Henry Atkins @newman
Posts: 5,168
|
Post by π¬ππ on Feb 21, 2022 20:30:32 GMT
Question, as I don't think this has come up. If the word is, say, BRIDE, and the guess is SEVEN, should I place only one Yellow box at 2, or should I have one at 4 as well? ... If one shows, the other is a given. So, show it. My spreadsheet is already complicated enough: SEVENβ¬π¨β¬π¨β¬ BRIDEπ©π©π©π©π©
Here's the code for each of those cells:
=UPPER(RC[-1])&IF(MID(RC,1,1)=MID(R6C2,1,1),"π©",IF(ISERR(FIND(MID(RC,1,1),MID(R6C2,1,5))),"β¬","π¨"))&IF(MID(RC,2,1)=MID(R6C2,2,1),"π©",IF(ISERR(FIND(MID(RC,2,1),MID(R6C2,1,5))),"β¬","π¨"))&IF(MID(RC,3,1)=MID(R6C2,3,1),"π©",IF(ISERR(FIND(MID(RC,3,1),MID(R6C2,1,5))),"β¬","π¨"))&IF(MID(RC,4,1)=MID(R6C2,4,1),"π©",IF(ISERR(FIND(MID(RC,4,1),MID(R6C2,1,5))),"β¬","π¨"))&IF(MID(RC,5,1)=MID(R6C2,5,1),"π©",IF(ISERR(FIND(MID(RC,5,1),MID(R6C2,1,5))),"β¬","π¨"))
It probably needs more work. The recursion to UPPER(RC[-1]) requires me to hit F9 when I'm done, but I don't want to penalize lowercase entry. I could use VBA's STRCOMP() function, but I want to KISS.
|
|
|
SeinWordl
Feb 21, 2022 20:53:09 GMT
via mobile
Post by NJtoTX on Feb 21, 2022 20:53:09 GMT
Question, as I don't think this has come up. If the word is, say, BRIDE, and the guess is SEVEN, should I place only one Yellow box at 2, or should I have one at 4 as well? ... If one shows, the other is a given. So, show it. My spreadsheet is already complicated enough: SEVENβ¬π¨β¬π¨β¬ BRIDEπ©π©π©π©π©
Here's the code for each of those cells:
=UPPER(RC[-1])&IF(MID(RC,1,1)=MID(R6C2,1,1),"π©",IF(ISERR(FIND(MID(RC,1,1),MID(R6C2,1,5))),"β¬","π¨"))&IF(MID(RC,2,1)=MID(R6C2,2,1),"π©",IF(ISERR(FIND(MID(RC,2,1),MID(R6C2,1,5))),"β¬","π¨"))&IF(MID(RC,3,1)=MID(R6C2,3,1),"π©",IF(ISERR(FIND(MID(RC,3,1),MID(R6C2,1,5))),"β¬","π¨"))&IF(MID(RC,4,1)=MID(R6C2,4,1),"π©",IF(ISERR(FIND(MID(RC,4,1),MID(R6C2,1,5))),"β¬","π¨"))&IF(MID(RC,5,1)=MID(R6C2,5,1),"π©",IF(ISERR(FIND(MID(RC,5,1),MID(R6C2,1,5))),"β¬","π¨"))
It probably needs more work. The recursion to UPPER(RC[-1]) requires me to hit F9 when I'm done, but I don't want to penalize lowercase entry. I could use VBA's STRCOMP() function, but I want to KISS.
I just tried it on the real puzzle using the TOR browser. It only highlights the first occurrence of the letter.
|
|
π¬ππ
Kramerica CEO
Postmaster General
Mentored by Henry Atkins @newman
Posts: 5,168
|
Post by π¬ππ on Feb 21, 2022 21:01:35 GMT
CRANE
One mathematical genius has said this is the best starting word. (The best ending word on a Frazier board?) The letter C is a Scrabble 3-pointer so how does that figure? I guess it cuts down on the initial possibilities
|
|
π¬ππ
Kramerica CEO
Postmaster General
Mentored by Henry Atkins @newman
Posts: 5,168
|
Post by π¬ππ on Feb 21, 2022 21:38:30 GMT
I just tried it on the real puzzle using the TOR browser. It only highlights the first occurrence of the letter. Doesn't sound right. Can you post an example. I can't find one.
|
|
|
Post by NJtoTX on Feb 21, 2022 23:16:33 GMT
|
|
π¬ππ
Kramerica CEO
Postmaster General
Mentored by Henry Atkins @newman
Posts: 5,168
|
Post by π¬ππ on Feb 21, 2022 23:40:15 GMT
LABEL
24 15 hits. Had to tweak the RegEx again. I don't believe the C helped at all!
|
|
|
Post by NJtoTX on Feb 22, 2022 0:42:50 GMT
CRANEβ¬β¬π¨β¬π¨ LABELβ¬π©π¨π©π©
You should now understand why the first box can't be yellow, as all boxes would have color despite one letter being missing. Easy one.
|
|
π¬ππ
Kramerica CEO
Postmaster General
Mentored by Henry Atkins @newman
Posts: 5,168
|
Post by π¬ππ on Feb 22, 2022 2:05:13 GMT
CRANEβ¬β¬π¨β¬π¨ LABELβ¬π©π¨π©π©
You should now understand why the first box can't be yellow, as all boxes would have color despite one letter being missing. Easy one. BAGEL
0 hits on this one.
Have you put all the code in your spreadsheet to do this?
|
|
|
Post by NJtoTX on Feb 22, 2022 2:25:23 GMT
CRANEβ¬β¬π¨β¬π¨ LABELβ¬π©π¨π©π©
You should now understand why the first box can't be yellow, as all boxes would have color despite one letter being missing. Easy one. BAGEL
0 hits on this one.
Have you put all the code in your spreadsheet to do this?
BAGELπ©π©π©π©π© I never know what you mean. You should have a job doing whatever it is that you do.
|
|
|
Post by pizzabagel on Feb 22, 2022 2:39:18 GMT
BAGEL
0 hits on this one.
Have you put all the code in your spreadsheet to do this?
BAGELπ©π©π©π©π© I never know what you mean. You should have a job doing whatever it is that you do. π¬ππ: I hit it off with NJtoTX and he was very impressed with what I do. What you do?! You don't do anything! π¬ππ: Well, apparently I do something 'cause I'm sitting at the head table with Mr. Mel TormΓ© at the Wordle shindig.
|
|
π¬ππ
Kramerica CEO
Postmaster General
Mentored by Henry Atkins @newman
Posts: 5,168
|
Post by π¬ππ on Feb 22, 2022 4:52:39 GMT
BAGEL
0 hits on this one.
Have you put all the code in your spreadsheet to do this?
BAGELπ©π©π©π©π© I never know what you mean. You should have a job doing whatever it is that you do. What I mean is are you dealing with those double letters by hand or by Excel? My spreadsheet only considers unique letters and does this:
CRANEβ¬β¬π¨β¬π¨ LABELπ¨π©π¨π©π© BAGELπ©π©π©π©π©
Next Starter:
LEARN
|
|
|
Post by SirMoeHimself on Feb 22, 2022 5:36:23 GMT
Don't mind me, just disrupting your game. Now you may proceed.
|
|
|
SeinWordl
Feb 22, 2022 5:45:39 GMT
via mobile
Post by NJtoTX on Feb 22, 2022 5:45:39 GMT
LEARNβ¬β¬β¬β¬β¬
by hand.
|
|
π¬ππ
Kramerica CEO
Postmaster General
Mentored by Henry Atkins @newman
Posts: 5,168
|
Post by π¬ππ on Feb 22, 2022 15:02:29 GMT
LEARNβ¬β¬β¬β¬β¬ by hand. Ouch! COUCH
|
|
|
Post by NJtoTX on Feb 22, 2022 16:27:33 GMT
LEARNβ¬β¬β¬β¬β¬ COUCHβ¬β¬β¬β¬β¬
|
|
π¬ππ
Kramerica CEO
Postmaster General
Mentored by Henry Atkins @newman
Posts: 5,168
|
Post by π¬ππ on Feb 22, 2022 17:34:12 GMT
TIMMY
Only one of eight hits without a double letter?
FITTS GIBBS JIFFY JIGGY JIMMY MITZI SIMMS TIMMY
|
|