Balázs Farkas
Balázs Farkas (born 24 April 1988 in Nyíregyháza) is a Hungarian professional footballer currently plays for Szombathelyi Haladás.[1][2]
| |||
Personal information | |||
---|---|---|---|
Full name | Balázs Farkas | ||
Date of birth | 24 April 1988 | ||
Place of birth | Nyíregyháza, Hungary | ||
Height | 1.76 m (5 ft 9 in) | ||
Playing position(s) | Forward | ||
Club information | |||
Current team | Szombathelyi Haladás | ||
Number | 22 | ||
Youth career | |||
2000–2004 | Nyíregyháza | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
2004–2006 | Nyíregyháza | 15 | (1) |
2006–2010 | Dynamo Kyiv | 5 | (0) |
2006–2010 | → Dynamo Kyiv II | 10 | (0) |
2009–2010 | → Videoton (loan) | 13 | (0) |
2010–2012 | Debrecen | 14 | (0) |
2010–2012 | → Debrecen II | 13 | (4) |
2013–2014 | Győr | 1 | (0) |
2013–2014 | → Győr II | 8 | (3) |
2015–2017 | Balmazújváros | 39 | (3) |
2017–2019 | MTK Budapest | 25 | (4) |
2019 | ZTE | 13 | (2) |
2019–2020 | Soroksár | 6 | (0) |
2020- | Haladás | 1 | (0) |
National team | |||
2005–2007 | Hungary U-19 | 2 | (0) |
2006–2009 | Hungary U-21 | 6 | (0) |
2006–2007 | Hungary | 3 | (0) |
* Senior club appearances and goals counted for the domestic league only and correct as of 23:07, 16 November 2019 (UTC) |
Career
Farkas began his career with Nyíregyháza Spartacus and was here promoted to the first team in July 2004. After just one year on seniorside for Nyíregyháza Spartacus who played fifteen games and scores one goal signed in October 2005 with Dynamo Kyiv.[3] Farkas has been loaned out to FC Fehérvár for the 2009/2010 season.[4]
International career
He is also a member of the Hungary national football team and played his first match on 15 November 2006.
Honours
FC Dynamo Kyiv
- Reserves
- Ukrainian Premier Reserve League: 2007-08
- First Team
- Ukrainian Championship: 2006-07
- runner-up: 2007-08
- Ukrainian Cup: 2006-07
- runner-up: 2007-08
- Ukrainian Super Cup: 2007
- Channel One Cup: 2008
- Ukrainian Championship: 2006-07
Videoton FC
- Hungarian National Championship I: runner up 2009–10
gollark: I mean, I really only need to change the implementations, or specifically the specific implementation which happens to run on my laptop.
gollark: Well, I intend for it to work differently, so obviously glibc or something is wrong. Maybe I can muck with the program counter somehow.
gollark: * syscalls and whatever
gollark: So I should work out some way to live-patch the kernel to increase the amount of signal-safe functions?
gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>#include <unistd.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); int ps = getpagesize(); long ad = (long)info->si_addr; ad = ad - (ad % ps); mmap((void*)ad, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
References
- A strengthening
- B. Farkas on Soccerway
- Balázs Farkas at National-Football-Teams.com
- Balázs Farkas loaned to FC Fehérvár
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.