- 1
- 2
- 3
- 4
- 5
- 6
I hereby claim:
- I am aoisensi on github.
- I am aoisensi (https://keybase.io/aoisensi) on keybase.
- I have a public key whose fingerprint is E148 E43C 136A 9C06 2A26 5138 A4FA 577F 09B8 9D72
To claim this, I am signing this object:
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
データベースを一旦リセットした 全データが消えたので登録しなおしてください | |
日記を追加した |
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 ( | |
"bytes" | |
"flag" | |
"fmt" | |
"image/jpeg" | |
"io" | |
"io/ioutil" | |
"os" |
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 ( | |
"os" | |
"log" | |
"image/png" | |
"image" | |
"image/color" | |
) |
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
Radiantヒーロー縛り | |
Direヒーロー縛り | |
Intヒーロー縛り | |
Agiヒーロー縛り | |
Strヒーロー縛り | |
女縛り | |
二本足以外縛り | |
翼縛り | |
人間縛り | |
パッシブスキル持ち縛り |
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
$ = require 'sandvich' | |
$ process.env.STEAM_API_KEY, (err, sandvich) -> | |
if err | |
throw err | |
return | |
exports.module = sandvich |
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
hostname: yasuna | |
ssh_authorized_keys: | |
- ssh-rsa ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDe+fxcS7QpwX9MIJYeFtakffJp8hkm2ec7t3BDKBE9fuDB/iJETG4PSAk2mbwX0p9h+t3V4KNX9mjUHTnbdPgwfFNHsh+COKF6T0pYkVrVN3l8aqettz0o2qRwkpWXhm9a2GHV/irROkzBDiuwHGqc1phk/PO/m0LHTUT3LcrwuhS8tA6xP3uBtKtid7q12PzytW9Q33b0wcuinK91x9PI+Yg2r3LRJdLfC3LsEW6m2Z2bmawGUtiVUkx3AYzFhFuBSGZ5OHB1jCbK8eXVYzmzYVHvb45Y9dlbe48S7w2/VKWsY9R5X2REi71Q1wy4eir35S6h9JQchYG7fW5maZAp aoisensi@DESKTOP-RA521O3 |
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
# Your init script | |
# | |
# Atom will evaluate this file each time a new window is opened. It is run | |
# after packages are loaded/activated and after the previous editor state | |
# has been restored. | |
# | |
# An example hack to log to the console when each text editor is saved. | |
# | |
# atom.workspace.observeTextEditors (editor) -> | |
# editor.onDidSave -> |