Skip to content

Instantly share code, notes, and snippets.

@ShinichiU
ShinichiU / cordpoint-list.php
Created September 9, 2015 00:08
Unicode コードポイントの範囲を指定して対象の文字を取得するスクリプト
<?php
/**
* Cordpoint charcter generate v1.0.0
* http://test.nuts-choco.com/cordpoint.php
*
* Shinichi Urabe <urabe@nuts-choco.com>
* Released under the MIT license
* https://tldrlegal.com/license/mit-license
*
* Date: 2015-09-09T16:01Z
"Settings
let scrolltep = 30
let fullpagescrollpercent = 100
"set nohud
set autohidecursor
"set noinsertmappings
set nosmoothscroll
let blacklists = ["https://mail.google.com/*"]
let mapleader = ","
"let locale = "jp"
@ShinichiU
ShinichiU / redmine-newer-2-3-1-gantt.patch
Last active April 27, 2016 10:36
Redmine 2.3.1 のガントチャートに週表示を消して日付表示にするバッチ
Index: app/views/gantts/show.html.erb
===================================================================
--- app/views/gantts/show.html.erb (リビジョン 11915)
+++ app/views/gantts/show.html.erb (作業コピー)
@@ -76,12 +76,17 @@
headers_height = header_height
show_weeks = false
+ show_week_day_top = false
show_days = false
@ShinichiU
ShinichiU / redmine-2-2-1-gantt.patch
Last active April 5, 2016 11:59
Redmine 2.2.1 のガントチャートに週表示を消して日付表示にするバッチ
diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb
index 0cebd0a..af74a18 100644
--- a/app/views/gantts/show.html.erb
+++ b/app/views/gantts/show.html.erb
@@ -43,12 +43,17 @@
headers_height = header_height
show_weeks = false
+ show_week_day_top = false
show_days = false
@ShinichiU
ShinichiU / openpneActionListTask.class.php
Created June 1, 2012 07:11 — forked from co3k/openpneActionListTask.class.php
symfony アプリケーションのアクションの一覧を出すやつ
<?php
/**
* This file is part of the OpenPNE package.
* (c) OpenPNE Project (http://www.openpne.jp/)
*
* For the full copyright and license information, please view the LICENSE
* file and the NOTICE file that were distributed with this source code.
*/
require 'formula'
def build_java?; ARGV.include? "--java"; end
def build_perl?; ARGV.include? "--perl"; end
def build_python?; ARGV.include? "--python"; end
def build_ruby?; ARGV.include? "--ruby"; end
def with_unicode_path?; ARGV.include? '--unicode-path'; end
class UniversalNeon < Requirement
def message; <<-EOS.undent
@ShinichiU
ShinichiU / redmine-1-3-0-gantt.diff
Created December 30, 2011 22:45
Redmine 1.3.0 のガントチャートに週表示を消して日付表示にするバッチ
Index: app/views/gantts/show.html.erb
===================================================================
--- app/views/gantts/show.html.erb (リビジョン 8442)
+++ app/views/gantts/show.html.erb (作業コピー)
@@ -37,12 +37,17 @@
headers_height = header_heigth
show_weeks = false
+show_week_day_top = false
show_days = false