| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseAn attempt to implement the sammy-lang language in C++ using LLVM.
C++ 1
// Dead-simple usage of ANSI colors to give Node scripts a little more elegance.
// This gist only contains a few of the many useful escape codes:
// https://en.wikipedia.org/wiki/ANSI_escape_code#Colors
const ANSI = {
defmodule Mix.Tasks.GetFileType do
use Mix.Task
def run([filename]) do
File.read!(filename)
| Back | FazBrowse Home | New Git URL |