2016年7月1日のブックマーク (3件)

  • Z-order curve - Wikipedia

    In mathematical analysis and computer science, functions which are Z-order, Lebesgue curve, Morton space-filling curve,[1] Morton order or Morton code map multidimensional data to one dimension while preserving locality of the data points. It is named in France after Henri Lebesgue, who studied it in 1904,[2] and named in the United States after Guy Macdonald Morton, who first applied the order to

    Z-order curve - Wikipedia
  • Ansible の shell や command モジュールで冪等性を保つ方法 | Tricorn Tech Labs

    はじめまして、入社1年と数ヶ月のkamoです。初投稿になります。 最近、巷で噂のRaspberry Pi B+を買ってしまいました。 え?この記事を書かずにそんなことしてん?何してんの? 他にもやることあるよね、kamo? という心の声が聞こえてきましたが、学生の頃、テスト期間中に勉強しなければいけないのに、机の上や部屋の掃除をしてしまう感じで買ってしまいました。すみません。 Raspberry Pi B+で何をするかは、まだ考えていません。色々と片付いたら弄ろうと思っていますので、ご勘弁を。 さて、最近はサーバを構成管理ツールで管理するのが流行っていますが、トライコーンでは Ansible を使っての構成管理を試してみています。 その中でハマったのが shell や command モジュールを使いながら冪等性を保つ方法です。VagrantとAnsibleで開発環境を構築 – テストとハ

    Ansible の shell や command モジュールで冪等性を保つ方法 | Tricorn Tech Labs
    ktsh81
    ktsh81 2016/07/01
    やっぱこういうことしないといかんのか。てか出来るのか。いいな。
  • Bing Maps Tile System - Bing Maps

    Pixel Coordinates Having chosen the projection and scale to use at each level of detail, we can convert geographic coordinates into pixel coordinates. Since the map width and height is different at each level, so are the pixel coordinates. The pixel at the upper-left corner of the map always has pixel coordinates (0, 0). The pixel at the lower-right corner of the map has pixel coordinates (width-1

    Bing Maps Tile System - Bing Maps
    ktsh81
    ktsh81 2016/07/01
    Bing MapsとかGoogle Mapsとかで使ってるやつ