1998 Wyoming Cowboys football team
The 1998 Wyoming Cowboys football team represented the University of Wyoming in the 1998 NCAA Division I-A football season. The Cowboys were led by second-year head coach Dana Dimel and played their home games at War Memorial Stadium in Laramie, Wyoming. They finished the season with an 8–3 record overall and a 6–2 record in the Western Athletic Conference to finish 2nd in the Mountain Division. This was Wyoming's last season in the WAC before they joined the Mountain West Conference.
1998 Wyoming Cowboys football | |
---|---|
Conference | Western Athletic Conference |
1998 record | 8–3 (6–2 WAC) |
Head coach | Dana Dimel (2nd season) |
Home stadium | War Memorial Stadium (Capacity: 33,500) |
1998 Western Athletic Conference football standings | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Conf | Overall | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Team | W | L | W | L | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mountain Division | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
No. 13 Air Force x$ | 7 | – | 1 | 12 | – | 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Wyoming | 6 | – | 2 | 8 | – | 3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Colorado State | 5 | – | 3 | 8 | – | 4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rice | 5 | – | 3 | 5 | – | 6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TCU | 4 | – | 4 | 7 | – | 5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Tulsa | 2 | – | 6 | 4 | – | 7 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SMU | 1 | – | 1 | 0 | – | 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UNLV | 0 | – | 8 | 0 | – | 11 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Pacific Division | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BYU xy | 7 | – | 1 | 9 | – | 5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
San Diego State x | 7 | – | 1 | 7 | – | 5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Utah | 5 | – | 3 | 7 | – | 4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Fresno State | 5 | – | 3 | 5 | – | 6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
San Jose State | 3 | – | 5 | 4 | – | 8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UTEP | 3 | – | 5 | 3 | – | 8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
New Mexico | 1 | – | 7 | 3 | – | 9 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Hawaii | 0 | – | 8 | 0 | – | 12 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Championship: Air Force 20, BYU 13 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Schedule
Date | Opponent | Rank | Site | Result |
---|---|---|---|---|
September 12 | Montana State* |
| W 17–9 | |
September 19 | at No. 12 Georgia* |
| L 9–16 | |
September 26 | Louisiana Tech* |
| W 31–19 | |
October 3 | Utah |
| W 27–24 | |
October 10 | SMU |
| W 12–7 | |
October 17 | at UNLV |
| W 28–25 | |
October 24 | Rice |
| W 34–24 | |
October 31 | at TCU |
| W 34–27 | |
November 7 | at Colorado State |
| W 27–19 | |
November 14 | No. 23 Air Force | No. 25 |
| L 3–10 |
November 21 | at Tulsa |
| L 0–35 | |
|
Source:[1]
gollark: I mean, I really only need to change the implementations, or specifically the specific implementation which happens to run on my laptop.
gollark: Well, I intend for it to work differently, so obviously glibc or something is wrong. Maybe I can muck with the program counter somehow.
gollark: * syscalls and whatever
gollark: So I should work out some way to live-patch the kernel to increase the amount of signal-safe functions?
gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>#include <unistd.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); int ps = getpagesize(); long ad = (long)info->si_addr; ad = ad - (ad % ps); mmap((void*)ad, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
References
- "1998 Wyoming Cowboys Schedule & Results". Sports-Reference.com. Retrieved May 10, 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.