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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    新内閣発足

『www.agiliq.com』

  • 人気
  • 新着
  • すべて
  • Self-testing fabfile using docker

    4 users

    www.agiliq.com

    In my last blog post, I discussed deploying django on docker. This is a blog post on a related note and we’ll be looking at using docker to test a fabfile. Note that docker is still under development and not ready for use in production. Fabfile and testing: Fabric is a great tool for automating deployments. Unfortunately, the docs on testing fabfiles are a bit scarce. With good tests, you can be s

    • テクノロジー
    • 2013/06/29 02:19
    • docker
    • python
    • development
    • *あとで
    • Understanding '*', '*args', '**' and '**kwargs'

      3 users

      www.agiliq.com

      When I started learning Python, I was very confused regarding what args, kwargs, * and ** does. And I feel there are many like me who had this confusion and problem. With this post, I intend to reduce (hopefully I can eliminate) that confusion. Throughout this post, I will be using ipython and I suggest you to try everything on ipython as well. We will intentionally make some mistakes along the wa

      • テクノロジー
      • 2012/06/03 23:49
      • Python
      • Index — Django Design Patterns

        15 users

        www.agiliq.com

        Index¶ This is a collection of patterns which we have found occurring commonly with Django. All of these either make collaboration easier, coding simpler or code more maintainable. None of them are design patterns in the sense of GoF design patterns. We call them design patterns as none other seem closer or more convenient. These are guidelines, which need to be overridden (very commonly, in some

        • テクノロジー
        • 2012/04/28 04:38
        • django
        • python
        • documentation
        • design
        • Writing jQuery plugins using Coffeescript

          5 users

          www.agiliq.com

          So you want to write a Jquery plugin. If you know jQuery and Coffeescript, this would be amazingly easy. I will walk you through writing a jQuery plugin which will allow us to add alternating colors to alternating rows. Here is the plugin in its entirety. $ = jQuery $.fn.zebraTable = (options) -> defaults = evenColor: '#ccc' oddColor : '#eee' options = $.extend(defaults, options) @each -> $("tr:ev

          • テクノロジー
          • 2012/01/07 12:59
          • coffeescript
          • jquery
          • plugin
          • programming
          • I am so starving: Web app in python frameworks.

            7 users

            www.agiliq.com

            I have written the same web app in various web frameworks. Get it from Github. Copied from the Readme. This is a set of apps which creates the same application in various Python web micro-frameworks. The app(s) talks to Facebook, and finds out recent people who have posted a public status with the text “so starving”. This idea came from reading Onion. We have the same app in these frameworks. Micr

            • テクノロジー
            • 2010/11/08 06:25
            • python
            • framework
            • web
            • あとで読む

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

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

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

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

            j次のブックマーク

            k前のブックマーク

            lあとで読む

            eコメント一覧を開く

            oページを開く

            はてなブックマーク

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

            公式Twitter

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

            はてなのサービス

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