Skip to content

Instantly share code, notes, and snippets.

View ryozi-tn's full-sized avatar

ryozi ryozi-tn

  • Japan
View GitHub Profile
@ryozi-tn
ryozi-tn / kaiju.txt
Created April 1, 2018 09:56
壊獣鳴き声集(ロボミZ)
# op
壊獣1 ズビズバァアアアアーッ!
壊獣1 モゴゴ……ムギゲガ……
壊獣1 シャババアアアアッ!
壊獣1 ペンキョポッ!?
壊獣1 アババ……
# 1-2
壊獣1 ゲルゴゴゴミゴモ……!
@ryozi-tn
ryozi-tn / cookie-survey-http.go
Created May 25, 2016 16:24
HTTP::Cookiesの挙動調査
@ryozi-tn
ryozi-tn / memo.md
Created March 6, 2016 16:21
contenteditableの領域に項番を出したいけど編集できないようにしたい.md

目的

contenteditableの領域に項番を出したいけど編集できないようにしたい.md

案1. ol-li Elementを使うよ派

https://jsfiddle.net/gtxhLoue/

  • 良い点
// simply fixed custom permalink
// dependencies: Custom Permalinks (plugin)
class Test{
public function __construct()
{
add_filter('get_sample_permalink_html', array(
$this,'get_sample_permalink_html'
), 999, 4);
}
<?php
/*
Plugin Name: My Custom Type
Plugin URI: 独自の投稿タイプを定義しますん
Description:
Author: ryozi-tn
Version: 0.1
Author URI:
*/