README.mkd Vim Git Gutter A Vim plugin which shows a git diff in the 'gutter' (sign column). It shows whether each line has been added, modified, and where lines have been removed. This is a port of the Git Gutter plugin for Sublime Text 2. S... 続きを読む
Full path fuzzy file, buffer, mru, tag, ... finder for Vim. Written in pure Vimscript for MacVim, gVim and Vim 7.0+. Full support for Vim's regexp as search patterns. Built-in Most Recently Used (MRU) files monitoring. Built-in project's root... 続きを読む
This plugin allows Jenkins to play arbitrary audio clips as build actions and notifications. NEW FEATURE: Play sounds through the browser Overview This plugin is able to play audio clips locally through sound hardware, remotely by piping them... 続きを読む
A dynamic layout plugin for jQuery The flip-side of CSS floats ← View docs and demos 続きを読む
Dismiss Octotip: You've activated the file finder by pressing t Start typing to filter the file list. Use ↑ and ↓ to navigate, enter to view files. 続きを読む
vim, rails, unite.vim, unite-railshttps://github.com/basyura/unite-rails(unite-history をパク参考にしました) 前々から作りたいと思いつつ、いい案が浮かばないまま放置していたけど作り始めてみる。動作は至って普通の unite で、カレントディレクトリが... 続きを読む
技術部開発基盤グループの森田です 昨日の2011年7月14日、「Ruby Recipes and Japanese Cooking At Cookpad」におきまして、「どんどん使う」と題し、弊社で開発/運用しているExtension Frameworkの紹介をさせて頂きました。その際に利用したスライドを公開致し... 続きを読む
Cells brings the benefits of component-oriented development to the Ruby on Rails web application platform, without the performance problems that had been associated with Rails' own, deprecated, component subsystem. Cells behave like lightweig... 続きを読む
Overview Tipsy is a jQuery for creating a Facebook-like tooltips effect based on an anchor tag's title attribute. Examples & Usage Basic By default, tooltips will appear centred underneath their anchor: Hover over me $('#example-1').tipsy(); ... 続きを読む
Versions 1.2.4 April 21, 2011 1.2.3 October 27, 2010 1.2.2 October 23, 2010 1.2.0 January 26, 2010 1.1.4 November 7, 2009 Show all versions (11 total) 続きを読む
# Gemfile gem 'inherited_resources' gem 'has_scope' # products_controller.rb class ProductsController < InheritedResources::Base respond_to :html, :xml has_scope :limit, :default => 8 def create create! { products_path } end end # reviews_con... 続きを読む
Plugin for jQuery to generate sparkline charts directly in the web browser, with no web server support requiredNASDAQ: Loading.. 2186.57 (close 8/21-9/25) DOW: Loading.. 11022.06 (close 8/21-9/25) SF Giants: Loading.. Last game 9/27 Mouse spe... 続きを読む
Ruby developers can choose from a variety of tools to get their job done. The Ruby Toolbox gives you an overview of these tools, sorted in categories and rated by the amount of watchers and forks in the corresponding source code repository on... 続きを読む
zen, cssZen Coding で html をパパっと書くのはけっこう慣れてきたんですが、CSS をパパっと書くのはほとんどやったことなかったなあ、ちゃんと覚えたいなあと思いまして、とりあえずチートシートを探してみました。 Zen-Coding のオフィシャルに PDF があった... 続きを読む
ColorBox is a light-weight, customizable lightbox plugin for jQuery 1.3ColorBox A light-weight, customizable lightbox plugin for jQuery 1.3 Why you should be using ColorBox Supports photos, photo groups, ajax, inline, and iframed content. App... 続きを読む
vim寒いね。冬だね。寒い冬は家にこもって unite の source でも作ろうね。さて、今回は unite-alias という source を作りました。これは、既存の source について引数つきで別名を与えるというものです。何を言っているのかよくわからないですね。実例を挙げ... 続きを読む
The Command-T plug-in for VIM provides an extremely fast, intuitive mechanism for opening files with a minimal number of keystrokes. It's named "Command-T" because it is inspired by the "Go to File" window bound to Command-T in TextMate. File... 続きを読む
*textobj-indent* is a Vim plugin to provide text objects to select a block of lines with the same indentation level. For example, if the content of a buffer as follows: (here "|" means the cursor and "_" means an indentation) if some_condit... 続きを読む
submodule もちゃんと git grep する 20:51 | submodule も git grep したいなー git submodule foreach 'git grep' だと path が submodule のディレクトリからのパスになっちゃって嫌だなー、とずっと思ってたんだけど、他称天才はてなアルバイターの mechair... 続きを読む
id:hakobe932 さんが unite.vim の source をお好きなスクリプト言語で書ける unite-script - はこべにっき# というのをやっていて、いいなぁと思ったので fuzzyfinder 版を書いてみました (だいたいコピペですが)。 https://gist.github.com/715198 を autoloa... 続きを読む
11月20日に開催されたKansai.pmのLTでunite-scriptについて発表しました。unite-scriptはunite.vim の sourceをお好きなスクリプト言語で書くためのsourceです。リポジトリはこちら。https://github.com/hakobe/unite-scriptKansai.pmのLTで発表した資料も公開... 続きを読む
Creating web applications that look and feel like they belong on your desktop is Cappuccino's forte. Using the magic of Objective-J, a superset of JavaScript, it abstracts the gritty details of creating websites away so you can focus on build... 続きを読む
Revisions df28d2 jugyo Sat Oct 30 07:52:25 -0700 2010 6a8d0a jugyo Sat Oct 30 07:23:13 -0700 2010 a63d89 jugyo Sat Oct 30 07:12:29 -0700 2010 809f02 jugyo Sat Oct 30 07:10:13 -0700 2010 Private Gist All pages are served over SSL and all pushi... 続きを読む
snipMate.vim aims to be an unobtrusive, concise vim script that implements some of TextMate's snippets features in Vim. A snippet is a piece of often-typed text that you can insert into your document using a trigger word followed by a <tab>. ... 続きを読む
I recently came across a jQuery plugin that claims to emulate the functionality of Object.prototype.watch, a method inherent in all objects that enables you to watch for a property change and run a function upon that change. Of course, this i... 続きを読む
vim極稀に、任意の文字で囲まれた範囲を選択したり削除したりしたいことが本当にたまーにあったので書いてみた。名前が適切かどうかは知らん。Operator-pending mode の時に、デフォルトでは if{char} か af{char} で指定した文字で囲まれた範囲を対象にできる... 続きを読む
YAPC::Asia Tokyo 2010 で LT してきました。以下はその資料(に少し説明を追加したもの)です。mod_rewrite正規表現によるURL書き換えモジュールスイス製アーミーナイフ / 黒魔術 まだ Apache 使ってますよね? reverse proxy とか…はてなの mod_rewrite 活用事... 続きを読む
最近 ~/.vim/ 以下をいったん全部削除して入れ直した secondlife ですこんばんは。ついでに .vim の管理も svn から git に今更しました。 で、今までは plugin をふつーにどばーと入れていたんだけど、github で公開される vim plugin も増えてきたので Tim Po... 続きを読む
HTTP Git Read-Only This URL has Read+Write access 続きを読む
HTTP Git Read-Only This URL has Read+Write access 続きを読む
問題 Rubyでプログラムを書くときは必ずRSpecでその仕様を記述することが推奨されています。VimからRSpecを呼び出す方法は多々あり、一般に使われている方法は以下のいずれかでしょう。 Vim Rspecを使う Specky!を使う :!rspec %する Rakefileにテストスイート... 続きを読む
VimにはEmacsとは違ってタイマー機能がありませんが、タイマーが欲しくなることがままあります。ここではタイマー機能について議論を行い、Vimで模倣する方法について述べます。 タイマー機能が必要なとき まず、どのようなときにタイマー機能が必要なのでしょ... 続きを読む
vim, ubuntusmjs のコマンドラインオプション修正。詳しくはコメント欄参照。ruby 用の設定を追記dann@catalyst - Catalystグループを参考に書き直し。グローバル変数がなくなったよ!ついでに、ファイルをまとめてみた。ファイルタイプごとに共通なところは、も... 続きを読む
This is a Ruby Indentation script. I don't like the default indent/ruby.vim ( vim-ruby from RubyGems ). NOTE: This script requires IndentAnything version 1.2.2 or above. See http://www.vim.org/scripts/script.php?script_id=1839 . 続きを読む
私も結構長くvimを使ってきましたが、実はsnippet系やsorround系のプラグインは殆ど使っていません。理由は入力の規則が多様すぎて覚えられないのと、それくらい手で入力出来るんじゃないか...と思っていたのが理由でもあります。 sorround.vimなんかは何度か常... 続きを読む
概要 vim online Tip #271: easy (un)commenting out of source code http://www.vim.org/tip_view.php?tip_id=271 Visual Modeで指定した範囲のソースにコメントを付けたり、外したりするスクリプトです。 インストール方法 vim onlineのTip #271 を参考にして... 続きを読む
使い方 現在のバージョン(2004/09/13)で対応しているのは、 曜日 monday、tuesday、wednesday、thursday、friday、saturday、sunday 月 january、february、march、april、may、june、july、august、september、october、november、december です。 これらの単... 続きを読む
連続する代入文は = の列を揃えるとコードの可読性が上がる。しかし、列を揃える作業は時間を取る上に、整列させたとしても、ある変数名の長さが変わる度に、他の行のスペースの数を調整しなければならない。 そこで、Align.vim を使う。Align.vim は、面倒な整... 続きを読む
http://www.vim.org/scripts/script.php?script_id=1697vim7 から追加された text-object は大変便利で、今や手放せなくなっています。その text-object をより便利に使えるプラグイン、surround.vim が便利すぎるので紹介します。いままで、text-object では (... 続きを読む
eregex.vim は、Perl/Ruby で使われている拡張正規表現を Vim の正規表現に変換するスクリプトです。基本的に、「選択」「繰り返し」「丸カッコ」の扱いが拡張正規表現流です。その他は Vim の正規表現に従います。 拡張正規表現を使って、/, :s, :g, :v に相当... 続きを読む