あなたにとって重要なトピックや同僚の最新情報を入手しましょう最新の洞察とトレンドに関する最新情報を即座に受け取りましょう。 継続的な学習のために、無料のリソースに手軽にアクセスしましょうミニブック、トランスクリプト付き動画、およびトレーニング教材。 記事を保存して、いつでも読むことができます記事をブックマークして、準備ができたらいつでも読めます。

あなたにとって重要なトピックや同僚の最新情報を入手しましょう最新の洞察とトレンドに関する最新情報を即座に受け取りましょう。 継続的な学習のために、無料のリソースに手軽にアクセスしましょうミニブック、トランスクリプト付き動画、およびトレーニング教材。 記事を保存して、いつでも読むことができます記事をブックマークして、準備ができたらいつでも読めます。
「バイナリプロトコルは速い」「テキストプロトコルは遅い」という言説を、ときおり目にするけど、それって本当なのか。個人的には、それって昔の話だと思ってる。 SMTP みたいな、ペイロードについてもターミネータ(とエスケープ)を使うプロトコル*1は確かに遅い。で、FTPプロトコルでは、大容量のデータを「高速」に転送するために、制御用のTCPコネクションと転送用のコネクションを分けたりしてた。 だけど、HTTPプロトコルは、テキストプロトコルだけど、ペイロードについてはターミネータを使わない。keep-alive を行う際には、Content-Length ヘッダ(あるいはchunkedエンコーディング)を使うことで、ペイロードのパース/変換処理を不要にしている。別の言い方をすると、テキストプロトコルだからと言って、バイナリプトロコルよりペイロードの処理時間が長くなるとは限らない。HTTP 以降
Overview FriendFeed's web server is a relatively simple, non-blocking web server written in Python. The FriendFeed application is written using a web framework that looks a bit like web.py or Google's webapp, but with additional tools and optimizations to take advantage of the non-blocking web server and tools. Tornado is an open source version of this web server and some of the tools we use most
_ AtomPub で複数リソースをまとめて POST する方法 [atompub][opensocial][gdata] (2008-06-29 追記) その後の動向を書きました [2008-06-29-1] (追記) yohei さんからのコメントです. 解決策はたくさんあり、結局要求次第と思われ。やりたいことによって解 決策 が異なるので、仕様に入れないのは正しいと思う。個人的には複数 同時にPOSTすると、レスポンスが multi status に... (追記) enclosure or content/@src について lyokato さんとのやりとりです. lyokato: あー、日記と同時に関連写真を投稿したいとか、そういうケー スかなと思ってました。その場合はここで書かれた処理の後、enclosure link突っ込んだ日記entryのpostでいいのかしら? take
This new version of the FriendFeed API is in beta. It is subject to change based on feedback during the beta testing period. This document describes version 2 of the FriendFeed API. Version 1 of the API is still supported. Table of Contents Summary Core Concepts Feeds Requests and data formats Response types Authentication Errors Reading data from FriendFeed /feed - Read a feed /search - Search /p
Today we are launching version 2 of the FriendFeed API for beta testing. We focused on making the API simpler to use, and we added number of compelling new features: Real-time APIs - utilize long polling to get feeds in real-time, including search! Flexible sharing options - Direct message users. Share to multiple feeds. File attachments - Attach images, pdfs, spreadsheets, etc. OAuth support - Re
■ Amazon API認証のPROXYを書いたよ(2) amazon-auth-proxyの仕様 (2009-07-07:URL形式の仕様追加。レスポンスについて仕様追加。) (2009-07-23:レスポンスとして302リダイレクトを強く推奨。) (2009-07-29:Styleパラメタ対応について追記。) 先月公開したamazon-auth-proxyだが、実は満足に動いてなかった(笑)。というか、単純なPROXYになればいいと考えていたけど、ちょっと複雑な事情があったので、仕様をもう少し確定する必要があった。コードは引き続きGitHubから: amazon-auth-proxy とりあえずこれで、手元のtDiaryは動いてる。 仕様的には、これくらい決めておけばいいかなー、と: 提供するURLは「http://(任意)/(locale)/」とする。(locale)はca、de、f
30分プログラム、その570。Erlangでpublic_timelineを取得してみる。 前にHTTPでGETとXML解析をやったので、それを組合せてTwitterのpublic_timelineを取得してみた。 あとはBASIC認証さえできれば、立派なTwitterライブラリになると思う。 使い方 % public_timelineをXMLで取得 1>X = twitter:public_timeline(). {xmlElement,statuses,statuses,[], {xmlNamespace,[],[]}, [],1, [{xmlAttribute,type,[],[],[],[],1,[],"array",false}], .... % //textだけを表示してみる 2> twitter:show_text(Xml). first time on twitter le
Introduction To accommodate a class of applications that require near-realtime access to Twitter data, we provide several tiers of streaming API methods. This document describes how a client can consume data from these methods. Table of Contents Concepts Authentication HTTP Basic Authentication is required to access the streaming API methods. A client must provide the credentials of a valid Twitt
Google Maps API V3 と Gears Geolocation API 使って Android のブラウザで現在位置情報を取得する | クレコ では、Androidのブラウザで現在位置情報取得してTwitterにポストするというJavaScriptを作りました。 今回は、それのiPhone版です。要 iPhone OS 3.0以上なので、まだアップデートされてない方は本日のアップデートを楽しみに待ちましょう。 iPhone OS 3.0 のブラウザ Mobile Safari でGPS現在位置情報が取得できるようになったMobile Safari の W3C Geolocation API 対応ついに iPhone Safari ブラウザから位置情報を取得できるようになります – Cirius Lab. ブログ から知ったのですが、iPhone OS 3.0 に標準搭載されて
_ AtomPub on Rails2 [atompub][rails] Rails で AtomPub する方法がよくわからない,というようなページを見 かけました. AtomPubサーバの開発中 たしかに,Rails による AtomPub サーバ構築については,情報が少ないよ うに思います. Rails を使い込んでないので中途半端ですが,誰かの参考になればという ことで簡単な実装方法を紹介します.Rails 2.0 以降が対象です.エラー 処理などはいい加減なので,適宜追加してください. ここでは,アプリケーション名を atompub とします. % rails atompub % cd atompub/ ■ scaffold DB には title, author/name, updated, content, app:edited の各要素を 保存するとし,scaffold し
The OAuth Playground has proven to be an invaluable tool for developers. For one, it's handy for experimenting with the Google Data APIs, but more importantly, it gives developers the ability to debug their own OAuth implementations. Anyone who tinkered with the open protocol knows it has nuances! Many first-timers fall into the same pitfalls, so to help remedy that, I've decided to open-source th
We are very excited to announce a new member to the Google Data API family, Google Analytics! For those of you who don't know, Analytics is a powerful web analysis tool that provides incredible amounts of data about where visitors come from, what they do while on your site and where they go from there. The best part is that it's free for everyone! The new Google Analytics Data Export API is now pu
danさんのllevalをもっと便利にするラッパー作った 404 Blog Not Found:Ajax - Lightweight Languages を実行するAPI 今度はPerlだけではありません。一時はcodepadの1/100くらいの利便性まで下がってしまって心配しましたが、80倍便利になってぼくたちのDan the APIが帰って来ました。 しかし、まだ物足りない所として貼付けたcodeのpermalinkが取れないので、実行結果を友達に教えてhackに役立てるのが不便でした。 そこでDan the APIを利用する形で、貼付けたcodeのpermalinkを作るCGIを作りました。 http://seiitaishougun.com/lleval.cgi ソースコードは公開されてるので、自己責任で遊んで下さい。実際に動いてる物はYacafiのpack機能をつかって1つのファ
We just launched two new ways to give your web apps free and secure access to a user's location, without requiring that user to enter it manually. First, there's the AJAX API property that provides a simple way to get an approximate, region-level estimate of a user's location based on their IP address. It's as simple as referencing google.loader.ClientLocation, which is made available using the Go
_ AtomPub on mixi? [atompub] (2008-08-02 追記) lyokato さんから "N○KIA仕様" とのコメントをいた だきました. (2008-08-01 追記) id:mainyaa さんのご指摘通り,updated などを付けて も投稿できました.mixi さんが修正したのか,僕が typo してたのか (た ぶんこっち) は不明です. POST のレスポンスに仕様と異なる部分があったので,追記しました. mixi 日記が AtomPub に対応したという話題があちこちで盛り上がってま す. mixi for iPhoneから発掘されたmixi日記投稿用API « ku といっても,mixi が正式に AtomPub 対応をアナウンスしたわけではない し (知ってる限りでは),使ってみた感じでは "AtomPub に似てるけどちょっ と違うプロトコ
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く