- ライブハウス磔磔
- KYOTO MOJO
- KYOTO ROOTER×2
- 京都スワロウテイル
- GROWLY
- http://growly.net/
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
1 : asi1024 (28 pt) | |
2 : chandos (28 pt) | |
3 : tyage (15 pt) | |
4 : prime (14 pt) | |
5 : nonlene (11 pt) | |
6 : possum (9 pt) | |
7 : 東大路通、スロープのあたりに設置するには看板がちょっと大きすぎる感じでそれ以南だと人の身長より高い石垣の上に設置することになるので危険度 (8 pt) | |
8 : test (8 pt) | |
9 : のなちゃん (7 pt) | |
10 : jf712 (6 pt) |
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
curl -XPUT 'http://localhost:9200/kuromoji_sample/' -d' | |
{ | |
"settings": { | |
"index":{ | |
"analysis":{ | |
"tokenizer" : { | |
"kuromoji_user_dict" : { | |
"type" : "kuromoji_tokenizer", | |
"mode" : "extended", | |
"discard_punctuation" : "false" |
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
{"error":"RemoteTransportException[[Exterminator][inet[/***.**.***.**:9300]][indices:admin/create]]; nested: IndexCreationException[[kuromoji_sample] failed to create index]; nested: ElasticsearchIllegalArgumentException[failed to find tokenizer type [kuromoji_tokenizer] for [kuromoji_user_dict]]; nested: NoClassSettingsException[Failed to load class setting [type] with value [kuromoji_tokenizer]]; nested: ClassNotFoundException[org.elasticsearch.index.analysis.kuromojitokenizer.KuromojiTokenizerTokenizerFactory]; ","status":400} |
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
// ==UserScript== | |
// @name NumakuroOnGyazoNinjaEditor | |
// @namespace userjs.pastak.com.gyazo | |
// @description Gyazo Ninjaの編集機能でヌマクロー画像を使う | |
// @include https://gyazo.com/* | |
// ==/UserScript== | |
(function (callback) { | |
var script = document.createElement("script"); | |
script.textContent = "$(" + callback.toString() + ");"; | |
document.body.appendChild(script); |
初発Project AMNIS Vol.1 ( http://lamer-e.tv/amnis/ )
##はじめに はじめましてこんにちは。Pasta-K(@pastak)です。 えあうくんから、インターネットの話を適当に書いてくれと言われたので、僕自身の実感を中心にインターネット、特にSNS環境の変化について書いて行きたいと思います。普段はTwitterでダラダラとした日本語を書いているので、こういったまとまった文章は不慣れなので読みにくいとは思いますが、よろしくお願いします。
ちなみに文中でも言及しますが、ちょうど世間で『リアル』や『ホムペ』が話題になっていた3年前くらいに当時高校生だった僕が友人たちから聞いた話とかをまとめた資料のURLを紹介しておくので、事前に目を通してから本稿を読んでいただくとより楽しんでもらえることと思います。 http://www.slideshare.net/pastak/g91lt-2748111
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
ExifTool Version Number : 9.72 | |
File Name : letter_en.jpg | |
Directory : . | |
File Size : 1079 kB | |
File Modification Date/Time : 2014:11:21 17:53:19+09:00 | |
File Access Date/Time : 2014:11:22 16:08:29+09:00 | |
File Inode Change Date/Time : 2014:11:22 15:58:06+09:00 | |
File Permissions : rw-r--r-- | |
File Type : JPEG | |
MIME Type : image/jpeg |
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
// ==UserScript== | |
// @name KMC_JS_001_Background_Changer | |
// @include * | |
// ==/UserScript== | |
var url = location.host; | |
if(url === 'google.com'){ | |
var img = 'http://k.yimg.jp/images/top/sp2/cmn/logo-ns-131205.png'; | |
}else if((/yahoo/).test(url)) | |
var img = 'http://blogoscoped.com/files/logo-template/1.gif'; | |
}else{ |