Skip to content

Instantly share code, notes, and snippets.

package main
import (
"fmt"
"math"
"time"
)
func sum(a []int) int {
s := 0
#coding:utf8
import pylab
import subprocess
import time
pylab.ion()
l = []
package main
import (
"flag"
"fmt"
"unicode/utf8"
)
func main() {
flag.Parse()
package main
import (
"fmt"
)
func main() {
ch := make(chan string)
go func(ch chan string) {
<-ch
#!/usr/bin/python
#coding: utf-8
import timeit
test1 = """
import itertools
def test1():
count = itertools.count()
for i in count:
package main
import (
"image"
"image/color"
"image/png"
"math"
"os"
)
class TMT
def happy?
true
end
end
tmt = TMT.new
p tmt.happy?
package main
import (
"errors"
"flag"
"fmt"
"github.com/ChimeraCoder/anaconda"
"net/url"
"runtime"
"sync"
package main
import (
"fmt"
"github.com/ChimeraCoder/anaconda"
"math"
"net/url"
)
func reverseTWs(tws []anaconda.Tweet) []anaconda.Tweet {
package main
import (
"database/sql"
"fmt"
"net/http"
"github.com/go-martini/martini"
_ "github.com/mattn/go-sqlite3"