Skip to content
View pinksynth's full-sized avatar

Sponsoring

@timdorr
@tonsky
@elixir-lsp
Block or Report

Block or report pinksynth

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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)