タグ

2012年8月1日のブックマーク (8件)

  • パーフェクトJavaScriptはガチ本。クソと言われる言語仕様をまとめあげた良書 - 三等兵

    執筆した井上誠一郎氏ら共著者に敬服。お疲れさまでした。 パーフェクトJavaScript (PERFECT SERIES 4) 言語仕様のpart2(2〜7章)まで読みました。その後はパラパラっと流し読み。まずは言語仕様までの内容について雑感を述べます。 JSには既にサイと呼ばれるバイブルが存在しますが、サイは「仕様を淡々と解説している」といった印象を持っています。対してパーフェクトJavaScriptは「仕様における用語を整理し、分かりやすくまとめて解説している」といった印象でした。そして表紙がダサいです。ガラケーがのってます。サイに対してガラケーといったところでしょうか。・・・って不名誉な名称だからやめとこうと思いましたが、パーフェクトJavaScriptと長いのでやっぱり使います。 対象読者 入門書ではないと「はじめに」で言い切っています。対象読者についてもそのページで言

    パーフェクトJavaScriptはガチ本。クソと言われる言語仕様をまとめあげた良書 - 三等兵
  • QA@IT サービス終了のお知らせ - @IT

    平素よりQA@ITをご利用いただき、誠にありがとうございます。 QA@ITは「質問や回答を『共有』し『編集』していくことでベストなQAを蓄積できる、ITエンジニアのための問題解決コミュニティー」として約7年間運営をしてきました。これまでサービスを続けることができたのは、QA@ITのコンセプトに共感をいただき、適切な質問や回答をお寄せいただいた皆さまのご支援があったからこそと考えております。重ねて御礼申し上げます。 しかしながら、エンジニアの情報入手方法の多様化やQAサービス市場の状況、@ITの今後のメディア運営方針などを検討した結果、2020年2月28日(金)15:00をもちましてQA@ITのサービスを終了することにしました。 これまでご利用をいただきました皆さまには残念なお知らせとなり、誠に心苦しく思っております。何とぞ、ご理解をいただけますと幸いです。 QA@ITの7年間で皆さまの知識

    QA@IT サービス終了のお知らせ - @IT
  • http://www010.upp.so-net.ne.jp/okshirai/scheme-20070402222203.txt

    Scheme 過去◇現在◇未来 前編 bit/April 1996/Vol. 28, No.4 p4~9 Guy L. Steele Jr. 訳 井田昌之 ---------------------------------------- はじめに ――― 訳者より Schemeの開発者の一人であるGuy L. Steele博士が、1995年7月10日にLisp協議 会のシンポジウムで講演を行なった。場所は青学会館である。稿は、その講 演を元にまとめたものである。その内容は、開発の当事者でしか語れないもの が多く、たとえば、Schemeの発端のいきさつには、Carl Hewitt先生も大きく関 係している点など、訳者にとっても、なるほどと新鮮で興味深いものであった。 当時のMIT人工知能研究所のホットな様子を垣間見た気がした。 文では敬称を略した。登場人物の肩書はどんどん変化したので、

    Hash
    Hash 2012/08/01
  • vim-ref-jquery(オフラインで読めるよ) - soh335 memo

    jquery のドキュメントをオフラインでみてるときに、いいかんじにみれるツールってなにがあるかな。端末からみれて、オフラインでみれるのがいい。 2011-01-18 16:10:32 via Echofon GitHub Pages · File Not Found · GitHub だとオンラインでしか読めないのでオフラインでひけるのを作りました。 https://github.com/soh335/vim-ref-jquery です。ちょっとまだ僕以外の環境でNO検証なのとNO doc(書いた)なのと、no syntaxです(誰か書いて)。(ref-phpmanualを勢いで書き換えたのでおかしいところあるかも) 使い方は http://jqapi.com/ からHTML版のドキュメントを持ってきてg:ref_jquery_path に $HOME . '/Downloads/jqa

    Hash
    Hash 2012/08/01
    vim.refのsource
  • Writing Vim Plugins / Steve Losh

    Posted on September 6th, 2011. A while ago I wrote a post about switching back to Vim. Since then I've written two plugins for Vim, one of which has been officially "released". A couple of people have asked me if I'd write a guide to creating Vim plugins. I don't feel confident enough to write an official "guide", but I do have some advice for Vim plugin authors that might be useful. Other People

    Hash
    Hash 2012/08/01
    vim pluginの概要.
  • Coming Home to Vim / Steve Losh

    Posted on September 20th, 2010. I'm a programmer. I work with text files for 6-12 hours every weekday so I care about the text editor I use. If switching to a different editor can increase my efficiency by even 10% it would save a good chunk of my time and let me get back to making cool things. I don't buy the "you're thinking 90% of the time and only typing 10% of the time, so your editor doesn't

    Hash
    Hash 2012/08/01
    途中まで読んだ
  • Beyond grep: ack 2.12, a source code search tool for programmers

    So it’s certainly an interesting time to be a sysadmin or anyone who is currently working on a security team. W talked about the recent Dirty Frag Vulnerability only a short time ago and now we are seeing another serious potential attack vector on Linux systems. It definitely sounds bad, but like we talked about in our previous article this will ultimately be a good thing. AI has enhanced research

    Hash
    Hash 2012/08/01
    試してみる
  • GitHub - vim-syntastic/syntastic: Syntax checking hacks for vim

    Syntastic is a syntax checking plugin for Vim created by Martin Grenfell. It runs files through external syntax checkers and displays any resulting errors to the user. This can be done on demand, or automatically as files are saved. If syntax errors are detected, the user is notified and is happy because they didn't have to compile their code or execute their script to find them. At the time of th

    GitHub - vim-syntastic/syntastic: Syntax checking hacks for vim
    Hash
    Hash 2012/08/01
    すべてはVimになる。IDEなんていらんかったんや // 入れてみた。ちょっとRubyに使ったら、未使用の変数がいくつか洗い出せた。