1906 New Mexico A&M Aggies football team

The 1906 New Mexico A&M Aggies football team was an American football team that represented New Mexico College of Agriculture and Mechanical Arts (now known as New Mexico State University) during the 1906 college football season. In their seventh year under head coach John O. Miller, the Aggies compiled a 4–0 record and outscored opponents by a total of 71 to 12.[1] The team played its home games on College Field, later renamed Miller Field in honor of coach Miller.[2]

1906 New Mexico A&M Aggies football
ConferenceIndependent
1906 record4–0
Head coachJohn O. Miller (7th season)
Home stadiumCollege Field
1906 Western college football independents records
Conf  Overall
TeamW L T  W L T
Washington State      6 0 0
New Mexico A&M      4 0 0
Oregon      5 0 1
Utah      4 1 0
New Mexico      3 1 0
USC      2 0 2
Utah Agricultural      3 1 0
Oregon Agricultural      4 1 2
Washington      4 1 4
Wyoming      1 1 0
Montana      2 4 0
Tempe Normal      0 2 0

Schedule

DateOpponentSiteResultSource
October 20El Paso AthleticsMesilla Park, New Mexico TerritoryW 5–0[3]
November 10New Mexico MinesMesilla Park, New Mexico TerritoryW 19–5
November 17at New Mexico MinesSocorro, New Mexico TerritoryW 22–2[4]
November 29at New Mexico
W 25–5[5]
gollark: There are many languages you can use for web*server*y stuff, but you can only really use HTML/CSS/JS for frontends.
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?

References

  1. "New Mexico State Football 2018 Media Guide" (PDF). New Mexico State University. 2018. p. 70. Retrieved December 15, 2018.
  2. 2018 Media Guide, p. 15.
  3. "Farmers Beat El Paso in Season's First Game". Albuquerque Journal. October 22, 1906. p. 2 via Newspapers.com.
  4. "Miners Versus Farmers: Lively Game of Football Won by the Agricultural College Team". The Socorro Chieftain. November 24, 1906. p. 1 via Newspapers.com.
  5. "College Wins From University In Fast Game: Score Twenty-Five to Five Against Hill Boys". Albuquerque Journal. November 30, 1905. p. 5 via Newspapers.com.


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