タグ

2010年4月5日のブックマーク (6件)

  • 日本経済新聞 ヘルプセンター - リンクポリシー

    リンクポリシー 日経電子版をはじめとする日経済新聞社(以下、日経)が運営するウェブサイトの記事には、以下の場合を除きリンクを張ることができます。 事業者がクリッピングサービスにおいて記事のリンクを利用するもの フレーム内リンクなど、リンク元のウェブページの一部に日経電子版をはじめとする日経が運営するウェブサイトが表示されるもの 画像、イラストおよび広告など記事を構成するコンテンツに直接リンクを張るもの 商品・サービスの宣伝・勧誘などの営利目的で、記事を利用するもの 記事の政治利用等により、日経および関連会社の中立性および独立性に疑義が出るおそれがあるもの 日経および関連会社の事業に支障をきたしたり、信用および評判に影響を与えたりするおそれがあるもの 日経済新聞題字やNIKKEIロゴを利用することはできません。 リンクを利用する際には、必ず出典が日経電子版をはじめとする日経が運営するウェ

    eagletmt
    eagletmt 2010/04/05
  • test-framework @ GitHub

    A parallel test framework for combining tests made using QuickCheck and HUnit and much more... A common testing framework that allows tests such as QuickCheck properties and HUnit test cases to used together easily. Furthermore, it enhances both styles of test with all of these great features: Run tests in parallel but report results in a deterministic order (to aid diff-based analysis of test out

  • 2010-04-05 - Haskell勉強中! - haskell

    はてなグループの終了日を2020年1月31日(金)に決定しました 以下のエントリの通り、今年末を目処にはてなグループを終了予定である旨をお知らせしておりました。 2019年末を目処に、はてなグループの提供を終了する予定です - はてなグループ日記 このたび、正式に終了日を決定いたしましたので、以下の通りご確認ください。 終了日: 2020年1月31日(金) エクスポート希望申請期限:2020年1月31日(金) 終了日以降は、はてなグループの閲覧および投稿は行えません。日記のエクスポートが必要な方は以下の記事にしたがって手続きをしてください。 はてなグループに投稿された日記データのエクスポートについて - はてなグループ日記 ご利用のみなさまにはご迷惑をおかけいたしますが、どうぞよろしくお願いいたします。 2020-06-25 追記 はてなグループ日記のエクスポートデータは2020年2月28

    2010-04-05 - Haskell勉強中! - haskell
  • GitHub - ocropus-archive/DUP-ocropy: Python-based tools for document analysis and OCR

    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. Dismiss alert

    GitHub - ocropus-archive/DUP-ocropy: Python-based tools for document analysis and OCR
    eagletmt
    eagletmt 2010/04/05
  • 20分でわかるPurely Functional Data Structures (PDF)

    20分でわかる Purely Functional Data Structures k.inaba (http://www.kmonos.net/) Apr. 4, 2010 あらすじ イ ミ ュ ー タ ブ ル デ ー タ 構 造 は 遅 い Immutable Object だけで作るデータ構造 このの 内 容を 全速力で 布教する お題:キュー (Queue) • FIFO (First-In First-Out) • pushBack(e) でデータeを入れる • popFront() で取り出せる • 入れた順に出てくる • 以上 破壊的キュー Immutable Object でない 打倒すべき目標 代 入 手続き型でよくある interface Queue<E> { void pushBack(E e); E popFront(); } よくある実装 1 2 3 ・ 4 ・

  • Ultimate bf instruction minimalization! - Esolang

    Ultimate BF instruction minimalization! or UBFIM is a BF derivative with only 3 instructions made by BF enthusiast User:Wh1teWolf December 12, 2009. It uses an infinite tape for storage, each cell restricted to a 1-bit value. The language is the successor of Minifuck which may have 3 or 4 instructions (the description is vague as to whether no-op characters are instructions). It also has a resembl