View updated list here
This page is limited to NFL endpoints but can be refashioned for other sports leagues (i.e. /sports/football/leagues/nfl/ => /sports/baseball/leagues/mlb/)
| import { AuthHandler } from "node_modules/next-auth/core"; | |
| import { getServerAuthSession } from "@/server/auth"; | |
| import { cookies, headers } from "next/headers"; | |
| import { getCsrfToken } from "next-auth/react"; | |
| import { authOptions } from "@/server/auth"; | |
| import { type AuthAction } from "next-auth"; | |
| import { redirect } from "next/navigation"; | |
| import { createHash } from "crypto"; | |
| export default async function Page({ |
| Symbol | Name | Sector | |
|---|---|---|---|
| MMM | 3M Company | Industrials | |
| AOS | A.O. Smith Corp | Industrials | |
| ABT | Abbott Laboratories | Health Care | |
| ABBV | AbbVie Inc. | Health Care | |
| ACN | Accenture plc | Information Technology | |
| ATVI | Activision Blizzard | Information Technology | |
| AYI | Acuity Brands Inc | Industrials | |
| ADBE | Adobe Systems Inc | Information Technology | |
| AAP | Advance Auto Parts | Consumer Discretionary |
| conda create -n textgen python=3.10.9 | |
| conda activate textgen | |
| install pytorch: pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117 | |
| git clone https://github.com/oobabooga/text-generation-webui | |
| cd text-generation-webui | |
| pip install -r requirements.txt | |
| python server.py | |
| # download model | |
| # refresh model list | |
| # load model |
View updated list here
This page is limited to NFL endpoints but can be refashioned for other sports leagues (i.e. /sports/football/leagues/nfl/ => /sports/baseball/leagues/mlb/)
Latest News: http://site.api.espn.com/apis/site/v2/sports/football/college-football/news
Latest Scores: http://site.api.espn.com/apis/site/v2/sports/football/college-football/scoreboard
| import React from 'react'; | |
| const JobResultItem = props => { | |
| console.log('JobResultItem::', props); | |
| return ( | |
| <div> | |
| <pre><code>{JSON.stringify(props.data)}</code></pre> | |
| </div> | |
| ); | |
| }; |
| Per https://code.google.com/p/v8/codesearch#v8/trunk/src/runtime.cc | |
| %CreateSymbol | |
| %CreatePrivateSymbol | |
| %CreateGlobalPrivateSymbol | |
| %NewSymbolWrapper | |
| %SymbolDescription | |
| %SymbolRegistry | |
| %SymbolIsPrivate |
npx installed using npm install -g npx.| ////////////////////////////////////////////////////////////// | |
| // Font Variables (http://cssfontstack.com/) | |
| ////////////////////////////////////////////////////////////// | |
| // | |
| // Serif font-stacks | |
| // | |
| $baskerville-font-stack: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif !default; |
| ////////////////////////////////////////////////////////////// | |
| // Font Variables (http://cssfontstack.com/) | |
| ////////////////////////////////////////////////////////////// | |
| // | |
| // Serif font-stacks | |
| // | |
| $baskerville-font-stack: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif !default; |