This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "fmt" | |
| "os/user" | |
| "path" | |
| "path/filepath" | |
| ) | |
| var dbPath = "/.config/go-wol/bolt.db" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title> | |
| test | |
| </title> | |
| <meta http-equiv="Access-Control-Allow-Origin" content="*"> | |
| <meta http-equiv="Access-Control-Allow-Headers" content="*"> | |
| <meta http-equiv="Access-Control-Allow-Methods" content="GET"> | |
| </head> | |
| <body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "code.google.com/p/plotinum/plot" | |
| "code.google.com/p/plotinum/plotter" | |
| "code.google.com/p/plotinum/plotutil" | |
| "code.google.com/p/plotinum/vg" | |
| "fmt" | |
| "math" | |
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # coding:utf8 | |
| import multiprocessing | |
| import time | |
| """ | |
| multiprocessing.Poolのchunkってどんな感じよー? | |
| """ | |
| def square(n): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "log" | |
| "net/http" | |
| "os" | |
| "path" | |
| ) | |
| func main() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "database/sql" | |
| "fmt" | |
| "net/http" | |
| "github.com/go-martini/martini" | |
| _ "github.com/mattn/go-sqlite3" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "fmt" | |
| "github.com/ChimeraCoder/anaconda" | |
| "math" | |
| "net/url" | |
| ) | |
| func reverseTWs(tws []anaconda.Tweet) []anaconda.Tweet { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "errors" | |
| "flag" | |
| "fmt" | |
| "github.com/ChimeraCoder/anaconda" | |
| "net/url" | |
| "runtime" | |
| "sync" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class TMT | |
| def happy? | |
| true | |
| end | |
| end | |
| tmt = TMT.new | |
| p tmt.happy? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "image" | |
| "image/color" | |
| "image/png" | |
| "math" | |
| "os" | |
| ) |
NewerOlder