J Gary (jgary199)

Race #66

View Pit Stop page for race #66 by jgary199Ghost race

View profile for J Gary (jgary199)

Official speed 30.85 wpm (99.58 seconds elapsed during race)
Race Start June 15, 2025 12:50:06am UTC
Race Finish June 15, 2025 12:51:45am UTC
Outcome No win (4 of 19)
Opponents 1. erick0334 (34.47 wpm)
3. fanor (31.46 wpm)
5. blizhte (28.28 wpm)
7. fa1progra (27.09 wpm)
8. mau_r123 (25.47 wpm)
10. magali_alanoca (22.98 wpm)
Accuracy 95.0%
Points 13.37
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));