Daniel (dsat)

Race #28

View Pit Stop page for race #28 by dsatGhost race

View profile for Daniel (dsat)

Official speed 64.98 wpm (47.28 seconds elapsed during race)
Race Start September 24, 2015 10:17:06pm UTC
Race Finish September 24, 2015 10:17:54pm UTC
Outcome Win (1 of 9)
Opponents 2. yamileth (60.15 wpm)
3. arturojreal (50.04 wpm)
4. erh4ua (41.86 wpm)
5. iceryda4047 (38.67 wpm)
6. yarrpirate (38.31 wpm)
7. richardgomes7d (30.67 wpm)
9. sanzmaxxon (27.67 wpm)
Accuracy 93.0%
Points 0.00
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));