1994 AFC U-17 Championship

1994 AFC U-17 Championship
Tournament details
Host country Qatar
Dates18 October - 1 November 1994
Teams10 (from 1 confederation)
Final positions
Champions Japan (1st title)
Runners-up Qatar
Third place Oman
Fourth place Bahrain
Tournament statistics
Matches played24
Goals scored93 (3.88 per match)

1994 AFC U-16 Championship

Qualification

Group stage

In the following tables:

  • Pts = total points accumulated
  • Pld = total games played
  • W = total games won
  • D = total games drawn (tied)
  • L = total games lost
  • GF = total goals scored (goals for)
  • GA = total goals conceded (goals against)
  • GD = goal difference (GF−GA)

Group A

Team Pts Pld W D L GF GA GD
 Oman 94301112+9
 Qatar 9430193+6
 China PR 64202145+9
 Saudi Arabia 6420284+4
 Uzbekistan 04004331-28

Qatar 2 – 1 China PR

Saudi Arabia 6 – 1 Uzbekistan

Oman 2 – 0 China PR

Qatar 6 – 1 Uzbekistan

China PR 11 – 0 Uzbekistan

Oman 1 – 0 Saudi Arabia

Oman 8 – 1 Uzbekistan

Qatar 0 – 1 Saudi Arabia

China PR 2 – 1 Saudi Arabia

Oman 0 – 1 Qatar

Group B

Team Pts Pld W D L GF GA GD
 Bahrain 9430184+4
 Japan 6420286+2
 United Arab Emirates 54121109+1
 Iraq 4411247-3
 South Korea 4411226-4

Iraq 0 – 1 South Korea

United Arab Emirates 5 – 2 Japan

Bahrain 2 – 0 South Korea

Iraq 1 – 0 Japan

Bahrain 3 – 1 United Arab Emirates

South Korea 0 – 3 Japan

Bahrain 0 – 3 Japan

Iraq 3 – 3 United Arab Emirates

Bahrain 3 – 0 Iraq

South Korea 1 – 1 United Arab Emirates

Knockout Stages

Semifinals


Oman 3 – 4 (AET) Japan

Bahrain 1 – 2 (AET) Qatar

Third place match


Oman 3 – 2 Bahrain

Final


Japan 1 – 0 (AET) Qatar

Winners

 AFC U-17 Championship 1994 Winners 

Japan
First title

Teams qualified for 1995 FIFA U-17 World Championship

Sources

gollark: With Express.js the server thing would look *very roughly* like this:```javascriptconst express = require("express")const multer = require("multer")const app = express()const upload = multer({ storage: multer.memoryStorage(), limits: { fileSize: 2**22 // 4MiB maximum filesize }})app.get("/image", (req, res) => { res.send(loadImageFromSomewhere())})// send upload form HTML - you would need to write this tooapp.get("/upload", (req, res) => res.sendFile("upload.html"))app.post("/upload", upload.single("file"), (req, res) => { saveImageSomewhere(req.file.buffer)})app.listen(8700, () => console.log("listening")) // listen on port 8700```
gollark: I mean, you could use PHP too. I don't like it. But you could.
gollark: What I might do, though there are probably many ways to: make a program in Node.js or whatever (personal preference) which responds with whatever image is set to any requests for that, and which allows you to upload an image, converts it to the right format, then saves it to be sent when the ESP requests it.
gollark: And you want to be able to upload pictures to some sort of web thing to send to the ESP?
gollark: That... sounds possible though I don't know exactly what you mean.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.