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
openapi: 3.0.3 | |
info: | |
title: FBR API | |
description: | | |
The FBR API provides developers, statistics enthusiasts, and football (soccer) fans with convenient access to data from fbref.com. | |
As a premier source of football statistics, fbref.com offers comprehensive information on leagues, teams, and players from around the world. | |
**Rate Limiting**: Users are limited to one request every 3 seconds to comply with fbref.com scraping restrictions. | |
**Authentication**: All endpoints require an API key obtained from the `/generate_api_key` endpoint. |
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
# https://fbrapi.com/documentation llms-full.txt | |
## FBR API Documentation | |
## Table of Contents | |
- [Introduction](https://fbrapi.com/documentation#introduction) \- [Important Note: Scraping Restriction](https://fbrapi.com/documentation#scraping-restriction) - | |
[About FBR API](https://fbrapi.com/documentation#about) \- [Base URL](https://fbrapi.com/documentation#base-url) - | |
[Authentication](https://fbrapi.com/documentation#authentication) | |
- [Usage](https://fbrapi.com/documentation#usage) \- [Supported Endpoints](https://fbrapi.com/documentation#supported-endpoints) | |
- [All Endpoints](https://fbrapi.com/documentation#all-endpoints) \- [Countries](https://fbrapi.com/documentation#countries) \- [Leagues](https://fbrapi.com/documentation#leagues) \- [League Seasons](https://fbrapi.com/documentation#league-seasons) \- [League Season Details](https://fbrapi.com/documentation#league-season-details) \- [League Standings](https://fbrapi.com/documentation#league-standings) \- [Teams](https://fbrapi.com/documentation#teams |
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
# https://docs.leonardo.ai/docs/generate-images-using-leonardo-phoenix-model llms-full.txt | |
## Generate Images with Leonardo | |
Follow this recipes to generate images using the Leonardo Phoenix model. | |
🖼️ | |
Generate Images Using Leonardo Phoenix Model in Ultra Mode | |
Open Recipe |
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
# https://www.recraft.ai/docs#vectorize-image llms-full.txt | |
## Vectorize Image Guide | |
[](https://www.recraft.ai/) | |
Features | |
Use Cases | |
[Gallery](https://app.recraft.ai/community) |
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
function gc() { | |
# Stage all changes | |
git add . | |
CHAR_LIMIT=400 | |
# Get the staged changes using git diff | |
STAGED_CHANGES=$(PAGER="" git diff --cached) | |
if [ -z "$STAGED_CHANGES" ]; then | |
echo "No staged changes found. Please stage your changes first using 'git add'" | |
return 1 |
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
openapi: 3.0.0 | |
info: | |
title: Fiscal Service API | |
description: API for accessing fiscal data from the U.S. Treasury, including operating cash balance, deposits and withdrawals, public debt transactions, and more. | |
version: 1.0.0 | |
servers: | |
- url: https://api.fiscaldata.treasury.gov | |
paths: | |
/services/api/fiscal_service/v1/accounting/dts/operating_cash_balance: | |
get: |
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
openapi: 3.0.0 | |
info: | |
title: FRED API | |
description: | | |
API for accessing economic data from the Federal Reserve Economic Data (FRED) | |
and Archival Federal Reserve Economic Data (ALFRED) databases, provided by | |
the Federal Reserve Bank of St. Louis. | |
version: 1.0.0 | |
servers: | |
- url: https://api.stlouisfed.org |
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
import fs from 'fs' | |
import YAML from 'yaml' | |
const PasswordPresentRe = /(password=.+)&/; | |
const HasuraRootPath = `../standard-cloud-demo/metadata`; | |
const metdataString = fs.readFileSync(`${HasuraRootPath}/databases/databases.yaml`, 'utf8') | |
const metadata = YAML.parse(metdataString) | |
console.log() | |
console.log(`🔍 Checking Hasura Metadata for passwords in connection strings...\n`) |
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
#!/usr/bin/bash | |
set -e | |
echo "" | |
echo "" | |
echo "Setting bash shell customizations for Raspian or Ubuntu-server based Pi's" | |
echo "LET'S GO NOW!!" | |
function file.fetch () { | |
SOURCE=$1 |
NewerOlder