Skip to content

Instantly share code, notes, and snippets.

View shinderuman's full-sized avatar

shinderuman shinderuman

View GitHub Profile
開 水 メ 詳 メ 意
発 を ン し ン 外
部 取 マ く マ に
は り を は は 知
そ 替 戻 「 発 ら
の え す 味 酵 れ
臭 な と 付 食 て
い が き メ 品 い
に ら は ン と な
ク 5 強 マ い い
<?php
echo '┏┷┓', PHP_EOL;
for($i = 0;$i < mb_strlen($argv[1]);$i++) {
echo sprintf('┃%s┃', mb_substr(str_replace('ー', '|', $argv[1]), $i, 1)), PHP_EOL;
}
echo '┗━┛', PHP_EOL;
100人の英雄を育てた最強預言者は、冒険者になっても世界中の弟子から慕われてます@comic
ATRAIL ‐ニセカヰ的日常と殲滅エレメント‐
All You Need Is Kill
Angel Beats!
Angel Beats! -The Last Operation-
Aランク冒険者のスローライフ(コミック)
BTOOOM! U-18
BTOOOM!
Devil May Cry 5 – Visions of V –
FRONT MISSION DOG LIFE &amp; DOG STYLE
@shinderuman
shinderuman / meu.go
Last active September 21, 2020 15:32
package main
import (
"fmt"
"math/rand"
"net/http"
"strings"
"time"
"github.com/PuerkitoBio/goquery"
package main
import (
"flag"
"fmt"
"net/http"
"net/url"
"strings"
"github.com/PuerkitoBio/goquery"

交換求む(進化するやつはどれか一つ)

通信進化手助けpls

自力でやる

## 交換求む(進化するやつはどれか一つ)
- ハスボー
- ハスブレロ
- ルンパッパ
- タルップル
- グレッグル
- ドクロッグ
- ヤミラミ
- リオル
- ルカリオ
c := mastodon.NewClient(&mastodon.Config{
Server: "",
ClientID: "",
ClientSecret: "",
})
wsc := c.NewWSClient()
q, err := wsc.StreamingWSPublic(context.Background(), true)
if err != nil {
log.Fatal(err)
c := mastodon.NewClient(&mastodon.Config{
Server: "",
ClientID: "",
ClientSecret: "",
})
wsc := c.NewWSClient()
q, err := wsc.StreamingWSPublic(context.Background(), true)
if err != nil {
log.Fatal(err)
package main
import (
"fmt"
"strings"
"unicode"
"github.com/ikawaha/kagome/tokenizer"
)