Skip to content

Instantly share code, notes, and snippets.

Metrics Documentation

This document defines the mathematical formulas and business logic for all supported metrics in the geo-service API.

API Documentation

Endpoint

GET /api/v1/metrics

Keybase proof

I hereby claim:

  • I am a2chan on github.
  • I am a2dee_ (https://keybase.io/a2dee_) on keybase.
  • I have a public key ASCNY3XO1P5_nO8z2-FmUY6K02t23YUvhvLkyBZQQVjQOQo

To claim this, I am signing this object:

@aade-sh
aade-sh / add-sf-mono-to-firefox.md
Created April 30, 2021 15:24 — forked from javan/add-sf-mono-to-firefox.md
Add SF Mono to Firefox (macOS only)

GitHub uses the following CSS font stack to display code:

font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;

Chrome will use SFMono-Regular when that font is installed locally, but Firefox will not. Workaround: Add the following CSS to your Firefox profile's userContent.css file:

@font-face {
/* https://www.smashingmagazine.com/2021/04/css-overflow-issues/ */
position: sticky won’t work if a parent has overflow-x: hidden
@aade-sh
aade-sh / README.md
Created April 21, 2021 16:30 — forked from addyosmani/README.md
108 byte CSS Layout Debugger

CSS Layout Debugger

A tweet-sized debugger for visualizing your CSS layouts. Outlines every DOM element on your page a random (valid) CSS hex color.

One-line version to paste in your DevTools

Use $$ if your browser aliases it:

~ 108 byte version