Sven Verdonck (darts player)
Sven Verdonck | |
---|---|
Personal information | |
Nickname | Slowhand |
Born | Belgium |
Home town | Zele Belgium |
Darts information | |
Playing darts since | 2001 |
Laterality | Left-handed |
Walk-on music | Lose Yourself by Eminem |
Organisation (see split in darts) | |
BDO | 2013- |
PDC | 2001-2003 |
Current world ranking | (BDO) 52 |
BDO majors – best performances | |
World Masters | Last 16: 2015 |
Career
Verdnock has played darts professionally since 2001. He has never won a tournament, with his highest placements being making it to the semi finals in 2015 England Masters and 2014 British Classic.
He is currently qualified for the 2017 BDO World Darts Championship.
gollark: ```c/* A C program vulnerable to buffer overflows. */#include <stdio.h>#include <stdlib.h>#include <string.h>void function(char *str){ char buf[16]; /* The following statement has a buffer overflow problem */ strcpy(buf, str); printf("Buffer size: %d\n", (int)strlen(buf)); printf("Buffer content: %s\n", buf);}int main(int argc, char *argv[]){ if (argc < 2) { printf("Usage: %s <string>\n", argv[0]); exit(EXIT_FAILURE); } function(argv[1]); exit(EXIT_SUCCESS);}```
gollark: Get a hypertoaster.
gollark: Nobody sends *me* emails with ideas.
gollark: It is known.
gollark: Macron is just this plus macros.
References
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.