View Pit Stop page for race #21 by fa1progra — Ghost race
View profile for Augusto Aguilar (fa1progra)
| Official speed | 29.17 wpm (105.31 seconds elapsed during race) |
|---|---|
| Race Start | May 22, 2025 1:38:20am UTC |
| Race Finish | May 22, 2025 1:40:06am UTC |
| Outcome | No win (3 of 17) |
| Opponents |
2. jhosmarmamani (32.68 wpm) 4. blizhte (24.18 wpm) 5. mau_r123 (22.56 wpm) 6. alvaro__ (21.20 wpm) 8. noelelias (20.32 wpm) 9. priscilacervantes (19.74 wpm) 10. magali_alanoca (19.23 wpm) |
| Accuracy | 89.0% |
| Points | 12.64 |
| Text | #10004 (Length: 256 characters) 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)); |