Haji Ahmadov
Haji Ahmadov (Azerbaijani: Hacı Əhmədov, born on 23 November 1993 in Baku) is an Azerbaijani football defender who plays for Zagatala.
Personal information | |||
---|---|---|---|
Full name | Haji Ahmad oglu Ahmadov | ||
Date of birth | 23 November 1993 | ||
Place of birth | Baku, Azerbaijan | ||
Height | 1.75 m (5 ft 9 in) | ||
Playing position(s) | Defender | ||
Club information | |||
Current team | AZAL | ||
Number | 23 | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
2009–2012 | Baku | 3 | (0) |
2011–2012 | → Sumgayit (loan) | 21 | (0) |
2012–2015 | Qarabağ | 38 | (0) |
2015 | Zira | 6 | (0) |
2016–2017 | AZAL | 17 | (1) |
2017– | Zagatala | 0 | (0) |
National team‡ | |||
2007–2009 | Azerbaijan U17 | 3 | (1) |
2009–2012 | Azerbaijan U19 | 7 | (0) |
2012– | Azerbaijan U21 | 0 | (0) |
2012– | Azerbaijan | 2 | (0) |
* Senior club appearances and goals counted for the domestic league only and correct as of 30 September 2017 ‡ National team caps and goals correct as of 5 March 2012 |
Career
Ahmadov left Qarabağ at the end of the 2014–15 season.[1]
Career statistics
- As of 23 February 2015
Club | Season | League | Cup | Europe | Total | ||||
---|---|---|---|---|---|---|---|---|---|
Apps | Goals | Apps | Goals | Apps | Goals | Apps | Goals | ||
Baku | 2009–10 | 3 | 0 | 2 | 0 | 0 | 0 | 5 | 0 |
2010–11 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |
Sumgayit (loan) | 2011–12 | 21 | 0 | 1 | 0 | — | — | 22 | 0 |
Qarabağ | 2012–13 | 8 | 0 | 3 | 0 | — | — | 11 | 0 |
2013–14 | 16 | 0 | 1 | 0 | 0 | 0 | 17 | 0 | |
2014–15[2] | 13 | 0 | 4 | 0 | 0 | 0 | 17 | 0 | |
Career Total | 61 | 0 | 11 | 0 | 0 | 0 | 72 | 0 |
Achievements
- Baku
- Azerbaijan Cup (1): 2009–10
- Qarabağ
- Azerbaijan Premier League (2): 2013–14, 2014–15
- Azerbaijan Cup (1): 2014–15
gollark: I don't know.
gollark: https://esolangs.org/wiki/WHY
gollark: All three.
gollark: Unless you turn up the optimization setting to ~30, at which point it makes quite fast code.
gollark: ```python#!/usr/bin/env python3import argparseimport subprocessparser = argparse.ArgumentParser(description='Compile a WHY program')parser.add_argument("input", help="File containing WHY source code")parser.add_argument("-o", "--output", help="Filename of the output executable to make", default="./a.why")parser.add_argument("-O", "--optimize", help="Optimization level", type=int, default="0")args = parser.parse_args()def build_C(args): template = """#define QUITELONG long long intconst QUITELONG max = @max@;int main() { QUITELONG i = 0; while (i < max) { i++; } @code@} """ for k, v in args.items(): template = template.replace(f"@{k}@", str(v)) return templateinput = args.inputoutput = args.outputtemp = "ignore-this-please"with open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_C({ "code": contents, "max": looplen }) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```The compiler for the new `WHY` language. Made as a joke because someone on the esolangs server insisted that all compiled languages were fast.
References
- "6 futbolçu ilə yollar ayrıldı". http://qarabagh.com/ (in Azerbaijani). FK Qarabağ. 17 June 2015. Archived from the original on 7 November 2017. Retrieved 17 June 2015. External link in
|website=
(help) - Ahmadov's appearance against Araz-Naxçıvan on 2 November 2014 isn't included as this game was annulled
External links
- Haji Ahmadov at National-Football-Teams.com
- Haji Ahmadov at Soccerway
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.