はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    参議院選挙2025

『Archives』

  • 人気
  • 新着
  • すべて
  • Archives

    3 users

    archives.haskell.org

    Haskell Archives archives.haskell.org hosts the archives of decommissioned sites and services related to the open-source Haskell community.

    • テクノロジー
    • 2015/07/13 12:33
    • Diagrams - About Diagrams

      11 users

      archives.haskell.org

      hilbert 0 = mempty hilbert n = hilbert' (n-1) # reflectY <> vrule 1 <> hilbert (n-1) <> hrule 1 <> hilbert (n-1) <> vrule (-1) <> hilbert' (n-1) # reflectX where hilbert' m = hilbert m # rotateBy (1/4) diagram :: Diagram B diagram = strokeT (hilbert 6) # lc silver # opacity 0.3 diagrams is a powerful, flexible, declarative domain-specific language for creating vector graphics, using the Haskell pr

      • アニメとゲーム
      • 2012/10/06 18:08
      • Haskell
      • Index of /projects.haskell.org/camp/

        4 users

        archives.haskell.org

        ../ _darcs/ 15-Feb-2019 07:57 - benchmarking/ 15-Feb-2019 07:57 - buttons/ 15-Feb-2019 07:57 - files/ 15-Feb-2019 07:57 - imgs/ 15-Feb-2019 07:57 - 2010-03-30-proof-milestone-take-2.shtml 15-Feb-2019 07:57 3380 ads.html 15-Feb-2019 07:57 657 ads_bottom.html 15-Feb-2019 07:57 657 ads_top.html 15-Feb-2019 07:57 654 buttons.shtml 15-Feb-2019 07:57 676 camp.css 15-Feb-2019 07:57 1041 camp.svg 15-Feb-2

        • テクノロジー
        • 2012/05/11 10:36
        • xmobar - a minimalistic status bar

          6 users

          archives.haskell.org

          1 About xmobar is a minimalistic, mostly text based, status bar. It was originally designed and implemented by Andrea Rossato to work with xmonad, but it's actually usable with any window-manager. xmobar was inspired by the Ion3 status bar, and supports similar features, like dynamic color management, icons, output templates, and extensibility through plugins. This page documents xmobar 0.24.5 (se

          • テクノロジー
          • 2011/06/27 21:44
          • Haskell-mode for Emacs

            12 users

            archives.haskell.org

            Haskell mode Haskell-mode is a major Emacs mode for editing Haskell source code. It provides syntax highlighting and automatic indentation and comes with inf-haskell which allows interaction with an inferior Haskell interactive loop such as the one of Hugs or GHCi. This release should work on any recent version of Emacs. If it doesn't, complain here, or discuss it on the mailing list. If it works

            • テクノロジー
            • 2009/10/29 15:59
            • haskell
            • emacs
            • Haskell mode for Vim

              8 users

              archives.haskell.org

              There is no such thing as a one-ring-to-rule-them-all Haskell mode for Vim, but syntax highlighting comes as standard, and most Vimmers have their own collection of Vim script plugins, to activate and enhance at least some of Vim's multitude of source code editing functionality. This page is about my own versions, you can find other efforts in haskell.org's Vim corner. If you've not used these has

              • テクノロジー
              • 2009/09/17 21:52
              • haskell
              • vim
              • Index of /projects.haskell.org/ghc-iphone/

                13 users

                archives.haskell.org

                Index of /projects.haskell.org/ghc-iphone/../ downloads/ 15-Feb-2019 08:09 -

                • テクノロジー
                • 2009/07/07 15:23
                • haskell
                • iphone
                • programming
                • language
                • Haskellmode for Vim - Screencasts

                  3 users

                  archives.haskell.org

                  [Claus Reinke] [Haskellmode for Vim] [Part I] [Part II] [Part III] A three-part screencast providing a quick tour of some of the facilities available when editing Haskell code, using Vim (a lot of this is based on simply instantiating Vim's generalized program editing support for Haskell), haskellmode for Vim, and possibly other Vim plugins. Part I demonstrates some basics of program editing (leav

                  • テクノロジー
                  • 2009/04/08 08:17
                  • Haskell
                  • vim
                  • あとで見る
                  • プログラミング
                  • tips

                  このページはまだ
                  ブックマークされていません

                  このページを最初にブックマークしてみませんか?

                  『Archives』の新着エントリーを見る

                  キーボードショートカット一覧

                  j次のブックマーク

                  k前のブックマーク

                  lあとで読む

                  eコメント一覧を開く

                  oページを開く

                  はてなブックマーク

                  • 総合
                  • 一般
                  • 世の中
                  • 政治と経済
                  • 暮らし
                  • 学び
                  • テクノロジー
                  • エンタメ
                  • アニメとゲーム
                  • おもしろ
                  • アプリ・拡張機能
                  • 開発ブログ
                  • ヘルプ
                  • お問い合わせ
                  • ガイドライン
                  • 利用規約
                  • プライバシーポリシー
                  • 利用者情報の外部送信について
                  • ガイドライン
                  • 利用規約
                  • プライバシーポリシー
                  • 利用者情報の外部送信について

                  公式Twitter

                  • 公式アカウント
                  • ホットエントリー

                  はてなのサービス

                  • はてなブログ
                  • はてなブログPro
                  • 人力検索はてな
                  • はてなブログ タグ
                  • はてなニュース
                  • ソレドコ
                  • App Storeからダウンロード
                  • Google Playで手に入れよう
                  Copyright © 2005-2025 Hatena. All Rights Reserved.
                  設定を変更しましたx