Skip to content

Instantly share code, notes, and snippets.

View azyobuzin's full-sized avatar

Takuya Sakurai azyobuzin

View GitHub Profile
@azyobuzin
azyobuzin / Cargo.toml
Created October 28, 2016 04:32 — forked from tera3939/Cargo.toml
しんどい
[package]
name = "rustcp_server"
version = "0.1.0"
[dependencies]
lazy_static = "0.2.1"
@azyobuzin
azyobuzin / mand.go
Created September 30, 2016 14:24 — forked from ikr7/mand.go
おせえよ
package main
import (
"math/cmplx"
"image"
"image/color"
"image/png"
"os"
"fmt"
"time"
package main
import (
"fmt"
"io"
"net/http"
"net/url"
"os"
"strings"
"sync"
package main
import (
"fmt"
"net/url"
"strings"
"github.com/PuerkitoBio/goquery"
)
package net.azyobuzi.saostar.util;
import java.util.HashSet;
public class Notificator
{
private HashSet<Action> handlers = new HashSet<Action>();
public void add(Action handler)
{