Misael Rocha (blizhte)

Race #29

View Pit Stop page for race #29 by blizhteGhost race

View profile for Misael Rocha (blizhte)

Official speed 28.28 wpm (108.63 seconds elapsed during race)
Race Start June 15, 2025 12:50:06am UTC
Race Finish June 15, 2025 12:51:54am UTC
Outcome No win (5 of 19)
Opponents 3. fanor (31.46 wpm)
7. fa1progra (27.09 wpm)
8. mau_r123 (25.47 wpm)
10. magali_alanoca (22.98 wpm)
Accuracy 96.0%
Points 12.26
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));