Skip to content

Instantly share code, notes, and snippets.

{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_size_limit": 4194304,
"auto_indent": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
@shuuheyhey
shuuheyhey / .htaccess
Created June 26, 2013 10:24
.htaccess
# Apache configuration file
# httpd.apache.org/docs/2.2/mod/quickreference.html
# Note .htaccess files are an overhead, this logic should be in your Apache
# config if possible: httpd.apache.org/docs/2.2/howto/htaccess.html
# Techniques in here adapted from all over, including:
# Kroc Camen: camendesign.com/.htaccess
# perishablepress.com/press/2006/01/10/stupid-htaccess-tricks/
# Sample .htaccess file of CMS MODx: modxcms.com
@shuuheyhey
shuuheyhey / _normalize.scss
Created June 26, 2013 10:13
_normalize.scss
/* ==========================================================================
Normalize.scss settings
========================================================================== */
/**
* Includes legacy browser support IE6/7
*
* Set to false if you want to drop support for IE6 and IE7
*/
$legacy_browser_support: false;
@shuuheyhey
shuuheyhey / .zshrc
Last active December 18, 2015 21:09
bashからzshに変更した時に設定したこと。
# zshrc
########################################
# 環境変数
export LANG=ja_JP.UTF-8
# 色を使用出来るようにする
autoload -Uz colors
colors
AddEncoding gzip .gz
RewriteEngine on
RewriteCond %{HTTP:Accept-encoding} gzip
RewriteCond %{HTTP_USER_AGENT} !Konqueror
RewriteCond %{REQUEST_FILENAME}.gz -f
RewriteRule ^(.*)\.css$ $1.css.gz [QSA,L]
RewriteRule ^(.*)\.js$ $1.js.gz [QSA,L]
RewriteRule ^(.*)\.html$ $1.html.gz [QSA,L]
@mixin boxit ($dir) {
display:box;
display:-moz-box;
display:-webkit-box;
box-orient:$dir;
-moz-box-orient:$dir;
-webkit-box-orient:$dir;
}
@mixin order ($num) {
@shuuheyhey
shuuheyhey / wtm58.md
Created June 16, 2013 13:19
第58回 WEB TOUCH MEETING 『CSS拡張言語、LESSを導入してみる』のフォローアップ

第58回「WEB TOUCH MEETING」

『CSS拡張言語、LESSを導入してみる』のフォローアップ

####スライド

Web上でLESSのコンパイルを試せるサービス

  • LESS→CSSに変換してくれるサービス
    less2css
@shuuheyhey
shuuheyhey / Chrome Developer Tools.md
Last active December 17, 2015 23:59
IR_Black Theme for Chrome Developer Tools

image

Mac: ~/Library/Application Support/Google/Chrome/Default/User StyleSheets/Custom.css

PC: C:UsersYourUsernameAppDataLocalGoogleChromeUser DataDefaultUser StyleSheetsCustom.css

Ubuntu (Chromium):
~/.config/chromium/Default/User StyleSheets/Custom.css

@shuuheyhey
shuuheyhey / Nostalgic Terminal Original Color Scheme.md
Last active December 17, 2015 23:59
Nostalgic Color Scheme for Terminal.app

image

Original Color Scheme for Terminal.app

@shuuheyhey
shuuheyhey / Tomorrow+ Markdown Syntax Highlighting for Sublime text 2.md
Last active December 17, 2015 23:49
Tomorrow+ Markdown Syntax Highlighting for Sublime text 2

image

Original Markdown Syntax Highlighting for Sublime text 2