並び順

ブックマーク数

期間指定

  • から
  • まで

121 - 160 件 / 667件

新着順 人気順

Draftの検索結果121 - 160 件 / 667件

  • Cross-Origin Resource Sharing (W3C Working Draft 27 July 2010)

    Participate: GitHub whatwg/fetch (new issue, open issues) Chat on Matrix Commits: GitHub whatwg/fetch/commits Snapshot as of this commit @fetchstandard Tests: web-platform-tests fetch/ (ongoing work) Translations (non-normative): 日本語 Abstract The Fetch standard defines requests, responses, and the process that binds them: fetching. Goals The goal is to unify fetching across the web platform and pr

    • mixi Developer Center � OpenID Membership Authentication Method Draft-1

      概要 OpenIDメンバーシップ認証方式は、エンドユーザが特定のグループに属しているというメンバーシップを証明する方法を提供する。メンバーシップの管理とその認証はメンバーシッププロバイダ(Membership Provider)が実施するため、OpenID対応サイト(Relying Party)はメンバーシップに関わる情報の管理や認証処理を実装する必要がない。 OpenIDメンバーシップ認証方式は、OpenID認証の理念と枠組みの元でメンバーシップ認証を実現する手法の提供を目的に設計されている。OpenID対応サイトやユーザエージェントがメンバーシップ認証のための特別な機能を持っている必要はない。通常、メンバーシッププロバイダはOpenIDプロバイダとのペアで提供されるが、OpenID対応サイトやエンドユーザは別のメンバーシッププロバイダに認証処理を委託することができる。 グループ識別子(

      • Implementers' Draft: OAuth Consumer Request 1.0 Draft 1

        Abstract This memo describes a method for using the OAuth flow to sign a request made between a Consumer and Service Provider where no User is involved. This enables OAuth to be used as a replacement to HTTP Basic authentication, which is not as complex as HTTP Digest authentication, and extends the capabilities of the OAuth Consumer credentials. OAuth Core 1.0 defines a protocol for delegating us

        • BeInteractive! [BetweenAS3 (Draft)]

          Adobe MAX でチラ見せしましたが、「BeInteractive! がトゥイーンライブラリを作ったらどうなるのか?」のスローガン [謎] の元、新トゥイーンライブラリ「BetweenAS3」の開発を計画中です。Tweener ユーザが Tweener に不満が出てきたとき、次に使えるようなものを目指していて、次のような特徴を考えてます。 1. 制御 MovieClip のような感覚で、作ったトゥイーンをコントロールできます。 // 作成 (Tweener と同じような感じ) var t:ITween = Between.tween(mc, { x: 100, y: 100, time: 1.0 }); // 再生 t.play(); // 時間指定 & 再生 t.gotoAndPlay(0.5); // 停止 t.stop(); // 時間指定 & 停止 t.gotoAndStop(

          • Draft Pull Requestをリリースしました

            素晴らしいアイディアやコードが形になる準備ができたらすぐに、コラボレーターとの会話をスタートするPull Requestを開ける機能があれば良い、とGitHubでは常に思っていました。結果的にPull Requestをクローズすることになったとしても、またはコード全体をリファクタリングすることになってしまったとしても、Pull Requestはコードそのものと同じくらい重要なコラボレーションの要素なのです。 一方で、コードの完成度はまだ高くないけれど、コラボレーションをスタートするための会話としてPull Requestを使用したいと思ったことはないでしょうか?例えば、ハッカソンのプロジェクトでは、このような場面が想定できます。マージするためではなく、他のメンバーにローカルで確認してフィードバックをもらいたい場合、あるいはディスカッションを開始するために、コードを記載しないでPull Re

              Draft Pull Requestをリリースしました
            • WebSocket Draft 76でechoサーバーを作ってみた - いろいろな何か

              もう3ヵ月近く前ですが、WebSocketプロトコルのDraft76が公開されました。このDraft76では、それまでのDraft75とハンドシェイクの内容が変わっていました。 draft-hixie-thewebsocketprotocol-76 - The WebSocket protocol ということで、新しい仕様とPythonの勉強がてらにechoサーバーを書いてみました!実行環境は以下の通りです。 Mac OS X 10.6.4 Python 2.6.1 Chrome 6.0.472.4 Firefox 4 β1 以下、サーバー側のソースコード(WSP76_echo.py)です。githubとか使えよ!って感じはしますが、ただのサンプルなので面倒くさ(ry #!/usr/bin/env python #-*- coding:UTF-8 -*- from optparse imp

                WebSocket Draft 76でechoサーバーを作ってみた - いろいろな何か
              • Pointer Events (W3C Working Draft 11 December 2012)

                Pointer Events Level 2 W3C Recommendation 4 April 2019 This version: https://www.w3.org/TR/2019/REC-pointerevents2-20190404/ Latest published version: https://www.w3.org/TR/pointerevents2/ Latest editor's draft:https://w3c.github.io/pointerevents/ Test suite:https://wpt.fyi/pointerevents/ Implementation report: http://w3c.github.io/test-results/pointerevents/all.html Previous version: https://www.

                • Reeder for Mac 1.0 Draft 1 - soundscapeout (仮)

                  Google リーダークライアント「Reeder for Mac 1.0 Draft 1」がリリース! パブリックベータ第1弾です。 made@gloria! とても人気の高い?iPhone/iPad 向けアプリ「Reeder」のデスクトップバージョン。 早速テストしてみました。 これはなかなかいい感じですよ。 クラッシュすることも無いようで、パフォーマンスも申し分なし。 クローズボタンやツールバーの位置が違和感を感じさせるかもしれませんが、インターフェイスの新しい流れなのでしょう。 検索やフィード管理などの機能は、これから実装されるようですので、正式なリリースは先となりそうです。 なかなか快適なので、移行される方もいらっしゃるかもしれませんが、at your own risk でお試しを。

                    Reeder for Mac 1.0 Draft 1 - soundscapeout (仮)
                  • ECMAScript Syntax Grammar 6th Edition / Draft

                    Regular Expression Literals RegularExpressionLiteral: / RegularExpressionBody / RegularExpressionFlags RegularExpressionBody: RegularExpressionFirstChar RegularExpressionChars RegularExpressionChars: [empty] RegularExpressionChars RegularExpressionChar RegularExpressionFirstChar: RegularExpressionNonTerminator but not one of * or \ or / or [ RegularExpressionBackslashSequence RegularExpressionClas

                    • HTML5 仕様が最終草案 (Last Call Working Draft) に差し戻し

                      2012年 12月の時点で勧告候補 (Candidate Recommendation) となっていた W3C の HTML5 仕様ですが、本日付で一旦、最終草案 (Last Call Working Draft) に差し戻されました。2014年 7月 15日までフィードバックコメントを受付中です。 Last Call: HTML5 : W3C News HTML5 W3C Last Call Working Draft 17 June 2014 最終草案 (Last Call Working Draft) に差し戻しっていうとなんか仕様策定がうまくいってないような印象に聞こえるかもしれませんが、そういうことではなく、勧告候補から、at risk 扱いの要素、属性がいくつか削除されたため、再度それを最終草案としてフィードバックを受け付けますという形 (よって、フィードバックは勧告候補に対し

                        HTML5 仕様が最終草案 (Last Call Working Draft) に差し戻し
                      • 【井上繁樹の最新通信機器事情】 NECアクセステクニカ「AtremWG1800HP」 ~IEEE 802.11ac(Draft)対応製品の第2弾

                        • Draft: PubSubHubbub Core 0.1 -- Working Draft

                          Abstract An open, simple web-scale pubsub protocol, along with an open source reference implentation targetting Google App Engine. Notably, however, nothing in the protocol is centralized, or Google- or App Engine-specific. Anybody can play. As opposed to more developed (and more complex) pubsub specs like Jabber Publish-Subscribe (Millard, P., Saint-Andre, P., and R. Meijer, “Publish-Subscribe,”

                          • Ark 0.1 Documentation (DRAFT)

                            はじめの一歩 概要 - Ark とはインストール チュートリアル Hello World アプリケーションテンプレートを使うデータベースを使うユーザー認証OpenID 認証アプリケーションのテスト共有サーバーへのデプロイ ドキュメント コア Ark の基本Controller と ActionModel と Viewヘルパースクリプト プラグイン セッションキャッシュ認証 ホーム ページ一覧

                            • Service Worker - first draft published

                              The first draft of the service worker spec was published today! It's been a collaborative effort between Google, Samsung, Mozilla and others, and implementations for Chrome and Firefox are being actively developed. Anyone interesting in the web competing with native apps should be excited by this. Update: Is ServiceWorker ready? - track the implementation status across the main browsers. So, what

                                Service Worker - first draft published
                              • CSS Regions Module Level 3 (W3C Working Draft 23 August 2012)

                                The CSS Regions module allows content from one or more elements to flow through one or more boxes called CSS Regions, fragmented as defined in [CSS3-BREAK]. This module also defines CSSOM to expose both the inputs and outputs of this fragmentation. CSS is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, in speech, etc. This section describ

                                • GitHub - theturtle32/WebSocket-Node: A WebSocket Implementation for Node.JS (Draft -08 through the final RFC 6455)

                                  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

                                    GitHub - theturtle32/WebSocket-Node: A WebSocket Implementation for Node.JS (Draft -08 through the final RFC 6455)
                                  • GNU GPLv3 Discussion Draft 1 日本語訳 | OSDN Magazine

                                    現在改訂が進められているGNU GPLのバージョン3 (GPLv3)、ディスカッション・ドラフト1の日本語全訳を公開する。原文のレベルでは、すでにディスカッション・ドラフト2が公開されていることに注意してほしい(ドラフト2の日本語訳も、準備が出来次第公開する予定である)。この訳に関する意見や誤訳の指摘は、本記事へのコメントとして寄せて頂けるとありがたい。 GNU 一般公衆利用許諾書 (GNU General Public License) バージョン3のディスカッション・ドラフト1、2006年1月16日 日本語訳、2006年8月25日 これは草稿です。GNU 一般公衆利用許諾書の、正式に発表されたバージョンではありません。 Copyright (C) 2006 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, B

                                      GNU GPLv3 Discussion Draft 1 日本語訳 | OSDN Magazine
                                    • Async Functions (Draft)

                                      Stage 3 Draft / January 26, 2016Async Functions Introduction# The introduction of promises and generators in ECMAScript presents an opportunity to dramatically improve the language-level model for writing asynchronous code in ECMAScript. A similar proposal was made with Deferred Functions during ES6 discussions. The proposal here supports the same use cases, using similar or the same syntax, but d

                                      • Ruby Draft Specification : IPA: Open Software: Role and Purpose

                                        Sep. 2010 Dear Sirs and Madams; We are pleased to release the final draft of Ruby specification document which we have drafted reflecting comments which were submitted for Ruby community’s review on the first version of the draft we came up with in December 2009. We appreciate everyone who reviewed the first draft with diligence and love. After the review, we have made much effort to improve the

                                        • CSSOM View Module (W3C Working Draft 17 December 2013)

                                          This version: http://www.w3.org/TR/2016/WD-cssom-view-1-20160317/ Latest version: http://www.w3.org/TR/cssom-view-1/ Editor's Draft: https://drafts.csswg.org/cssom-view/ Previous Versions: http://www.w3.org/TR/2013/WD-cssom-view-20131217/ http://www.w3.org/TR/2011/WD-cssom-view-20110804/ http://www.w3.org/TR/2009/WD-cssom-view-20090804/ http://www.w3.org/TR/2008/WD-cssom-view-20080222/ http://www.

                                          • main element - an HTML5 extension specification (W3C Working Draft 17 December 2012)

                                            main element - an HTML5 extension specification W3C Working Group Note 28 May 2013 This version: http://www.w3.org/TR/2013/NOTE-html-main-element-20130528/ Latest version: http://www.w3.org/TR/html-main-element/ Previous version: http://www.w3.org/TR/2012/WD-html-main-element-20121217/ Editor's Draft: https://dvcs.w3.org/hg/html-extensions/raw-file/tip/maincontent/index.html Editor: Steve Faulkner

                                            • File API: Directories and System (W3C Working Draft 26 October 2010)

                                              File API: Directories and System W3C Working Group Note 24 April 2014 This version: http://www.w3.org/TR/2014/NOTE-file-system-api-20140424/ Latest published version: http://www.w3.org/TR/file-system-api/ Latest editor's draft: http://dev.w3.org/2009/dap/file-system/file-dir-sys.html Previous version: http://www.w3.org/TR/2012/WD-file-system-api-20120417/ Editor: Eric Uhrhane, Google Copyright © 2

                                              • Manifest for web apps and bookmarks (W3C First Public Working Draft 17 December 2013)

                                                Web Application Manifest W3C Working Draft 02 May 2024 More details about this document This version: https://www.w3.org/TR/2024/WD-appmanifest-20240502/ Latest published version: https://www.w3.org/TR/appmanifest/ Latest editor's draft:https://w3c.github.io/manifest/ History: https://www.w3.org/standards/history/appmanifest/ Commit history Editors: Marcos Cáceres (Apple) Kenneth Rohde Christianse

                                                  Manifest for web apps and bookmarks (W3C First Public Working Draft 17 December 2013)
                                                • NginxでSPDY draft2が実装 - Publickey Topics

                                                  We are pleased to announce the first beta version of SPDY draft 2 module for nginx. It is currently distributed as a patch for nginx 1.3.x development version. 徐々に実装が進んでまいりましたなあ。Apacheはどうなってるんでしたっけ? Permalink | Tag: nginx , SPDY About Publickey Topics 「Publickey Topics」は、エンタープライズIT、クラウド、Web標準などのトピックスを紹介するキュレーションメディアです。 ブログメディア「Publickey」を書くために集めた情報を基にしています。 Publickey Topicsの新着情報をチェックしませんか? Twitter

                                                    NginxでSPDY draft2が実装 - Publickey Topics
                                                  • GitHub - h2o/picotls: TLS 1.3 implementation in C (master supports RFC8446 as well as draft-26, -27, -28)

                                                    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

                                                      GitHub - h2o/picotls: TLS 1.3 implementation in C (master supports RFC8446 as well as draft-26, -27, -28)
                                                    • Web Notifications (W3C Working Draft 14 June 2012)

                                                      Notifications API Living Standard — Last Updated 4 April 2024 Abstract This standard defines an API to display notifications to the end user, typically outside the top-level browsing context’s viewport. It is designed to be compatible with existing notification systems, while remaining platform-independent. 1. Terminology This specification depends on the Infra Standard. [INFRA] Some terms used in

                                                      • Draft: OStatus 1.0 Draft 2

                                                        Abstract OStatus lets people on different social networks follow each other. It applies a group of related protocols (PubSubHubbub, ActivityStreams, Salmon, Portable Contacts, and Webfinger) to this problem in what we believe is a simple and obvious way. OStatus is a minimal specification for distributed status updates or microblogging. Many social applications can be modelled with status updates,

                                                        • Blogger in Draft に「テンプレートデザイナー」機能が登場

                                                          Blogger in Draft に「テンプレートデザイナー」という新機能がつき、新しいテンプレートが選択可能になりました。色々と設定できる項目も増えて、デザインのカスタマイズ性が格段にアップしています。 Blogger Buzz: Express yourself with the Blogger Template Designer Blogger in Draft: The Blogger Template Designer …と言っても文章ではすごさが伝わりにくいので、百聞は一見にしかず、とにかくこの動画を見てください。 Blogger ユーザーにとって、大ニュースなのが分かってもらえたでしょうか。この新しい「テンプレートデザイナー」機能は、すでに Blogger in Draft 管理画面「レイアウト > テンプレートデザイナー」から利用することができます。基本的なテンプレートは

                                                            Blogger in Draft に「テンプレートデザイナー」機能が登場
                                                          • PEAR HTML_TagCloud Package Draft Proposal! (ハズレ日記)

                                                            PerlのHTML::TagCloud::ExtendedのPHP版を作成し、PEARにProposalしてみました。(まだDraft。そしてまだ運用実績はありません。) CPANにはExtendedじゃないのもあるのですが、Extendedのほうが時間経過を表現できたりして高機能です。 HTML::TagCloud::ExtendedがみごとなPerl OOしてたので、比較的容易に移植することができました。 ただホットタグ機能や設定用変数を渡すとこなど、いくつかの機能は移植しきれてません。 またtimestampの引数をはじめからUnixタイムスタンプにしたり、時間指定しなかった場合、latestとして扱うなど、いくつかの変更を加えています。 もうちょっとコードをきれいにして、コメント書いて、ドキュメント作って、Bugをとって、package.xmlをまとめて、PEARの色表現ルールにも

                                                            • facebook製のReact用エディタフレームワーク draft.js を触ってみた - deglog

                                                              5月ぐらいにdraft.jsを使って、Markdownエディタを作ってみた。普段技術ネタはBlogに書かないのだけど、まだあまり日本語情報も無いのでメモを公開してみる。 draft.jsはいまも活発に開発が進んでる状況なので、この数ヶ月で古くなってる部分があるかもしれません。 draft.jsとは何か facebookが作っているReact用のリッチテキストエディタ (WYSIWYG) のフレームワーク。 https://github.com/facebook/draft-js https://facebook.github.io/draft-js facebookのnote機能や、メッセンジャーのエディタに使われてるらしく、今年に入ってオープンソースになった。ってことでまだあまり情報が無いが、react本家のfacebookが作ってるのもあり、エコシステムができつつある (後述) 。 d

                                                                facebook製のReact用エディタフレームワーク draft.js を触ってみた - deglog
                                                              • COVID-19と世界のこれから(draft as of 2020-04-16)|Taejun

                                                                このタイミングにもかかわらず増資に参加してくださった株主の皆様には心から感謝しています。本当に有難うございました。今こそ世界中で金融包摂を必要としている人は増えているので、これから全力を尽くしていきます。 ちょうどいいタイミングなので、ここまで考えていたことを書きます。今は状況整理が終わったところで、それがこのnoteの内容です。今後の世界のあり方、それが示唆すること、これからの具体的なアクションについては、今も考えています。 ★ ★ ★ 2月に衝撃がやってきて、3月は全力で走り、当面は安心して事業継続ができるようになった。そして、ここから1年はサーフィン状態になるんだと思っている。 短期変化はすでにいっぱい議論されているので、長期変化について今考えていることをメモしておく。 終息までの期間が変化の量を決める後で述べる未来の変化は、終息までの期間に依存する。長ければ長いほど、変化も大きくな

                                                                  COVID-19と世界のこれから(draft as of 2020-04-16)|Taejun
                                                                • XHProf Documentation (Draft)

                                                                  Contents Introduction XHProf Overview Installing the XHProf extension Profiling using XHProf Setting up the XHProf UI Notes on using XHProf in production Lightweight Sampling Mode Additional features Dependencies Acknowledgements Introduction XHProf is a hierarchical profiler for PHP. It reports function-level call counts and inclusive and exclusive metrics such as wall (elapsed) time, CPU time an

                                                                  • The Web Animations Editor's Draft has moved; redirecting…

                                                                    If you are not redirected automatically, follow the link to the Web Animations specification

                                                                    • draft-ietf-oauth-v2-10 - The OAuth 2.0 Protocol

                                                                      This is an older version of an Internet-Draft that was ultimately published as RFC 6749. Network Working Group E. Hammer-Lahav, Ed. Internet-Draft Yahoo! Obsoletes: 5849 (if approved) D. Recordon Intended status: Standards Track Facebook Expires: January 12, 2011 D. Hardt Microsoft July 11, 2010 The OAuth 2.0 Protocol draft-ietf-oauth-v2-10 Abstract This specification describes the OAuth 2.0 proto

                                                                        draft-ietf-oauth-v2-10 - The OAuth 2.0 Protocol
                                                                      • Use Cases & Exploratory Approaches for Ruby Markup (W3C Working Draft 10 July 2012)

                                                                        Use Cases & Exploratory Approaches for Ruby Markup W3C Working Group Note 08 October 2013 This version: http://www.w3.org/TR/2013/NOTE-ruby-use-cases-20131008/ Latest published version: http://www.w3.org/TR/ruby-use-cases/ Latest editor's draft: http://www.w3.org/International/docs/ruby/ Previous version: http://www.w3.org/TR/2013/WD-ruby-use-cases-20130910/ Editor: Richard Ishida, W3C Copyright ©

                                                                        • Draft: PubSubHubbub Core 0.2 -- Working Draft

                                                                          Abstract An open, simple web-scale pubsub protocol, along with an open source reference implentation targetting Google App Engine. Notably, however, nothing in the protocol is centralized, or Google- or App Engine-specific. Anybody can play. As opposed to more developed (and more complex) pubsub specs like Jabber Publish-Subscribe (Millard, P., Saint-Andre, P., and R. Meijer, “Publish-Subscribe,”

                                                                          • WOFF File Format 2.0 (W3C First Public Working Draft 08 May 2014)

                                                                            WOFF File Format 1.0 W3C Recommendation 13 December 2012 This version: http://www.w3.org/TR/2012/REC-WOFF-20121213/ Latest version: http://www.w3.org/TR/WOFF/ Previous version: http://www.w3.org/TR/2012/PR-WOFF-20121011/ Authors: Jonathan Kew (Mozilla Corporation) Tal Leming (Type Supply) Erik van Blokland (LettError) Please refer to the errata for this document, which may include some normative c

                                                                            • (draft)FFM (Field-aware Factorization Machines)を理解したい - ML blog

                                                                              はじめに FFM(Field-aware Factorization Machines)は、機械学習分野で比較的新出のアルゴリズムです。CTR(click-through rate)やCVR(conversion rate)の予測コンペにおいて、FM(Factorization Machines)と共に良い成績を収めているようです。 誰が作ったの? Yu-Chin Juan(阮毓欽)さん等の台湾大学の出身者・在籍者により提起されたもので、論文『Field-aware Factorization Machines for CTR Prediction』が台湾大学サイトにあります。私がこのアルゴリズムについて知ったのは、apache sparkのオンライン講座のCTR予測の演習問題で、とあるkaggleコンペ(criteo)のデータを使っていたのですが、そのコンペでFFMの提起者であるYu-C

                                                                              • Draft Protocol Spec ‎(Google Wave Federation Protocol)‎

                                                                                For information about how to extend Google Wave's client, or simply embed waves in your own site, check out the Google Wave APIs. Below you'll find the draft Google Wave Federation Protocol, and the canonical copy is maintained in Subversion hosted at: http://code.google.com/p/wave-protocol/. The intellectual property related to this protocol is licensed under a liberal patent license. If you'd li

                                                                                • PSGI new spec draft is out: prefork getting faster and now we got decent Coro engine

                                                                                  PSGI new spec draft is out: prefork getting faster and now we got decent Coro engine I've merged all the feedbacks and things we noticed during the Plack implementations back to the main PSGI spec draft and updated it. It has lots of answers to the common questions and gotchas when writing a new server implementation. It also has a big list of contributors! I updated Plack::Impl::Coro to now use t