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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    ノーベル賞

『uswaretech.com』

  • 人気
  • 新着
  • すべて
  • Django for a Rails Developer — The Usware Blog - Django Web Development

    4 users

    uswaretech.com

    Django for a Rails Developer by Ashok on November 26, 2009 This is not yet another Django vs Rails blog post. It is a compilation of notes I made working with Django after having worked on Rails for years. In this post I want to give a brief introduction to Django project layout from a Rails developer point of view, on what is there, what is not there and where to look for things. It should help a

    • テクノロジー
    • 2009/11/27 15:27
    • django
    • rails
    • *
    • python
    • Django-SocialAuth – Login via twitter, facebook, openid, yahoo, google using a single app. — The Usware Blog - Django Web Development

      7 users

      uswaretech.com

      Django-SocialAuth – Login via twitter, facebook, openid, yahoo, google using a single app. by shabda on August 27, 2009 TL;DR version: Here is an app to allow logging in via twitter, facebook, openid, yahoo, google, which should work transparently with Django authentication system. (@login_required, User and other infrastructure work as expected.) Demo and Code.Longer version follow: We are releas

      • テクノロジー
      • 2009/08/28 00:37
      • django
      • library
      • Python
      • tool
      • programming
      • Python Wrapper on Bing API — The Usware Blog - Django Web Development

        5 users

        uswaretech.com

        The newly launched search engine Bing has a simple restful API. We have created a thin Python wrapper over this API, which allows to query the Bing servers in a very pythonic way. Installing this is as easy as easy_install bingapi. [Or get it here or here ] Using from bingapi import bingapi bing = bingapi.Bing(<appid>) bing.do_web_search('Usware Technologies') The README from the project is posted

        • テクノロジー
        • 2009/06/10 20:01
        • bing
        • python
        • ms
        • Develop Twitter API application in django and deploy on Google App Engine — The Usware Blog - Django Web Development

          3 users

          uswaretech.com

          Develop Twitter API application in django and deploy on Google App Engine by lakshman on April 28, 2009 Twitter’s robust REST API enables building of good applications that leverage its increasingly large and real-time data. Google’s cloud system App Engine not only provides a scalable platform for deploying applications, but also proves to be economically viable because of its pay per resource us

          • テクノロジー
          • 2009/04/29 21:35
          • Django
          • twitter
          • gae
          • Create a new social networking site in few hours using pinax platform (django). — The Usware Blog - Django Web Development

            3 users

            uswaretech.com

            Create a new social networking site in few hours using pinax platform (django). by Rama Vadakattu on March 18, 2009 if you are excited to see how such a social networking site would like.Just follow the below link http://www.xfgx.info/ We made the above site on pinax platform (Please note pinax has done most of things we have done very little).A platform for rapidly developing websites. In this bl

            • テクノロジー
            • 2009/03/30 20:15
            • django
            • pinax
            • Constraint programming in Python — The Usware Blog - Django Web Development

              3 users

              uswaretech.com

              Constraint programming in Python by shabda on March 6, 2009 Imagine this, you want to solve a problem, the algorithm for which you do not know. You just know the problem. From wikipedia, Constraints differ from the common primitives of imperative programming languages in that they do not specify a step or sequence of steps to execute, but rather the properties of a solution to be found. Assume tha

              • テクノロジー
              • 2009/03/09 15:05
              • python
              • How to build a Facebook app in Django — The Usware Blog - Django Web Development

                5 users

                uswaretech.com

                How to build a Facebook app in Django by shabda on February 20, 2009 Facebook has a simple and robust API which allows users to build applications for the Facebook platform. We being the intelligent developers will use the superb Django framework to build our application. The completed code for this is available at https://svn.uswaretech.com/favlang/. The completed application is deployed to faceb

                • テクノロジー
                • 2009/02/21 12:04
                • django
                • facebook
                • python

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

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

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

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

                j次のブックマーク

                k前のブックマーク

                lあとで読む

                eコメント一覧を開く

                oページを開く

                はてなブックマーク

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

                公式Twitter

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

                はてなのサービス

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