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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    猛暑に注意を

『www.saltycrane.com』

  • 人気
  • 新着
  • すべて
  • Flow Type Cheat Sheet - SaltyCrane

    37 users

    www.saltycrane.com

    Flow is a static type checker for JavaScript. This is a list of Flow types generated from the source code in https://github.com/facebook/flow/tree/v0.111.3/ The script to generate this list is on github. Fixes welcome. See also my TypeScript cheat sheet, TypeScript React cheat sheet, and Docker cheat sheet. There are separate sections for "private" or "magic" types with a $ in the name. See the no

    • テクノロジー
    • 2016/06/14 21:12
    • flowtype
    • flow
    • cheatsheet
    • javascript
    • Using Nginx as a caching proxy with Wordpress+Apache - SaltyCrane Blog

      5 users

      www.saltycrane.com

      Date: 2009-11-03  |  Modified: 2010-01-05  |  Tags: linux, nginx, ubuntu, wordpress  |  12 Comments We have been evaluating caching reverse proxy servers at work. We looked at Nginx+memcached, Squid, and Varnish. Most recently, we found that Nginx version 0.7 has support for caching static files using the proxy_cache directive in the NginxHttpProxyModule. This allows us to use Nginx as a caching p

      • テクノロジー
      • 2010/10/14 00:35
      • nginx
      • wordpress
      • My Emacs Python environment - SaltyCrane Blog

        8 users

        www.saltycrane.com

        Date: 2010-05-10  |  Modified: 2011-04-24  |  Tags: emacs, notestoself, python  |  15 Comments Python mode¶There are two Python modes: python-mode.el created by the Python community and python.el created by the Emacs community (David Love). The first version of python.el was included in Emacs 22 and an improved version was included in Emacs 23. I am currently using the default python.el included w

        • テクノロジー
        • 2010/08/24 16:25
        • Emacs
        • python
        • SaltyCrane Blog

          4 users

          www.saltycrane.com

          ast-grep is a code search + replace tool that uses the abstract syntax tree (AST). It has language support for TypeScript, Python, and others, but it doesn't support GraphQL out of the box. However, there is documentation for supporting other languages: Custom Language Support. These are my notes using that Custom Language Support documentation along with the Multi-Language Documents documentation

          • テクノロジー
          • 2010/04/10 20:27
          • python
          • おもしろ
          • デザイン
          • Python MongoDB notes - SaltyCrane Blog

            7 users

            www.saltycrane.com

            Date: 2010-02-22  |  Modified: 2010-04-07  |  Tags: persistence, python  |  7 Comments MongoDB is a popular new schemaless, document-oriented, NoSQL database. It is useful for logging and real-time analytics. I'm working on a tool to store log files from multiple remote hosts to MongoDB, then analyze it in real-time and print pretty plots. My work in progress is located on github. Here are my firs

            • テクノロジー
            • 2010/04/09 08:05
            • mongodb
            • Python
            • db
            • Database
            • Notes on using pip and virtualenv with Django « SaltyCrane Blog

              6 users

              www.saltycrane.com

              Date: 2009-05-06  |  Modified: 2012-11-17  |  Tags: django, install_setup, python, ubuntu  |  24 Comments I have been using a symlinking method to install Python packages up to this point. To better handle dependencies and multiple versions I have wanted to switch over to pip and virtualenv. Pip is a better alternative to Easy Install and virtualenv is a tool to create isolated Python environments

              • 暮らし
              • 2009/12/10 20:22
              • Python optparse example - SaltyCrane Blog

                4 users

                www.saltycrane.com

                Optparse seems like a pretty cool module for processing command line options and arguments in Python. It is intended to be an improvement over the old getopt module. Optparse supports short style options like -x, long style options like --xhtml and positional arguments. Optparse also makes it easy to add default options and help text. Below is my optparse example. For more information, see the opt

                • テクノロジー
                • 2009/09/17 13:52
                • python
                • How to use *args and **kwargs in Python - SaltyCrane Blog

                  6 users

                  www.saltycrane.com

                  Or, How to use variable length argument lists in Python. The special syntax, *args and **kwargs in function definitions is used to pass a variable number of arguments to a function. The single asterisk form (*args) is used to pass a non-keyworded, variable-length argument list, and the double asterisk form is used to pass a keyworded, variable-length argument list. Here is an example of how to use

                  • テクノロジー
                  • 2009/08/26 10:40
                  • Python
                  • プログラミング
                  • Install coLinux (and Ubuntu Hardy) on Win XP using Slirp to internet and TAP to host behind a corporate firewall/proxy server - SaltyCrane Blog

                    3 users

                    www.saltycrane.com

                    Install coLinux (and Ubuntu Hardy) on Win XP using Slirp to internet and TAP to host behind a corporate firewall/proxy server coLinux allows you to run a full Linux distribution, such as Ubuntu Hardy, on top of Windows at near native speeds. It runs as a single Windows process with its own specially allocated address space. The guest linux system can run from either a separate disk partition or fr

                    • テクノロジー
                    • 2008/09/10 21:52
                    • development

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

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

                    『www.saltycrane.com』の新着エントリーを見る

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

                    j次のブックマーク

                    k前のブックマーク

                    lあとで読む

                    eコメント一覧を開く

                    oページを開く

                    はてなブックマーク

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

                    公式Twitter

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

                    はてなのサービス

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