タグ

XMLとwebに関するfitsのブックマーク (5)

  • Eclipse Vert.x

    import io.vertx.core.AbstractVerticle; public class Server extends AbstractVerticle { public void start() { vertx.createHttpServer().requestHandler(req -> { req.response() .putHeader("content-type", "text/plain") .end("Hello from Vert.x!"); }).listen(8080); } } import io.vertx.core.AbstractVerticle class Server : AbstractVerticle() { override fun start() { vertx.createHttpServer().requestHandler {

  • livedoor

    1ワシが育てたんすよ…その腹…(誇り)まめきちまめこニー... 2【立ちんぼ大国日】新宿“TACHINBO”←外国人が殺到する観光...ハムスター速報 3【悲報】日経新聞「NISAに関して初心者によくある誤解をまとめ...オレ的ゲーム速報@... 4【画像】パリ五輪で日に負け続きのブラジルさん、「日の文...はちま起稿 5【巨人】阿部監督、戸郷限定で中5ローテ復活を明言なんじぇいスタジア... 6「飼いを捨てられた」同居の息子を包丁で刺した父親逮捕痛いニュース(ノ∀`... 7#93 発達ワイがと別れるまでガレ速@フォロワー... 8【公開処刑】鉄棒で2回落下した中国人選手、こうなってしまう...アルファルファモザ... 9【パリ五輪】スケボ堀米が2連覇の金!体操男子団体も王座奪還...おーるじゃんる 10【8話】舎輪組の惨劇と牧村のミス悪鬼羅刹編ニート極道「牧村ユ... 11【

    livedoor
  • 逆ジオコーディングAPI:試験中

    ※お知らせ メンテナンスを終了したのでご報告します。 メンテナンス期間 2011/5/22 12:00 ~ 2011/5/23 12:00 ご協力ありがとうございました。 日のみで利用可能な逆ジオコーディングAPIサービスです。 シンプルで、高速化を目指しています。 ※高速化実現のためのアルゴリズムにより、初めて参照されるデータのみ非常に遅いですが、2回目以降からは瞬時に情報を取得できます。これは、このAPIの利用のされ方が無作為に緯度経度を渡されるのではなく、同じ内容を何度も参照される事を前提としているからです。 逆ジオコーディングとは 緯度、経度を指定すると住所、最寄りの駅、最寄りのランドマーク(建物など)の情報を取得できます。リバースジオコーディングとも呼ばれています。 GoogleMapsAPIでもジオコーディング、逆ジオコーディングともに提供されていますが、JavaScript

  • Open Mashup – When Performance Matters!

    Property and real estate law comprise of financial aspects of properties such as liens, foreclosures and mortgages. If you are looking into getting a piece of land or have already purchased one, to build a house, a commercial building you may want to consider consulting a real estate lawyer to protect yourself from any unforeseen issues which can come attached with the property. Finding the best r

  • Pipes: Rewire the web

    This pipe is designed to use eBay's RSS API to find items within a certain price range. Created by Ed Ho (show me) This pipe is designed to use eBay's RSS API to find items within a certain price range. Created by Ed Ho (show me) About Pipes Pipes is a powerful composition tool to aggregate, manipulate, and mashup content from around the web. Like Unix pipes, simple commands can be combined togeth

  • 1