This may help you: Go to Tools|Reschedule Cardbox Contents... In "Shift words..." pick, say 50 And this is what may help you: set up a search specification to...
Add a read/writable field that allows for notes. For instance, if I'm in cardbox (either before or after the answer is input, depending on user preference),...
Thanks for the info. I just looked into trying what you said, and it's getting closer. I hadn't figured out that I could limit the quizzing from the cardbox...
Couple other requests: Any way to set up preferences for loading, quizzing, etc to "Anagrams with Hooks" so that selection always is default or first in the...
If you know all the anagrams and hooks for a given alphagram then you know the anagrams regardless of the hooks. Duh. Seems like a stupid statement that...
Apologies all around if a similar request has been posted many a time before. Is anyone aware of a set of online directions - independent of the information in...
Here's what I do: Â Use the Search feature to get the word list you want, using the drop-down list on the left to select your search criteria, like Word...
please forward me a basic "how to" sheet should you receive one. thank you. sally starr ... Apologies all around if a similar request has been posted many a...
I thought I saw this asked and answered recently but couldn't find it on a quick troll through the archives, so pardon the re-asking: If I've been doing...
If you are running *Windows Vista*: Copy all the **.db* files in: C:\Users\*<user-id>*\.zyzzyva\quiz\data\OWL2+LWL\ If you are running *Windows XP*: Copy all...
I'm trying to install Zyzzyva on a secondhand laptop with SuSE Linux 6.1. When I execute the installer I get an "error in loading shared libraries: undefined...
... Hi Wes, SuSE Linux 6.1 is too old, and is most likely missing the necessary library files that Zyzzyva needs. You'll need to upgrade to a newer version of...
... That said, you may be able to compile it from source using your existing SuSE 6.1. I haven't tried this or investigated it, but you should at least do the...
Here's another "newbie-to-zyzzyva" question: Is there a way to print out search results on paper? I used to be able to do that with maven in the old days but...
I don't believe that Zyzzva is capable of printing but its very easy to create and save a list that you can print in MS Word or Notepad or whatever text editor...
Can the pattern match be set to NOT ... Say I want to search for all 7-letter words that include the letters ING but don't end in ING, how would I go about it?...
... Thank you for your excellent work Kevin. I now have a series of printouts to give to a colleague who has Zyzzyva but is not yet online. -- Geoff Cooper...
I've found a two-stage solution that works, though it's slightly inelegant: 1) Create the list of unwanted words, by searching on the single criterion Pattern...
Try this: Length: 7-7 Include: ING Pattern: *[^I][^N][^G] 442 words found The caret symbol (^) immediately after the opening square bracket will search for all...
... Nice: How about Anagram Match: ????ING Pattern Match: ????[^I][^N][^G] with one less search criterion. 656 words for the full-fat dictionary. Cheers Ev PS...
Good try, but not quite right - that'll knock out anything that has ANY of I in 5th, N in 6th or G in 7th, so words like AGNAILS wrongly get excluded. Nick D. ...
... I agree.. it should be good! Perhaps the next update will include REGEX, and maybe these ones too... GOOGLE to perform an online search [v -GLED, -GLING,...
After you have generated a list using search. right-click anywhere in the list. One of the options is to save the list. That choice allows you to specify...
There may be an easier way, but this should work. Â First, generate a list of all sevens ending in ING, then save the list, noting its name and location. Â ...
This method exludes words like ANGLICE which meets the OP's requirement of having G, I, and N in it but not ending in "ING." Â The two-step method also...