Skip to content
View pinksynth's full-sized avatar

Sponsoring

@timdorr
@elixir-lsp

Block or report pinksynth

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. lydian-lang lydian-lang Public

    An attempt to implement the sammy-lang language in C++ using LLVM.

    C++ 1

  2. ANSI Colors in Node.JS ANSI Colors in Node.JS
    1
    // Dead-simple usage of ANSI colors to give Node scripts a little more elegance.
    2
    // This gist only contains a few of the many useful escape codes:
    3
    // https://en.wikipedia.org/wiki/ANSI_escape_code#Colors
    4
    
                  
    5
    const ANSI = {
  3. Get missing file type from magic num... Get missing file type from magic numbers in Elixir
    1
    defmodule Mix.Tasks.GetFileType do
    2
      use Mix.Task
    3
    
                  
    4
      def run([filename]) do
    5
        File.read!(filename)