-
Petite Révolte
- Québec
- louis-andre.net
- @lalabadie
Pinned Loading
-
Javascript linked list class
Javascript linked list class 1class LinkedList {
2constructor(initialElement) {
3this.length = 1;
4this.head = initialElement;
5this.head.next = this.head;
-
Übersicht widget to display Spotify'...
Übersicht widget to display Spotify's currently playing track when there's one. 1import { run, styled } from "uebersicht";
23const refreshFrequency = 500;
4const size = 80;
5const Sep = "⎖"; // Ideally, this is never a character in a song title!
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.