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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    iPhone 17

『code.sixapart.com』

  • 人気
  • 新着
  • すべて
  • http://code.sixapart.com/svn/memcached/trunk/server/scripts/memcached-tool

    6 users

    code.sixapart.com

    #!/usr/bin/perl # # memcached-tool: # stats/management tool for memcached. # # Author: # Brad Fitzpatrick # # License: # public domain. I give up all rights to this # tool. modify and copy at will. # use strict; use IO::Socket::INET; my $host = shift; my $mode = shift || "display"; my ($from, $to); if ($mode eq "display") { undef $mode if @ARGV; } elsif ($mode eq "move") { $from = shift; $to = sh

    • 学び
    • 2010/03/05 17:31
    • memcached
    • tool
    • http://code.sixapart.com/trac/openid/browser/branches/openid2/perl/Net-OpenID-Consumer

      3 users

      code.sixapart.com

      code.sixapart.com is shutting down. We've moved almost all the code up to github. Please head over to github.com/saymedia or github.com/movabletype to find things again.

      • 世の中
      • 2008/02/29 17:50
      • perl
      • Changeset 337 - gearman - Trac

        4 users

        code.sixapart.com

        Timestamp: 09/16/07 09:49:26 (1 year ago) Author: hachi Message: This fixes the problem exposed in the test in the previous commit. Large jobs are somehow being split into multiple reads. I'm not sure exactly why this is since SSIZE_MAX is 2GB on the machine I'm testing on, but it seems that reads max out at 32kilobytes and so we have to run them multiple times to get all the data. Files:

        • 世の中
        • 2007/10/07 17:21
        • gearman
        • perl
        • http://code.sixapart.com/svn/Net-Service/trunk/

          4 users

          code.sixapart.com

          • 学び
          • 2007/09/12 15:39
          • perl
          • http://code.sixapart.com/svn/memcached/trunk/server/doc/protocol.txt

            52 users

            code.sixapart.com

            Protocol -------- Clients of memcached communicate with server through TCP connections. (A UDP interface is also available; details are below under "UDP protocol.") A given running memcached server listens on some (configurable) port; clients connect to that port, send commands to the server, read responses, and eventually close the connection. There is no need to send any command to end the sessi

            • 世の中
            • 2007/06/17 10:38
            • memcached
            • protocol
            • document
            • memcache
            • cache
            • db
            • database
            • http://code.sixapart.com/svn/gearman/trunk/api/ruby/

              3 users

              code.sixapart.com

              • 学び
              • 2007/05/06 12:01
              • gearman
              • ruby
              • Movable Type Perl Module Documentation

                9 users

                code.sixapart.com

                Makers of weblog software and services for individuals, organizations and businesses.

                • 学び
                • 2006/07/21 10:10
                • movabletype
                • perl
                • api
                • http://code.sixapart.com/cgi-bin/viewcvs.cgi/*checkout*/trunk/website/specs/openid-authentication-2_0-05.html?rev=55&root=openid

                  4 users

                  code.sixapart.com

                  • 学び
                  • 2006/06/30 00:24
                  • Identity
                  • /trunk/ - movabletype - Trac

                    5 users

                    code.sixapart.com

                    hachi: Branching for boomer from release-19, rev 62318

                    • 暮らし
                    • 2006/06/13 14:22
                    • mt
                    • movabletype
                    • subversion
                    • code.sixapart.com

                      51 users

                      code.sixapart.com

                      Welcome to Six Apart Code, our home for our many open source projects. What's Hot Movable Type The Movable Type Open Source Project is a community effort, led by Six Apart, devoted to creating an open source version of Movable Type, the award winning, ground breaking and revolutionary blogging platform. [view] [svn] TypePad AntiSpam TypePad AntiSpam is an open source comment spam blocking engine w

                      • 学び
                      • 2006/04/12 13:10
                      • sixapart
                      • perl
                      • opensource
                      • movabletype
                      • programming
                      • OSS
                      • 6A
                      • code
                      • development

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

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

                      『code.sixapart.com』の新着エントリーを見る

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

                      j次のブックマーク

                      k前のブックマーク

                      lあとで読む

                      eコメント一覧を開く

                      oページを開く

                      はてなブックマーク

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

                      公式Twitter

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

                      はてなのサービス

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