Michael Dickens

Results 17 comments of Michael Dickens

Hi, I'm glad you're interested! I'll address each of your questions in turn. > Do I need to write my own code to generate freq_types? Not necessarily. You need to...

Note that I haven't touched this program in about 5 years so I've forgotten a lot of stuff. 1. You do want to update tools.c in the way you described,...

nilKeyboard would be a sensible default value. It doesn't matter much, because prevk is not used on the first time through the loop. On 7/30/12 11:44 AM, FrankDMartinez wrote: >...

I don't know off the top of my head what might be causing this, and it is probably platform-specific (i.e. only on Linux). Are you familiar with Valgrind? If so,...

If the repeated fclose() is the problem (and it looks like it could be), I made a change that should fix it. I'm right in the middle of implementing some...

I think that's happening because the .xcodeproj file in GitHub is from a previous version of the project. I'm no longer uploading updates to the .xcodeproj file. You should have...

**Fitness**: Yes, I mean bigram. Right now every character that the program uses can be typed with a single keystroke, unless it's a shifted character. Shifted characters are counted separately....

@HughP Yes, that works fine, thanks.

1. Each finger has a relative cost set at the bottom of `values.c`. If you want to avoid using pinkies, you can increase `fingerWorkCosts[0]` and `fingerWorkCosts[FINGER_COUNT - 1]`, which correspond...

Hi Ben, Looks like that's because you put an unescaped quotation mark in the middle of the string. You need to put a backslash in front of the quotation mark,...