Race Updates Discord About Merch
Home Profile History Competitions Texts Messages Friends Upgrade

typeracer

Pit Stop

Record your races with a typeracer account:

Create Your Account
  • Save your race history and scores.
  • Customize your profile and racecar.
  • It’s free, why not?
Racer police (styrofoam)
Race Number 119
Date Thu, 1 Nov 2018 18:32:36 +0000
Universe code
Speed 65 WPM Try to beat?
Accuracy 92.8%
Rank 1st place (out of 4)
Opponents atthetop (3rd place) hyper_racer (4th place) uchihalol (2nd place)

Text typed:

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));
Linux Kernel (fsm.c) (software) by Linux Kernel (see stats)

Typing Review:

Race text:
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));
Time:
0:00
Speed:
Accuracy:
Typing replay:
Analysis:
Mistakes:
  1. *)kmalloc(sizeof(fsm_instance),
  2. order);
  3. printk(KERN_WARNING
  4. "fsm(%s):
  5. init_fsm:
  6. instance\n",
  7. name);
  8. return
  9. 0,
  10. sizeof(fsm_instance));
  11. strlcpy(this->name,
  12. name,
  13. sizeof(this->name));