タグ

pluginに関するsoh335のブックマーク (39)

  • FlexBuilderプラグインBrueprintのススメ | _level0 - KAYAC Front Engineer Blog

    AdobeLabでBlueprintが発表されています。 BlueprintはFlexBuilder3のプラグインで、開発環境の中から直接ネット上にあるサンプルコードを検索・参照できるツールです。 さっそくいれてみました。 インストールの手順はこちらのページにまとまっているのですが、手順をおってやってみます。 1.ヘルプ>ソフトウェア更新>検索およびインストール を選択 2.インストールする新規フィーチャーを検索 を選択 3.新規リモートサイトを選択 4.ダイアログがでてくるので 名前:Blueprint URL:http://download.macromedia.com/pub/labs/blueprint/ を入力 5.Finishをクリックでインストール終了 インストールが終了するとツールバーに新しくアイコンが追加されます。 アイコンをクリックすると空の検索ボックスがでてきます。

    FlexBuilderプラグインBrueprintのススメ | _level0 - KAYAC Front Engineer Blog
  • QSBでTwitter検索してみようじゃん

    いつの間にか正式版が出てた我らがQSB (Google Quick Search Box) ですが、TechCrunchでQSBはTwitter検索ができないなんて言われちゃったから、できるようにしてみようじゃありませんか。幸いQSBはプラグイン機構を備えてるので結構簡単に実現できた。いつのまにかSDKも出てるし。 というわけでできたのがこのTwitter検索プラグイン。twitter検索のAPIを使ってるからちょっと重いけど、公式の検索APIは精度がお話しにならないのでこっちにしました。 ダウンロード / ソース インストール方法は、ダウンロードしたzipの中身のTwitterSearch.hgsを~/Library/Application Support/Google/Quick Search Box/PlugInsに置いてQSBを再起動して環境設定からオンにするだけ。QSBのバージョ

    QSBでTwitter検索してみようじゃん
  • ack.vim - vim から ack の検索結果を使う - 2nd life (移転しました)

    http://coderepos.org/share/browser/lang/vim/ack/plugin/ack.vim vim で、カレントディレクトリ以下のファイルから文字列を検索し、quickfix リストで眺めたいとき " :vim は :vimgrep の省略 :vim /foo/j **/* :cwinと毎回打っていたんですが、面倒だったりバイナリファイルにマッチすると遅くなったりしてしまったりしてしまうため、コマンドラインからソース検索でよく使う ack を利用し、検索結果があれば quickfix を表示する(カーソル移動はしない) vim plugin の ack.vim を作りました。 :Ack foo " カレントディレクトリ以下のすべてのファイルから文字列 foo を検索 :Ack --perl use " カレントディレクトリ以下の perl コードから文字列

    ack.vim - vim から ack の検索結果を使う - 2nd life (移転しました)
  • Marc Liyanage - Software - Mac OS X Packages - XML View Plugin

    Introduction Download Customization Release Notes License / Source Code Introduction XML View Plugin is a Safari plugin that displays XML data. See this blog post for more information. Download & Installation xmlviewplugin.zip The plugin requires Mac OS X 10.5 (Leopard). It will not run on older OS versions. Download and unzip it, then put it into the Library -> Internet Plugins folder in your hom

  • Flex Formatterが出ました - よねのはてな

    今日、弊社に初の税務調査が来るので少々緊張してるよねむらです。 こんにちは。 flexで開発してるときに、コードのフォーマッタが欲しい!と思った人も多いと思います。 無料のフォーマッター欲しい>< そんな時に、いいのあるよ!とid:shot6から情報を頂いたので Flexのコードフォーマッタを一昨日使ってみたので使い方と説明をメモしておきます。 asファイルとmxmlファイルのフォーマット可能です。 インストール Eclipseのプラグインとして提供されているので、以下からFlexPrettyPrintCommand_0.6.5.jarをダウンロードします。 名前がかわいいです。 http://sourceforge.net/projects/flexformatter/ FlexBuilderを使ってるEclipseのpluginsフォルダにコピーします。 そうすると以下のようなボタンが

  • autocomplpop.vimを入れてやったこと-vimプラグイン - rderaログ

    AutoComplPop - Automatically opens popup menu for completions : vim online autocomplpop.vim 2.6 をダウンロード。 ~/.vim/plugin/に投げる。 補完候補の指定 autocomplpop.vim - vimグループを読み、補完候補はAutoComplPop_CompleteOptionで設定すれば良いことを知る。 autocomplpop.vim による自動補完が便利すぎる - cooldaemonの備忘録を参考に設定してみる。 autocmd Filetype * let g:AutoComplPop_CompleteOption='.,w,b,u,t,i' autocmd Filetype java let g:AutoComplPop_CompleteOption='.,w,b,u

    autocomplpop.vimを入れてやったこと-vimプラグイン - rderaログ
  • Widerbug: Widescreen Firebug – Command-Tab

    If you do any amount of web developing with CSS and JavaScript, it’s probably a safe bet that you use the Firefox and Firebug combo to test ideas, tweak appearance and behavior of pages, and debug problems when they crop up. You might also use a widescreen monitor to provide more screen real estate to flip between your code and the rendered output. In an arrangement like this, the open Firebug pan

    Widerbug: Widescreen Firebug – Command-Tab
  • HetimaFolder.qlgenerator - hetima.com

    フォルダをクイックルックするプラグインです。 対象のフォルダに「ls」を実行した結果を表示します。 デフォルトのパラメータは「-la」です。変更したい場合はターミナルで defaults write jp.hetima.folderqlgenerator LsArguments "-lap@" などとすれば変更できます。ただしカラーオプション「-G」には対応していません。変更が qlgenerator に反映されるまでにしばらく時間がかかることがあるので気長にお待ちください。 表示されるフォント、文字色、背景色はターミナルのデフォルト設定を利用しています。変更が qlgenerator に反映されるまでにしばらく時間がかかることがあるので気長にお待ちください。 /Library/QuickLook ~/Library/QuickLook のいずれかに入れてください。Finder の再起動な

  • Vim で便利な Perl Plugins

    こんにちは、Yuichi Tateno です。皆さんの記事が長くなってきたので、そろそろ短めな記事に戻そうかと思います。 _ ノ |_   ll__l---||_       Nice boat. rj「l__`ー'  ヽlーj  L---┐ |―┴┴―`ーrュ-‐< ̄.ィj .__jl |[][][][][][] i """ _..,,rr=''´ l l ̄ ̄ ̄ ̄/7-‐'´     / f  jL-、 _-‐'      -‐´~~ ヽ |  ̄  _j_ -‐'~´~~ `ー~´~~~~ さて、題ですが、みなさん (の 1/3 ぐらい) が大好きな Vim についての話です。といっても Vim 全体について書くと長くなるので、便利な手前味噌な Plugin の紹介です。 use 文を挿入 http://subtech.g.hatena.ne.jp/secondlife/2007060

  • Redirecting...

    You are being redirected to https://plasticdreams.org/2007/02/01/no-post-slug-please/

  • Nishiaki's Log: HTML.vimでVimでのHTML編集が楽になる

    最近、Vimが良いとの事で、使い始めたが、正直なにがいいのか?今ひとつピンと来てなかった。 前のエントリーでclosetag.vimについて書いたが、基的な使い方がわかってなかったorz Vim使いの人は、HTMLの編集には、HTML.vimとか使ってるんだな。 オレのVim環境は、杉山さんに作ってもらった環境なんで、HTML.vimはインストールしてあったけど、Last modified: Jan 03, 2007 ってなってたので、最新のファイルをダウンロードした。 ダウンロードしたファイルを開いて、サイトに書いてある通り、『:source %』って入力したら、自動でインストールできた。スゲ。 これで、filetypeがこのプラグインが動く状態になっていれば、HTMLの編集は、かなり楽になるはず。 ちなみに、オレの環境はfiletypeはhtmlでもxhtmlでもプラグインは

  • symfony - open-source PHP5 web framework

    Services Platform.sh for Symfony Best platform to deploy Symfony apps SymfonyInsight Automatic quality checks for your apps Symfony Certification Prove your knowledge and boost your career SensioLabs Professional services to help you with Symfony Blackfire Profile and monitor performance of your apps

    symfony - open-source PHP5 web framework
  • Omnividea FOBS - FFMpeg C++ & JMF Bindings

    Project Fobs discontinued. After 4 years without being able to push any updates I realize it is time to discontinue the development of Fobs. It has been a while since I stopped working with video files and I can't really justify investing more time in this project. Not to mention the difficulty to keep track of ffmpeg API changes or the badly ageing JMF. It was a fantastic and fun experience. I go

    soh335
    soh335 2008/11/10
    これを使うと、Macでも幸せにいろんなものが開けるらしい
  • jQuery 関連記事まとめ - Cyokodog::Diary

    はてブだと埋もれるのでこちらに書き足してきます。 jQuery 基機能 家 jQuery.com リファレンス jQuery 日語リファレンス jQuery 開発者向けメモ jQuery リファレンス- openspc2 jQuery 1.2.6 リファレンス - StackTrace チートシート HTML/CSS, jQuery, WordPressなどウェブ制作者のためのチートシート集 - coliss スライド・関連情報 はじめての jQuery jQueryのプレゼンVIDEO - JAM LOG 第1回 Silverlight vs. jQuery+ASP.NET AJAX - @IT チュートリアル jQuery 入門 - openspc2 jQuery を使って Ajax 開発を単純化する - IBM jQueryの魔法 - All About jQuery ではじめ

    jQuery 関連記事まとめ - Cyokodog::Diary
  • Mobile Barcoder – Get this Extension for 🦊 Firefox (ja)

    A Mobile Code (aka 2D barcodes, QR Codes, Data Matrix, Semacode) is a simple way of transferring text and links from print or a computer screen onto a mobile device. Mobile Barcoder fits into this process by integrating the generation process into Firefox. Simply hover over the square target icon on the status bar to generate a barcode of the current page. Right click on a link to generate a barco

    Mobile Barcoder – Get this Extension for 🦊 Firefox (ja)
    soh335
    soh335 2008/10/14
    firefoxのアドオンでQRコードを生成
  • Sign in - Google Accounts

    Not your computer? Use a private browsing window to sign in. Learn more about using Guest mode

  • FireSymfony - A Firebug extension for symfony

    While developing websites is nice to have at hand the right tools to do the job effectively. One of the tools I like the most is Firebug for all it’s debugging capabilities. Also, because I develop websites using symfony, the web debug toolbar provided by the framework is very handy to know what was happening in the server while the request was processed. But sometimes the toolbar position makes i

    FireSymfony - A Firebug extension for symfony
  • Greasemetal - an Userscript Runtime for Google Chrome

    The development of Greasemetal has ceased. Please use the newest version of Google Chrome with built-in support for userscripts. See User Scripts - The Chromium Projects for more detail.

  • この先生きのこるには

    smartchr – Insert several candidates with a single key : vim online VimM#3(ではなくVim勉強会#3でした。kana神さまご指摘ありがとうございます)のプレゼン資料で知ったんですが、関西Vim四天王を倒した後に出てくるというvim界の神、kanaさんが作られたスクリプトが便利です。 PHPでの使い方だと例えばこんな感じです。インスコしたら、以下を設定ファイルにかいておきます。 inoremap = smartchr#one_of(' = ', ' == ', ' === ', '=') すると、=を一回押すと、両端にスペースが付いた=が。二回目、三回目ともに両端にスペースが追加された状態で=がのびていく。で、四回目になると、今まで入力されてたものは消えて普通の=が出てくる。 つまり、同じキーを連続で入力した場合の挙動

    この先生きのこるには
  • KASIMO [カシモ] Viewer|iTunes Plug-in

    学生生活が始まって、念願の一人暮らしになったことから、女の子でも宿泊させて楽しんでしまおうと思っていましたが、世の中そんなに簡単にあの事が進むわけもなく、女友達すらあまり出来ない状況で困っていました。 女友達ができないんだから、恋人だって出来ないし性的な部分の不満が相当溜まっていたのです。 キャンパスに通うようになって、男の友達と言うのはすぐに大勢作ることが出来たのです。 高校生の頃と違っていろいろなタイプの人たちがいる大学って凄く刺激的で、今までには繋がりを持つことが出来なかった友達を多く作り、とても楽しい日々を送っていました。 てすが、ですがですよ、男の友達はとっても順調に作ることができるのにもかかわらず、女友達や恋人といった関係は一向に進展していかないのです。 当初の目的、女性たちと仲良くしていくと言う考えが、早くも崩れ去ったような気がしてしまいました。 それはもちろん男友達は沢山い