Skip to content

Instantly share code, notes, and snippets.

View hidekuro's full-sized avatar
🏠
Working from home

hidekuro

🏠
Working from home
View GitHub Profile
@hidekuro
hidekuro / cvsadduser.pl
Created March 28, 2013 02:32
高林哲さん( http://0xcc.net/ )の cvsadduser.pl 保管用。
#!/usr/bin/perl -w
#
# cvsadduser - a tool to generate a passwd entry for CVS pserver.
#
# Copyright (C) 1999 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp>
# All rights reserved.
# This is free software with ABSOLUTELY NO WARRANTY.
#
# You can redistribute it and/or modify it under the terms of
# the GNU General Public License version 2.
@hidekuro
hidekuro / office_stealth.css
Last active November 18, 2015 01:42
office stealth style for Stylish(ChromeExtension)
* {
background-color: #fff !important;
background-image: none !important;
border-color: #fff !important;
color: #ddd !important;
font-size: 12px !important;
font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Noto Sans Japanese Regular", sans-serif !important;
text-decoration: none !important;
}