This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name iRacing Pro Driver Highlighter | |
| // @require https://code.jquery.com/ui/1.7.3/jquery-ui.min.js | |
| // @description Highlights the rows of entries in the iRacing event results table that are pro drivers | |
| // @include *://members.iracing.com/membersite/member/EventResult.do* | |
| // @grant GM_xmlhttpRequest | |
| // @connect www.driverdb.com | |
| // @author lowlyocean (based on fuzzwah's similar script) | |
| // @license MIT | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/kernel/sys.c b/kernel/sys.c | |
| index 14e97282eb6c..481611fbd079 100644 | |
| --- a/kernel/sys.c | |
| +++ b/kernel/sys.c | |
| @@ -4,16 +4,16 @@ | |
| * Copyright (C) 1991, 1992 Linus Torvalds | |
| */ | |
| -#include <linux/module.h> | |
| +#include <linux/export.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Computer Information: | |
| Manufacturer: Unknown | |
| Model: Unknown | |
| Form Factor: Desktop | |
| No Touch Input Detected | |
| Processor Information: | |
| CPU Vendor: GenuineIntel | |
| CPU Brand: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz | |
| CPU Family: 0x6 |