this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order); if (this == NULL) { printk(KERN_WARNING "fsm(%s): init_fsm: Couldn't alloc instance\n", name); return NULL; } memset(this, 0, sizeof(fsm_instance)); strlcpy(this->name, name, sizeof(this->name));
| Game | Time | WPM | Accuracy |
|---|---|---|---|
| 394 | 2023-08-25 15:34:45 | 38.59 | 97.8% |
| 370 | 2023-08-12 12:54:40 | 39.03 | 97.2% |
| 366 | 2023-08-12 12:48:10 | 40.05 | 96.5% |
| 347 | 2023-08-10 14:04:35 | 40.71 | 96.1% |
| 320 | 2023-08-08 12:16:26 | 43.59 | 96.6% |
| 319 | 2023-08-08 12:14:49 | 42.78 | 95.8% |
| 315 | 2023-08-08 12:07:47 | 43.80 | 98.2% |
| 296 | 2023-08-06 13:40:18 | 42.75 | 98.5% |
| 279 | 2023-08-04 15:36:20 | 41.16 | 97.5% |
| 263 | 2023-08-04 15:12:19 | 41.39 | 97.6% |
| 217 | 2023-08-01 12:26:33 | 38.06 | 97.1% |
| 183 | 2023-07-29 22:30:58 | 40.65 | 97.4% |
| 158 | 2023-07-29 21:47:38 | 39.82 | 98.9% |
| 138 | 2023-07-27 10:36:02 | 37.60 | 96.2% |
| 119 | 2023-07-26 15:32:27 | 40.09 | 97.5% |
| 112 | 2023-07-26 15:16:36 | 44.63 | 97.8% |
| 110 | 2023-07-26 15:13:41 | 45.36 | 99.6% |
| 107 | 2023-07-26 15:09:15 | 38.20 | 96.7% |
| 95 | 2023-07-22 21:01:49 | 38.52 | 98.6% |
| 86 | 2023-07-21 10:59:24 | 35.32 | 97.9% |
| 85 | 2023-07-21 10:57:32 | 34.54 | 96.7% |
| 26 | 2023-07-16 08:46:30 | 33.89 | 97.1% |
| 10 | 2023-07-16 08:07:27 | 34.60 | 97.4% |
| 1 | 2023-07-16 07:51:39 | 27.21 | 96.3% |