ESPN's hidden API endpoints
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
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
This is a very quick guide detailing how to set up a Bluesky PDS (Personal Data Server) using Docker Compose and Caddy.
For any questions, leave a comment on this GitHub Gist below, contact me on Bluesky at @sapphic.moe, or leave an email at [email protected]
This guide assumes your website is behind Cloudflare.
Based on @VisioN's profile signature in StackOverflow, turned into a configurator that anyone can use.
""" | |
Structlog example configuration with FastAPI. | |
Features: | |
- async bound logger | |
- contextvars to log request-id and other meta data | |
- custom format for default logging loggers and structlog loggers | |
""" | |
import asyncio | |
import logging |
I updated my package autolike today using the following steps:
setup.py
and modify package as necessary.Assuming you’re in the root of your project directory, then run:
pip install -e .
There is no problem with being a noobie and I do not use the term to sligtht or disparage anyone.
This is a way to setup your permissions for running Plex in Linux. Different folks may use different methods.
The permissions concepts provided here apply to OSX, but the users and groups are controlled and modified differently, so much of this will not work properly. I think the command is dscl
, but that could be out of date.
There are many ways to setup your permissions scheme in Linux, this methodology describes a way to do it, not everyone will like it, but it works for me, so whatever.
package bruhcollective.itaysonlab.libvibrancy | |
import android.graphics.Bitmap | |
import androidx.compose.ui.graphics.Color | |
import androidx.compose.ui.graphics.Paint | |
import androidx.core.graphics.applyCanvas | |
import bruhcollective.itaysonlab.libvibrancy.VibrancyMaterial | |
import coil3.size.Size | |
import coil3.transform.Transformation | |
import com.google.android.renderscript.Toolkit |
# Disable SecureBoot in UEFI for kernel module to load | |
# add options to primary | |
non-free contrib | |
# add source | |
deb https://ftp.debian.org/debian/ bookworm-proposed-updates contrib main non-free non-free-firmware |