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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    プライムデーセール

『Software at clapper.org』

  • 人気
  • 新着
  • すべて
  • Argot, a command-line parser for Scala

    8 users

    software.clapper.org

    Abandonware Alert! THIS PROJECT IS DEAD. I will no longer be maintaining it. scopt does everything you’d need in a command-line options parser, and it’s what I’ll be using going forward. Introduction Argot is a command-line parser library for Scala, supporting: single-value and multi-value options single-value and multi-value parameters flag and non-flag options GNU-style long options, i.e., “–opt

    • テクノロジー
    • 2011/08/11 11:55
    • scala
    • parser
    • library
    • ClassUtil: A Scala-friendly, fast class-finder library (with extras)

      4 users

      software.clapper.org

      ClassUtil: A Scala-friendly, fast class-finder library (with extras) Introduction The org.clapper.classutil (ClassUtil) library is a Scala package that provides various class location and class generation capabilities, including: Methods to locate and filter classes quickly, at runtime–more quickly, in fact, than can be done with the JVM’s runtime reflection capabilities. Methods for converting Sc

      • テクノロジー
      • 2010/05/07 17:44
      • scala
      • library
      • ClassUtil
      • Scalasti, a Scala interface to the Java StringTemplate library

        3 users

        software.clapper.org

        Scalasti, a Scala interface to the Java StringTemplate library Introduction Scalasti is a Scala interface to the StringTemplate Java template library. It provides a subset of the features of StringTemplate, using a more Scala-friendly syntax. Scalasti’s additional features include: Immutability. As of version 3.0.0, Scalasti objects are immutable, unlike the StringTemplate objects. Modifier method

        • テクノロジー
        • 2010/04/09 13:43
        • Scala
        • SQLShell, a cross-platform, cross-database SQL command tool

          11 users

          software.clapper.org

          SQLShell, a cross-platform, cross-database SQL command tool Warning: While this project isn’t abandonware, exactly, I don’t use it much any more, so it doesn’t get a lot of maintenance love. Introduction SQLShell is a Scala-based SQL command-line tool, similar in concept to tools like Oracle’s SQL Plus, the PostgreSQL psql command, and MySQL’s mysql tool. Some features at a glance Connection param

          • テクノロジー
          • 2010/02/10 15:38
          • sql
          • shell
          • scala
          • database
          • db
          • java
          • tool
          • The Grizzled Scala Utility Library

            7 users

            software.clapper.org

            Introduction The Grizzled Scala Library is a general-purpose Scala library with a variety of different modules and packages. It’s roughly organized into subpackages that group different kinds of utility functions and classes. Currently, the library is broken into the following modules: Currently, the library is broken into a number of modules: grizzled.binary: Some code that’s useful when dealing

            • テクノロジー
            • 2009/12/25 11:44
            • Scala
            • daemonize — A tool to run a command as a daemon

              11 users

              software.clapper.org

              Introduction daemonize runs a command as a Unix daemon. As defined in W. Richard Stevens’ 1990 book, UNIX Network Programming (Addison-Wesley, 1990), a daemon is “a process that executes ‘in the background’ (i.e., without an associated terminal or login shell) either waiting for some event to occur, or waiting to perform some specified task on a periodic basis.” Upon startup, a typical daemon prog

              • テクノロジー
              • 2009/01/23 21:58
              • unix
              • daemon
              • sysadmin
              • process
              • command
              • tools
              • library
              • linux
              • programming

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

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

              『Software at clapper.org』の新着エントリーを見る

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

              j次のブックマーク

              k前のブックマーク

              lあとで読む

              eコメント一覧を開く

              oページを開く

              はてなブックマーク

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

              公式Twitter

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

              はてなのサービス

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