Skip to content

Instantly share code, notes, and snippets.

anonymous
anonymous / Counter.elm
Created July 13, 2017 18:48
Untitled
module Counter exposing (main)
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (..)
import Time.DateTime as DateTime exposing (DateTime, date)
import Json.Decode as Decode exposing (Decoder)
-- Model
@XVilka
XVilka / TrueColour.md
Last active June 10, 2024 17:21
True Colour (16 million colours) support in various terminal applications and terminals

THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.

PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!