Skip to content

Instantly share code, notes, and snippets.

View gmisail's full-sized avatar

Graham Misail gmisail

View GitHub Profile
@nntrn
nntrn / espn-api-list.md
Last active July 20, 2024 03:44
List of nfl api endpoints from espn

List of NFL API Endpoints

This page has been updated a lot in the past 3 years. Older revisions you might like more than this one:

  • June 2021 - list of endpoints for other sports/leagues (i.e. basketball, baseball, lacrosse, rugby)
  • August 2021 - get historical fantasy league data
  • September 2021 - list of endpoints in plain text
  • May 2023 - collapsed endpoint response examples

Additional Resources

@ghifarit53
ghifarit53 / README.md
Last active December 16, 2023 01:09
[i3] big sur like polybar style

macOS Big Sur on Linux!

bigsurlinux

to replicate the bar and the blur effect, you'll need

  • polybar
  • fontawesome and sf pro text
  • compton tryone fork (you can use picom too, but i don't know if the config is compatible)

you can adjust the bar opacity by editing the number in the bar background color (0-100)

@hamaluik
hamaluik / AABB.hx
Created October 6, 2014 05:38
Continuous collision detection between two moving AABBs using Minkowski differences.
package ;
import openfl.display.Sprite;
/**
* ...
* @author Kenton Hamaluik
*/
class AABB
{
public var center:Vector = new Vector();