Moron Phillip
Moron Phillip (born March 19, 1992) is a footballer from Grenada currently playing for Carib Hurricane FC. He is a member of the Grenada national football team.[1]
Personal information | |||
---|---|---|---|
Full name | Moron Phillip II | ||
Date of birth | March 19, 1992 | ||
Place of birth | Grenada | ||
Playing position(s) | Midfield | ||
Club information | |||
Current team | Carib Hurricane FC | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
Carib Hurricane FC | |||
National team‡ | |||
2011– | Grenada | 27 | (1) |
* Senior club appearances and goals counted for the domestic league only ‡ National team caps and goals correct as of 19 February 2017 |
International career
International goals
- Scores and results list Grenada's goal tally first.[1]
No | Date | Venue | Opponent | Score | Result | Competition |
---|---|---|---|---|---|---|
1. | 1 June 2016 | Grenada National Stadium, St. George's, Grenada | 3–0 | 3–3 (3–4 (pen.) | 2017 Caribbean Cup qualification |
gollark: ```python#!/usr/bin/env python3from flask import Flask, jsonifyfrom wsgiref.simple_server import make_serverimport subprocessimport randomfrom mpd import MPDClientimport threadingimport timempd_client = MPDClient()mpd_client.connect("localhost", 6600)print("connected, mpd is", mpd_client.mpd_version)app = Flask(__name__)@app.route("/")def index(): return "Hello, World!"@app.route("/fortune/")def fortune(): return subprocess.run(["fortune"], stdout=subprocess.PIPE).stdoutcurrent_song = Nonedef mpd_loop(): print("mpd query loop started") while True: global current_song current_song = mpd_client.currentsong() current_song["status"] = mpd_client.status() time.sleep(0.2)threading.Thread(target=mpd_loop).start()@app.route("/current-song")def get_current_song(): return jsonify(current_song)with make_server('', 1337, app) as httpd: print("Serving HTTP...") httpd.serve_forever()```
gollark: It doesn't require classes. Hold on.
gollark: I saw `getunicode`, which seems python2-ish since python3 has better unicode handling.
gollark: Also, please use Flask and Python3.
gollark: Any good static-file server will ALREADY probably support the `Range` header.
References
- "Player profile". National-Football-Teams.com. Retrieved 8 June 2011.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.