はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    参議院選挙2025

『thejackalofjavascript.com』

  • 人気
  • 新着
  • すべて
  • Raspberry Pi, Camera and Node.js - Live Streaming with Websockets #IoT | The Jackal of Javascript

    7 users

    thejackalofjavascript.com

    A few days ago Bala Kolluru has reached out to me asking if we can control a Raspberry Pi camera module using Web browser, so he can view a live stream from any HTML5 powered device. I was intrigued by this idea and wanted to give it a try. In this post, we will see how we can implement a system that can “stream” a video from our pi to a browser. The completed system would look like Pretty sweet r

    • テクノロジー
    • 2015/04/06 13:46
    • Raspberry Pi
    • node.js
    • カメラ
    • IoT
    • html5
    • Getting Started with Esprima | The Jackal of Javascript

      4 users

      thejackalofjavascript.com

      Thanks to two awesome people (Nick and Andy), for introducing me to Esprima. If you have never heard about Esprima, here is a quick intro. Esprima is a high performance, standard-compliant ECMAScript parser written in ECMAScript In simple words, Esprima is a Javascript parser. It reads a string that consists of Javascript code and makes sense of it. So where and why exactly you need a Javascript p

      • テクノロジー
      • 2015/01/08 20:08
      • DNA Analysis with Node.js | The Jackal of Javascript

        4 users

        thejackalofjavascript.com

        Have you ever wondered why we are the way we are? I certainly did many times. And this one time I got really aggressive and started googling about it. And stumbled upon a DNA and from there a Genome. If you didn’t already know what a Genome is, take a look at this This video introduced me to a lot of new things. Then I started wondering how does one sequence a Genome and then I stumbled upon Fasci

        • テクノロジー
        • 2015/01/08 19:40
        • Node Webkit, Firebase and Ionic Framework - A one to one chat client | The Jackal of Javascript

          9 users

          thejackalofjavascript.com

          A few days ago Pooja Pasupu reached out to me after reading one of my articles on Node webkit named Building a Chat App with node-webkit, Firebase, and AngularJS. In the above article I have shown how to create a desktop based group chat client using Node webkit and Firebase. She wanted to know if we can build a desktop application for one to one chatting like Google talk or Yahoo messenger using

          • テクノロジー
          • 2014/11/16 10:23
          • MEAN stack - A Hands on Tutorial | The Jackal of Javascript

            4 users

            thejackalofjavascript.com

            MEAN stack – A Hands on Tutorial Also checkout a lighter version of the Todo App using DiskDB instead of MongoDB : Building a Todo App with DiskDB If you are new to MEAN, I would recommend checking out my MEAN Workshop. Looking for a way to set up Vagrant to work with M.E.A.N. Stack applications? Take a look at M.E.A.N. Stack Development with Vagrant If you have been working in the  Nodejs/Web dev

            • 暮らし
            • 2014/10/18 23:19
            • ToDo
            • Ecmascript 6 - Playing around in Harmony | The Jackal of Javascript

              3 users

              thejackalofjavascript.com

              ECMAScript 6 – Playing around in Harmony ECMAScript 6 is the next version of our favorite scripting language ECMAScript 5. The code name is “Harmony” or “ES.next”. The current version of Javascript is 1.8.5, which was upgraded around July 2010 to be compliant with ECMAScript 5 features. You can learn more ECMAScript 5 and below versions here. ECMAScript 6 draft specification can be found here. ECM

              • テクノロジー
              • 2014/04/03 23:48
              • javascript

              このページはまだ
              ブックマークされていません

              このページを最初にブックマークしてみませんか?

              『thejackalofjavascript.com』の新着エントリーを見る

              キーボードショートカット一覧

              j次のブックマーク

              k前のブックマーク

              lあとで読む

              eコメント一覧を開く

              oページを開く

              はてなブックマーク

              • 総合
              • 一般
              • 世の中
              • 政治と経済
              • 暮らし
              • 学び
              • テクノロジー
              • エンタメ
              • アニメとゲーム
              • おもしろ
              • アプリ・拡張機能
              • 開発ブログ
              • ヘルプ
              • お問い合わせ
              • ガイドライン
              • 利用規約
              • プライバシーポリシー
              • 利用者情報の外部送信について
              • ガイドライン
              • 利用規約
              • プライバシーポリシー
              • 利用者情報の外部送信について

              公式Twitter

              • 公式アカウント
              • ホットエントリー

              はてなのサービス

              • はてなブログ
              • はてなブログPro
              • 人力検索はてな
              • はてなブログ タグ
              • はてなニュース
              • ソレドコ
              • App Storeからダウンロード
              • Google Playで手に入れよう
              Copyright © 2005-2025 Hatena. All Rights Reserved.
              設定を変更しましたx