I hereby claim:
- I am oskarrough on github.
- I am oskarr (https://keybase.io/oskarr) on keybase.
- I have a public key ASC-EI4Sv7gToVrZzQ9UE85P9wwT3IfY2bSA1xekIVnhgQo
To claim this, I am signing this object:
| <!doctype html> | |
| <html lang="fr"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width,initial-scale=1" /> | |
| <meta name="color-scheme" content="light dark" /> | |
| <link | |
| rel="icon" | |
| href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 64 64%22><circle cx=%2232%22 cy=%2232%22 r=%2230%22 fill=%22%235b7fe5%22/><circle cx=%2224%22 cy=%2228%22 r=%225%22/><circle cx=%2240%22 cy=%2228%22 r=%225%22/></svg>" | |
| /> |
I hereby claim:
To claim this, I am signing this object:
| <button onClick="generate()">Generate</button> | |
| <slay-map rows="10" columns="6"></slay-map> |
| // numeronym('internationalisation') | |
| // returns 'i18n' | |
| function numeronym(text) { | |
| return text[0] + (text.length - 2) + text[text.length - 1] | |
| } |
| <HTML> | |
| <HEAD> | |
| <TITLE>Lovefingers</TITLE> | |
| </HEAD> | |
| <BODY bgcolor="white" text="#999999" link="#339999" vlink="#339999"> | |
| <TABLE border="0" cellpadding = "14"><tr><td valign="top"> |
Welcome! In this guide we'll go step by step to build an API with Elixir and the Phoenix Framework.
Note, i wrote this around 2017/18 so things might have changed. Also it's incomplete. Hopefully still useful. Yadayada.
Here's the plan:
This is community overview of projects related to Radio4000. Feel free to edit.
| ## Packages | |
| https://github.com/yoriiis/vlitejs | |
| https://github.com/killercrush/music-tempo | |
| https://github.com/goto-bus-stop/get-artist-title | |
| https://github.com/internet4000/media-now | |
| https://github.com/internet4000/media-url-parser/ | |
| https://github.com/exogen/graphbrainz-extension-discogs | |
| https://nelson.glitch.me | |
| https://glitch.com/~record-player |
| <div id="ytplayer"></div> |
| 1. yarn add critical --dev | |
| 2. copy paste this npm script | |
| ``` | |
| "scripts": { | |
| "critical-css": "cat dist/index.html | critical --base dist/ --inline --minify > index.tmp && mv index.tmp dist/index.html" | |
| } | |
| ``` |