並び順

ブックマーク数

期間指定

  • から
  • まで

401 - 440 件 / 624件

新着順 人気順

realtimeの検索結果401 - 440 件 / 624件

  • Realtime with React and Rails

    When I was thinking about creating something to showcase using ActionCable (websockets) in a Rails app with React, I first thought of building a chat. But everybody builds a chat. So next, I thought about a realtime dashboard. But then I realized I had no data in this demo app with all but one user (me). So I decided to build a realtime map application that allows you to broadcast your location to

    • Firebase Realtime Databaseの現状と課題 – 海底2万トン by スタジオ・ピグボ

      サンプルアプリ構築で分かった利点と、多くのデベロッパーが感じるであろう問題点について この記事はReact.jsベースのウェブ・アプリの構築をした際に書かれました。Firebase JavaScript SDKを前提にお読み下さい。 Firebase Database採用による恩恵はなにか? 筆者は過去にはRailsやNode.js + ExpressなどでAPIサーバを構築して来ており、その際に「大変だった」ことがどれくらい軽減されるかを考えてみました。 APIバックエンドのインプリが不要 Firebase DatabaseはSDKからJSON形式のデータをpushするだけでデータが保存され、それがそのままスキーマの定義になります。アクセス・コントロールのための「ルール」や「インデックス」を定義する必要はありますが、APIバックエンドを実装するための作業はほぼ0です。 MySQLなどのデ

      • Bitly Announces Realtime, A Search Engine For Trending Links | TechCrunch

        Bitly Announces Realtime, A Search Engine For Trending Links Today Bitly announced a new Bitly Labs project called Realtime, a service for finding the most clicked on Bitly links. Realtime, now in private beta, allows users to filter searches by social network, keyword, subject and more. For example, here are the results for a search for the keyword “startups” in technology on Twitter: As you can

          Bitly Announces Realtime, A Search Engine For Trending Links | TechCrunch
        • realtime.wsj.com[B!]新着記事・評価 - はてなブックマーク

          キーボードショートカット一覧 j次のブックマーク k前のブックマーク lあとで読む eコメント一覧を開く oページを開く ✕

          • Graph API v2.2出ました。アプリ間でのユーザ紐付け、ページのコメント表示切替やページ用の Realtime Update 追加など

            2014年11月01日13:54 by oklahomer Graph API v2.2出ました。アプリ間でのユーザ紐付け、ページのコメント表示切替やページ用の Realtime Update 追加など カテゴリ 現地時間の 10/30 に Graph API v2.2 が発表されました。ハイライトとされているのは以下の点です。以前のバージョンとの比較は後に続きます。 Facebook ページへのコメント投稿の表示を、Graph API 経由で切り替えられる。ユーザオブジェクトに token_for_business フィールドが追加され、 同一開発者が管理する複数アプリ間で同一ユーザを特定できる。Real-time Updates API の Facebook ページ対応が進み、Facebook ページのタブアプリとして登録していないアプリでも更新情報の subscribe ができるよう

              Graph API v2.2出ました。アプリ間でのユーザ紐付け、ページのコメント表示切替やページ用の Realtime Update 追加など
            • GitHub - BetterTyped/hyper-fetch: ⚡ Fetching and realtime data exchange framework.

              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 - BetterTyped/hyper-fetch: ⚡ Fetching and realtime data exchange framework.
              • Structure Your Database  |  Firebase Realtime Database

                Build Get to market quickly and securely with products that can scale globally

                • Realtime Search: Solr vs Elasticsearch

                  What is Elasticsearch? Elasticsearch is REST based, distributed search engine powered by the excellent Lucene library. The built in JSON + HTTP API provides an elegant platform perfect for integrating with (ex: the elastic_searchable ruby gem). It’s simple, scalable and “cool, bonsai cool“. Why is it better than Solr? First of all, let’s set the record straight: Solr is fast. I’m serious…it’s real

                    Realtime Search: Solr vs Elasticsearch
                  • realtime.at - Domain gecatcht

                    Wir unterstützen derzeit folgende Endungen: .AT (Österreich) .BE (Belgien) .CH (Schweiz) .DE (Deutschland) .EU (Europäische Union) .LI (Liechtenstein)

                    • terminatorX – terminatorX realtime audio synthesizer

                      Tarballs for this new release are available on the Download page and updated Ubuntu packages can be found in the terminatorX PPA. Changes from 4.1.0 include: A new sinc based interpolator that improves resampling quality quite a bit, if you prefer the old aliasing artifacts a new configuration option allows to switch back to the old linear interpolation.Updated the artwork a bit with a “Tux under

                      • realtime.at - Domain gecatcht

                        Wir unterstützen derzeit folgende Endungen: .AT (Österreich) .BE (Belgien) .CH (Schweiz) .DE (Deutschland) .EU (Europäische Union) .LI (Liechtenstein)

                        • realtime.at - Domain gecatcht

                          gecatcht! realtime.at ist NICHT Inhaber dieser Domain, diese Domain kann über uns nicht mehr erworben werden. Für Fragen zur Domain wenden Sie sich bitte direkt an den Domaininhaber laut Whois.

                          • GitHub - amir20/dozzle: Realtime log viewer for docker containers.

                            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 - amir20/dozzle: Realtime log viewer for docker containers.
                            • FlutterでFirebase Realtime Databaseを使ってみた | DevelopersIO

                              FlutterでFirebase Realtime Databaseを使って実装してみましたのでご紹介します。簡単なチャットアプリを例に説明していきます。 大阪オフィスの山田です。AmazonでのEssential phoneのセールを見逃して泣きそうでした。今回はFirebase Realtime DatabaseをFlutterから使用してみたいと思います。Firebase Realtime Databaseを使うこと自体初めてです。 今回やること Firebase Realtime Databaseに対して、一覧取得、追加をFlutterで作ったアプリから行います。ライブラリ、firebase_databaseを使用します。Exampleも存在しますが、今回はもっと簡潔にした実装をしていきます。イメージとしてはこのようなアプリです。 入力したら、リストに追加されていくだけのシンプルな

                                FlutterでFirebase Realtime Databaseを使ってみた | DevelopersIO
                              • 6 Free Realtime Google Analytics Dashboards - Dan Barker

                                Here is a collection of 6 free ‘Realtime‘ Google Analytics Dashboards that you can use for any website. The 6 Dashboards are as follows: Realtime Overview Realtime Channels Realtime Geographic Info Realtime Organic Search Realtime Content Realtime Social Media Each of the dashboards is designed to be functional in the real world, and each is designed to be useful for any type of site from Ecommerc

                                  6 Free Realtime Google Analytics Dashboards - Dan Barker
                                • YOU OS - Realtime Connected Interaction

                                  Ready to go Toolbox für Ihren digitalen Kundenzugang Skalierbare Module für Echtzeit-Lösungen für Apps, Web und Plattformen Drastische Einsparung Erleben Sie mit YOU OS-Modulen Kosteneinsparung bis zu 50% durch Konfiguration statt “build-from-scratch” Vorgehen. Direktes Prototyping Sie erwartet eine massive Zeitersparnis durch anpassbare Module und schnelle Entwicklung von Prototypen statt langwie

                                  • GitHub - hparton/hyde: Realtime markdown editor built with Vue.js and Electron

                                    Hyde What is it ? Hyde is a realtime markdown editor built with Vue.js and Electron. Currently in beta but is stable enough to use, so feel free to take it for a spin. Roadmap: Code highlighting and formatting Settings for highlighting theme (Editor + Preview) Toggle for GFM Settings for font style (serif/sans-serif) / font size Formatting buttons Look into adding support for github features like

                                      GitHub - hparton/hyde: Realtime markdown editor built with Vue.js and Electron
                                    • 9/11 Realtime

                                      About 9/11 in Realtime The time is currently Loading... 9/11 in Realtime is a multimedia experiment for teachers, with the purpose of helping their students truly understand and absorb the events of September 11, 2001. We've collected media--video, audio and other items--available from the days before and after the September 11 attacks, synchronized them together and built a tool to help students

                                      • Global Cross Platform Realtime Multiplayer Game Framework

                                        Realtime Cloud Photon Realtime games are hosted in our globally distributed Photon Cloud for low latency and shortest round-trip times for your players worldwide. Multiplayer Connect, Match and Play: Photon Realtime's core provides the rock-solid foundation for any type of room based multiplayer game. You concentrate on building a great title while we take care of game servers and hosting. Matchma

                                          Global Cross Platform Realtime Multiplayer Game Framework
                                        • GitHub - RReverser/mpegts: Javascript HTTP Live Streaming realtime converter and player

                                          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 - RReverser/mpegts: Javascript HTTP Live Streaming realtime converter and player
                                          • realtime.at - Domain gecatcht

                                            gecatcht! realtime.at ist NICHT Inhaber dieser Domain, diese Domain kann über uns nicht mehr erworben werden. Für Fragen zur Domain wenden Sie sich bitte direkt an den Domaininhaber laut Whois.

                                            • Twitter Comes Alive With Realtime Activity Streams | TechCrunch

                                              Since its inception, content on Twitter has largely been displayed in the same basic manner. That is a linear, reverse chronological stream of Tweets. Two new sections being added to the service are about to change that. Specifically, the “@Mentions” tab on twitter.com is being replaced by two new tabs: “@USERNAME” and “Activity”. These two streams will add an additional layer to Twitter and to Tw

                                                Twitter Comes Alive With Realtime Activity Streams | TechCrunch
                                              • GitHub - prisma/prisma: ⚡️ Prisma turns your database into a realtime GraphQL API

                                                Dismiss Join GitHub today GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together. Sign up

                                                  GitHub - prisma/prisma: ⚡️ Prisma turns your database into a realtime GraphQL API
                                                • GDC2016 | Realtime FX with Houdini

                                                  DEMO VIDEOS Get to know everything Vimeo can do for your business. Watch now

                                                    GDC2016 | Realtime FX with Houdini
                                                  • 初期状態だとデータが丸見え! Firebase Realtime Database のセキュリティをガッチリ強化してみる - bitA Tech Blog

                                                    Firebase Realtime DatabaseのRuleには、read/write/validate/indexOnの計4種類有り、今回は3種類のセキュリティルールを使用してセキュリティをガッチリ強化していきたいと思います。

                                                      初期状態だとデータが丸見え! Firebase Realtime Database のセキュリティをガッチリ強化してみる - bitA Tech Blog
                                                    • RealTime Chart 世界の株価チャート PC版

                                                      このサイトのmobile(携帯)版へは左カラムにあるQRコードを使うか携帯にmobile(携帯版)real time chartのリンク先を送る。ことで行けますよ! iphone専用のページもopenしました!URLはhttp://moma.noor.jp/iphone/です。 ※このサイトは90秒毎にリロードされます。

                                                      • Juno Mission Realtime Simulation

                                                        Juno Mission Realtime Simulation

                                                        • GitHub - rauchg/node.websocket.js: WebSocket-compatible realtime HTTP server implemented with Node.JS

                                                          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 - rauchg/node.websocket.js: WebSocket-compatible realtime HTTP server implemented with Node.JS
                                                          • realtime.at - Domain gecatcht

                                                            gecatcht! realtime.at ist NICHT Inhaber dieser Domain, diese Domain kann über uns nicht mehr erworben werden. Für Fragen zur Domain wenden Sie sich bitte direkt an den Domaininhaber laut Whois.

                                                            • [PUTLOCKER]~[Watch. "Money Monster" (2016) ONLINE. MOVIE.Download.HD. REALTIME : Perlamslieh

                                                              +>Watch!!"~Money Monster ~" . Full. Movie. Download. HD. pUTlocker. Watch!!'Money Monster ' . Full. Movie. Download. HD.pUTlocker.wATCh.["Money Monster "]. Full. Movie. download. HD.pUTlockerWaTch. [Money Monster ]Full. Movie. Online. Live. ++Full-]]HD>>streaming.Putlocker>imdbfree.online.streaming.megashare Watch [Money Monster ] Online. Free. Movie. Streaming.download.putlocker WATCH>Money Monst

                                                                [PUTLOCKER]~[Watch. "Money Monster" (2016) ONLINE. MOVIE.Download.HD. REALTIME : Perlamslieh
                                                              • Pusher | Leader In Realtime Technologies

                                                                © 2023 Pusher Ltd. All rights reserved. Pusher Limited is a company registered in England and Wales (No. 07489873) whose registered office is at MessageBird UK Limited, 3 More London Riverside, 4th Floor, London, United Kingdom, SE1 2AQ.

                                                                  Pusher | Leader In Realtime Technologies
                                                                • The next step for realtime data in GraphQL | Apollo GraphQL Blog

                                                                  // Result 1 { "data": { "commentAdded": { "comment": { "id": "abc123", "content": "GraphQL subscriptions will be awesome!", "author": { "username": "sashko" } } } } } // Result 2 { "data": { "commentAdded": { "comment": { "id": "def456", "content": "We should have a good RFC discussion!", "author": { "username": "robzhu" } } } } } The most important thing here is that you don’t just get a small no

                                                                    The next step for realtime data in GraphQL | Apollo GraphQL Blog
                                                                  • realtime.at - Domain gecatcht

                                                                    gecatcht! realtime.at ist NICHT Inhaber dieser Domain, diese Domain kann über uns nicht mehr erworben werden. Für Fragen zur Domain wenden Sie sich bitte direkt an den Domaininhaber laut Whois.

                                                                    • Instagram Unveils Realtime API With Foodspotting, Fancy, Momento, Flipboard, About.me And Others | TechCrunch

                                                                      Instagram Unveils Realtime API With Foodspotting, Fancy, Momento, Flipboard, About.me And Others It really is kind of amazing that Instagram has shot past two million users in just a few months with only an iPhone app. No Android app, no website, no real third-party support. But starting today, that changes as they’re finally ready to unveil their API. And they already have some pretty nice implem

                                                                        Instagram Unveils Realtime API With Foodspotting, Fancy, Momento, Flipboard, About.me And Others | TechCrunch
                                                                      • realtime.at - Domain gecatcht

                                                                        Wir unterstützen derzeit folgende Endungen: .AT (Österreich) .BE (Belgien) .CH (Schweiz) .DE (Deutschland) .EU (Europäische Union) .LI (Liechtenstein)

                                                                        • realtime.at - Domain gecatcht

                                                                          gecatcht! realtime.at ist NICHT Inhaber dieser Domain, diese Domain kann über uns nicht mehr erworben werden. Für Fragen zur Domain wenden Sie sich bitte direkt an den Domaininhaber laut Whois.

                                                                          • GitHub - tooll3/t3: Tooll 3 is an open source software to create realtime motion graphics.

                                                                            Tooll 3 is an open source software to create realtime motion graphics. We are targeting the sweet spot between real-time rendering, graph-based procedural content generation and linear keyframe animation and editing. This combination allows… artists to build audio reactive vj content use advanced interfaces for exploring parameters or to combine keyframe animation with automation Technical artists

                                                                              GitHub - tooll3/t3: Tooll 3 is an open source software to create realtime motion graphics.
                                                                            • How to do realtime recording with effect processing on iOS

                                                                              Introduction A few years ago, I helped to develop an iPhone app which did some basic DSP processing on the iPhone’s microphone signal. Since then, I have seen a barrage of questions on StackOverflow with people who want to this and are having trouble doing so. The biggest barrier seems to be not the actual DSP processing, but all of the associated framework stuff to get the iPhone to send you a ra

                                                                              • traders by Rhizomatiks ( realtime visualization of Tokyo Stock Exchange )

                                                                                This is a visualization of Tokyo Stock Exchange. Our goal is not only visualizing it but also investing in the stock market with our original Algorithm. . supported by http://www.quick.co.jp/en/index.html http://www.cmdlab.co.jp/pgindextope http://www.tse.or.jp/english/ and http://wp.qosmo.jp/en

                                                                                  traders by Rhizomatiks ( realtime visualization of Tokyo Stock Exchange )
                                                                                • Fast, easy, realtime metrics using Redis bitmaps «

                                                                                  積読・読書途中の本に関する雑感や、オンライン上の面白コンテンツ、そして世の中の不合理に対する暴言を脊髄反射的に記す。 yutakashino (柏野 雄太) another weblog: kashino.exblog.jp Archive Fast, easy, realtime metrics using Redis bitmaps « これは賢い。カウンターとしてredisのビットを用いて、集計もビットワイズの演算ですまそうというアイディア。 例えば、webのサービスをやっていると日毎にユーザの行動についてカウントしなければいけない時があるけれど、そのカウントをデイリーごとにユーザ一人を1ビットとしたビットマップとして保存し(RedisのSETBITを用いる)、集計したいときはRedisからGETでデイリーごとにビットをとりだし、それらのユニオンを取るとか。 128,000,000の

                                                                                    Fast, easy, realtime metrics using Redis bitmaps «