これは超訳です。
CSSLintは「なんでこんなルールなんだ…」とイラっとすることが多いですけど、それぞれにそれなりに理由があります。まぁ勿論無視するべきなルールとかもあります。例えば見出し要素の再定義禁止とかはHTML5に対するCSSなら無理な話です。そんなわけでどんな理由なのかを簡単に訳しました。無視するかどうかは自分で決めましょう!
この訳はCSSLintと同じライセンスで提供されます。
| require 'formula' | |
| class Vim < Formula | |
| homepage 'http://www.vim.org/' | |
| url 'ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2' | |
| head 'https://vim.googlecode.com/hg/' | |
| sha256 '5c5d5d6e07f1bbc49b6fe3906ff8a7e39b049928b68195b38e3e3d347100221d' | |
| version '7.3.682' | |
| def features; %w(tiny small normal big huge) end |
| @import "compass/utilities/sprites/base"; | |
| // General Sprite Defaults | |
| // You can override them before you import this file. | |
| $emblem-sprite-base-class: ".emblem-sprite" !default; | |
| $emblem-sprite-dimensions: false !default; | |
| $emblem-position: 0% !default; | |
| $emblem-spacing: 0 !default; | |
| $emblem-repeat: no-repeat !default; |
| // | |
| // NSObject+Blocks.h | |
| // Filemator | |
| // | |
| // Created by Zachary Waldowski on 4/12/11. | |
| // Copyright 2011 Dizzy Technology. All rights reserved. | |
| // | |
| @interface NSObject (Blocks) |
| #!/usr/bin/env ruby | |
| # coding: utf-8 | |
| require 'rubygems' | |
| gem 'crack', '~>0.1.0' | |
| require 'crack' | |
| #gem 'rightresource', '=0.4.5' # with crack 0.1.8 | |
| #require 'right_resource' | |
| # Core extensions of Hash |
| # An API keys script written by Patrick Gibson (@patr1ck) and Christopher Bowns (@cbowns) | |
| # This script sets API keys in your app's Info.plist from an .api_keys file you keep in your home directory (~/.api_keys) | |
| # This allows you to not check API keys into your source control system, | |
| # or for different developers to use different keys without needing to patch their working copies. | |
| # Installation directions: | |
| =begin | |
| 1. Create a Run Script build phase in your Xcode project before Compile Sources | |
| 2. Copy and paste this whole script in. | |
| 3. Create or modify your .api_keys file to hold your API keys |
| " Searches Dash for the word under your cursor in vim, using the keyword | |
| " operator, based on file type. E.g. for JavaScript files, I have it | |
| " configured to search j:term, which immediately brings up the JS doc | |
| " for that keyword. Might need some customisation for your own keywords! | |
| function! SearchDash() | |
| " Some setup | |
| let s:browser = "/usr/bin/open" | |
| let s:wordUnderCursor = expand("<cword>") |
Nodefrontはフロントエンド開発高速化のためのNode製コマンドラインユーティリティ。