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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    新内閣発足

『antirez - Overview』

  • 人気
  • 新着
  • すべて
  • GitHub - antirez/load81: SDL based Lua programming environment for kids similar to Codea

    4 users

    github.com/antirez

    Load81 is an attempt at creating a Codea-inspired environment to teach children how to write Lua programs. It features a graphical programming environment and a Commodore-64 style integrated editor so that the programmer is confined into a friendly environment with a simple editor: The following is a screenshot of the running program (examples/asteroids.lua). The programmer can currently switch be

    • テクノロジー
    • 2024/10/28 07:22
    • Lua
    • Education
    • GitHub - antirez/neural-redis: Neural networks module for Redis

      12 users

      github.com/antirez

      Machine learning is like highschool sex. Everyone says they do it, nobody really does, and no one knows what it actually is. -- @Mikettownsend. Neural Redis is a Redis loadable module that implements feed forward neural networks as a native data type for Redis. The project goal is to provide Redis users with an extremely simple to use machine learning experience. Normally machine learning is opera

      • テクノロジー
      • 2016/10/01 11:05
      • machine learning
      • GitHub - antirez/kilo: A text editor in less than 1000 LOC with syntax highlight and search.

        45 users

        github.com/antirez

        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

        • テクノロジー
        • 2016/07/11 22:37
        • editor
        • C
        • C言語
        • テキストエディタ
        • ソースコード
        • redis/INTRO.md at unstable · antirez/redis · GitHub

          3 users

          github.com/antirez

          Redis Modules API reference manual Redis modules make possible to extend Redis functionality using external modules, implementing new Redis commands at a speed and with features similar to what can be done inside the core itself. Redis modules are dynamic libraries, that can be loaded into Redis at startup or using the MODULE LOAD command. Redis exports a C API, in the form of a single C header fi

          • 暮らし
          • 2016/05/11 09:19
          • GitHub - antirez/disque: Disque is a distributed message broker

            26 users

            github.com/antirez

            Hint: skip this section if you are familiar with message queues. You know how humans use text messages to communicate, right? I could write my wife "please get the milk at the store", and she maybe will reply "Ok message received, I'll get two bottles on my way home". A message queue is the same as human text messages, but for computer programs. For example a web application, when an user subscrib

            • テクノロジー
            • 2015/04/28 01:24
            • redis
            • queue
            • disque
            • message-queue
            • jobqueue
            • development
            • *あとで
            • あとで読む
            • GitHub - antirez/redis-sampler: Small program to understand the composition of your Redis data set

              6 users

              github.com/antirez

              Redis Sampler README ==================== Redis sampler is an utility to check the composition of your Redis dataset. Using it is as simple as typing: ./redis-sampler.rb <host> <port> <db> <samplesize> The host and port arguments are the ones of your Redis instance. The DB is the database to test. By default Redis uses database 0 unless you are writing against a different DB. The sample size is th

              • テクノロジー
              • 2014/02/14 13:30
              • redis
              • statistics
              • development
              • *あとで
              • GitHub - antirez/sds: Simple Dynamic Strings library for C

                21 users

                github.com/antirez

                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

                • テクノロジー
                • 2014/02/07 11:39
                • C
                • string
                • 文字列
                • New commands: BITOP and BITCOUNT. · antirez/redis@9ee55e8

                  3 users

                  github.com/antirez

                  The motivation for this new commands is to be search in the usage of Redis for real time statistics. See the article "Fast real time metrics using Redis". http://blog.getspool.com/2011/11/29/fast-easy-realtime-metrics-using-redis-bitmaps/ In general Redis strings when used as bitmaps using the SETBIT/GETBIT command provide a very space-efficient and fast way to store statistics. For instance in a

                  • 学び
                  • 2012/08/31 15:54
                  • GitHub - antirez/smaz: Small strings compression library

                    3 users

                    github.com/antirez

                    SMAZ - compression for very small strings ----------------------------------------- Smaz is a simple compression library suitable for compressing very short strings. General purpose compression libraries will build the state needed for compressing data dynamically, in order to be able to compress every kind of data. This is a very good idea, but not for a specific problem: compressing small string

                    • テクノロジー
                    • 2012/08/24 15:01
                    • compression
                    • GitHub - antirez/lamernews: Lamer News -- an HN style social news site written in Ruby/Sinatra/Redis/JQuery

                      12 users

                      github.com/antirez

                      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

                      • テクノロジー
                      • 2011/10/23 04:48
                      • sinatra
                      • redis
                      • ruby
                      • jQuery
                      • GitHub
                      • news
                      • GitHub - antirez/redis: Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

                        10 users

                        github.com/antirez

                        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

                        • テクノロジー
                        • 2010/07/07 20:20
                        • redis
                        • github
                        • GitHub - antirez/linenoise: A small self-contained alternative to readline and libedit

                          13 users

                          github.com/antirez

                          A minimal, zero-config, BSD licensed, readline replacement used in Redis, MongoDB, Android and many other projects. Single and multi line editing mode with the usual key bindings implemented. History handling. Completion. Hints (suggestions at the right of the prompt as you type). Multiplexing mode, with prompt hiding/restoring for asynchronous output. About ~850 lines (comments and spaces exclude

                          • テクノロジー
                          • 2010/03/22 17:33
                          • C
                          • library
                          • ツール
                          • GitHub - antirez/redisdotphp: Legacy Redis PHP client lib. A best-effort support repository.

                            3 users

                            github.com/antirez

                            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

                            • テクノロジー
                            • 2009/12/17 21:53
                            • php

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

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

                            『antirez - Overview』の新着エントリーを見る

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

                            j次のブックマーク

                            k前のブックマーク

                            lあとで読む

                            eコメント一覧を開く

                            oページを開く

                            はてなブックマーク

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

                            公式Twitter

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

                            はてなのサービス

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