Skip to content

Instantly share code, notes, and snippets.

View andre-luiz-dos-santos's full-sized avatar

André Luiz dos Santos andre-luiz-dos-santos

View GitHub Profile
@andre-luiz-dos-santos
andre-luiz-dos-santos / trace.coffee
Created January 19, 2017 18:56
A plugin for Vue.JS to help beginners
# Only works on named components
# Vue.use( require('src/plugins/trace') )
# npm install -g coffee-script
# coffee -bc trace.coffee
css = (color = 'black') -> "
background: #{color};
font-weight: bold;
color: white;
package main
import (
"flag"
"fmt"
"log"
"time"
"github.com/Netwurx/routeros-api-go"
)