You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
howmはエディタで手軽にメモや予定、TODOを書いて、検索するためのシステムです。 QFixHowmは、vim/gvimにhowmを実装したスクリプトで、拡張Quickfixの機能による追加検索で絞り込み、ソート、結果表示編集などが可能です。 Quickfixウィンドウを使用しているので、柔軟な検索結果表示/非表示が可能です。 またプレビュー&絞り込み検索付きgrepとしても使えます。(→「grepとして使用する」) 基本的なデータ形式や操作はEmacs版(本家)に合わせてありますが、「予定・TODOの繰り返し」など、一部に独自拡張されている部分があります。 howmでは、細かいことを気にせずメモや日記、日報が簡単に作成できます。 メモを取る時いちいちファイル名を気にしなくても良いので非常に楽です。 予定やTODOも管理できて、一行のメモでもどんどん書き込めます。 howmファイル自体は
A Personal Wiki For Vim Plugin ============================================================================== Screenshots are available on http://code.google.com/p/vimwiki/ There are also zipped vimwiki files there in case you do not like vimball archives. Prerequisites ============================================================================== Make sure you have these settings in your vimrc fi
vimの入力補完って大変便利なんですが、例えば「あーあの芸能人、名前分かるけどどの漢字だったっけ...」なんて事がたまにあります。 芸能人の名前辞書用意持ってる人なんて見たことないですね。たいがいこういう時はGoogle先生にたよるのが一般的です。 今日はGoogleサジェスト(Google検索で数文字打ったら出てくるあの候補)からvimの補完を行えるスクリプトを書いてみました。 例えばこんな事が出来ます。 おもむろに「takasu」と打って、<c-x><c-u>とタイプします。 Yes! 高須クリニック! えっ2番?...うるさい! 便利ですね! また「watasinonamaeha」(私の名前は)と打って<c-x><c-u>すると... 私の名前はキムサムスン 誰ですか!キムサムスン! 例えば「naitu」なら... ナイツ お笑い 「www」なら... www.yahoo.co.jp
This Vim plugin is to make navigation of Python files easier with Vim. If you have a large python project, navigating to multiple files is not easy currently. There are various ways to make it easier like using ctags/ptags, gf over the python path etc. But it does not work well with multiple files with same name, going to a praticular class/function etc. Features -------- Currently it provides two
unite-tag https://github.com/tsukkee/unite-tag タグファイルを検索するsourceである。 作者はtsukkee氏とthinca氏。 unite-outline https://github.com/h1mesuke/unite-outline ソースファイルを解析し、アウトラインを表示するsourceである。 標準で多数のファイルタイプに対応しており、ユーザーが自由に拡張 できる。 作者はh1mesuke氏。 2013年3月現在、約1年ほどメンテされておらず作者と連絡が取れていないそうなので、 Shougo氏がforkした版を使うと良い。 https://github.com/Shougo/unite-outline unite-colorscheme https://github.com/ujihisa/unite-colorscheme
Our jQuery plugin fb.wall was a nice plugin to display the Facebook Wall of a user or a page on your website. The design of the wall derives from the Facebook look’n’feel and can be customized easily via CSS. We developed fb.wall in 2010 and our plugin became very popular all over the world. Since 2010 Facebook changed their Graph API a lot of times, they added server request limits and the need o
追記:続編書きました。 リンクは一番下に 最近jQueryにはまっているひつじです。こんにちは。 jQueryに限らず、JavascriptでDOMをいじっていると var name = 'bsheep'; $('<div>').addClass('name').text(name).appendTo('#profile'); // // <div id="profile"></div> // ↓ // <div id="profile"><div class="name">bsheep</div></div> // こんな感じでDOMをその場で生成して埋め込みとかいう操作が結構あります。 でも、こういうの書いているとHTMLとscriptとを分離したくなってきますよね! この書き方のまま複雑なものとか作ってると、できあがりのHTMLの構造を読み取るための思考コストがかなり必
Django Packages is a directory of reusable apps, sites, tools, and more for your Django projects. Add Package Add Grid Apps Small components used to build projects. An app is anything that is installed by placing in settings.INSTALLED_APPS. Show Apps (4,224) Frameworks Large efforts that combine many python modules or apps. Examples include Django, django-cms, and Mezzanine. Most CMSes fall into t
git-flow という git の運用を補助するプラグインを使ってみたので、その過程をメモしてみました。 そもそも git を採用理由なども書いていきたいと思います。 git を採用した理由 まず何よりも git を採用した理由ですが、日本語の本がたくさんある。Subversion のように気軽にブランチを切ったりマージが出来ない方法では「開発スピードにバージョン管理がついてこれない」という結論に至りました。 そこで svn から git へ以降の準備を進めています なぜ hg や bzr ではないのか git-svn を前々から使っていて rebase のありがたみや branch を気軽にきる運用になれていたからというのもありますが、なにより身近に詳しい人が多いというのが一番です。 Tower や GitX という素敵な GUI があるのも魅力の一つですね。 A successful
MySQL5.0で全文検索というと、Tritonn入れたりしてSennaを使うのが常套手段。そういうところはプラグインで解決するのが5.1のやり方らしい。 http://www.slideshare.net/hiroaki.kawai/mysqlftppc http://sourceforge.net/apps/mediawiki/mysqlftppc/index.php?title=Main_Page というわけで、MySQL5.1でfull-text indexを作成出来るようになる、mysqlftppcことMySQL full-text parser plugin collectionを入れてみました。環境はCentOS5.4(x86_64)。 MySQL本体は公式のRPMを使用。 http://dev.mysql.com/downloads/mysql/5.1.html#linux
9月24日に「図解即戦力 ChatGPT」という本が出ます。タイトルは ChatGPT ですが、中身は大規模言語モデルの仕組みを解説する本になっています。 図解即戦力 ChatGPTのしくみと技術がこれ1冊でしっかりわかる教科書 作者:中谷 秀洋技術評論社Amazon ChatGPTなどのAIを扱った入門書はすでに数え切れないほど出ており、何番煎じ? 柳の下にもうドジョウ残ってないでしょ? と突っ込まれたら返す言葉もないですが(苦笑)、同じジャンルの他の本とは異なる特長を備えるように書いたつもりです。 大規模言語モデル(生成AI)は情報科学や機械学習、自然言語処理、数学などさまざまな技術や分野が複合した複雑な体系を持ちます。そのことを指して「大規模言語モデルは総合格闘技」とも言われたりします。しかし、実際に『総合格闘技』として扱った入門書、つまり関係するさまざまな技術にわたってAIを解説す
オープンソース Web 検索エンジン Apache Nutch の概要 - Mi manca qualche giovedi`? と Apache Nutch のプラグインと言語判別 - Mi manca qualche giovedi`? の続き。 Apache Nutch 1.2 をベースに、 IndexingFilter extension-point へのプラグインを作成する例で、プラグインを作り方をみていく。 IndexingFilter extension-point IndexingFilter extension-point はメタデータをインデックスへ追加するプラグインで、Hadoop 上で動作する Indexer の MapTask から呼び出される。 他の extension-points も Injecter, Generator, Fetcher, Parser
Yet Another Related Posts Plugin by mitcho (Michael 芳貴 Erlewine) for WordPress. If you appreciate this plugin, please consider donating to the author. Looking for a proven and innovative developer for your next web project? Why not check out my portfolio? I am available for hire. NEWS: I am currently looking for volunteers to localize YARPP. Description Yet Another Related Posts Plugin (YARPP) giv
EclipseにRSE(Remote System Explorer)プラグインをインストールすると、SSHでリモートホストのシェルを使ったり、ファイルを転送したりできる。Eclipse 3.6になってまた多少導入手順が変わっているためここに書いておく。 Eclipse RSE Pluginをのインストール手順 メニューから Help -> Install new software を選択 Work with: ドロップダウンから Helios - http://download.eclipse.org/releases/helios を選択 絞り込み用のテキストボックス(type filter textと書いてある所) にremote system と入力し(Enterキー不要)、選択肢に出てくる Remote System Explorer End-User Runtime Remot
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く