Skip to content

Instantly share code, notes, and snippets.

package main
import (
"bufio"
"flag"
"fmt"
"log"
"os"
"os/exec"
"strings"
@andrey1s
andrey1s / autocomplete-makefile.md
Last active January 9, 2019 06:27
add autocomplete makefile
@andrey1s
andrey1s / dabblet.css
Created March 22, 2013 11:34
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #000, yellow);
min-height: 100%;