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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    iPhone 17

『kpumuk.info』

  • 人気
  • 新着
  • すべて
  • Colorizing console Ruby-script output | Dmytro Shteflyuk's Home

    3 users

    kpumuk.info

    Posted by Dmytro Shteflyuk on March 23, 2007 under Ruby & Rails Very often I have to implement console scripts (because of my laziness, for boring processes optimization). Many of them write some information to the output, show process status or display results of work. Anyway, it’s very wearisome action to read script output, and I want to highlight most important things: errors in red, successfu

    • テクノロジー
    • 2011/07/24 15:46
    • ruby
    • Advanced Capistrano usage | Dmytro Shteflyuk's Home

      3 users

      kpumuk.info

      One of the most important parts of a development process is an application deployment. There are many tools developed to make this process easy and painless: from the simple inploy to a complex all-in-one chef-based solutions. My tool of choice is Capistrano, simple and incredibly flexible piece of software. Today I’m going to talk about some advanced Capistrano usage scenarios. 1. Graceful Passen

      • テクノロジー
      • 2011/02/22 18:57
      • capistrano
      • Installing and Using Scribe with Ruby on Mac OS | Dmytro Shteflyuk's Home

        3 users

        kpumuk.info

        Posted by Dmytro Shteflyuk on May 13, 2009 under Mac OS X In Scribd we have tons of analytics data generated daily that should be somehow processed. Currently we use MySQL to store all this stuff, but that is not the best option for logging lots of data. So we’ve decided to try some more specialized tools, which could help us to store and process our data. The most interesting thing which could si

        • テクノロジー
        • 2010/04/02 14:51
        • Mac
        • My top 7 RSpec best practices | Dmytro Shteflyuk's Home

          44 users

          kpumuk.info

          I use RSpec in all my projects. It’s really hard to overemphasize how helpful it is and how much easier becomes your life if you have good specs coverage. But its outstanding flexibility enables many ways to make your specs awful: horribly slow, over-bloated, even non-readable sometimes. I do not want to teach you BDD and RSpec here, but instead I will give you some ideas how to improve your specs

          • テクノロジー
          • 2009/11/26 14:01
          • rspec
          • Ruby
          • rails
          • TDD
          • *programming
          • test
          • tips
          • CodeColorer – Syntax Highlighting Plugin for WordPress | Dmytro Shteflyuk's Home

            24 users

            kpumuk.info

            Posted by Dmytro Shteflyuk on March 31, 2007 CodeColorer is the plugin which allows you to insert code snippets into the post with nice syntax highlighting. I want to show you example first: class Feed < ActiveRecord::Base SOURCE_TYPES = { category: 0, tag:      1, user:     2, } define_enum :source_type, raise_on_invalid: true #------------------------------------------------- # Accessors def vid

            • テクノロジー
            • 2009/10/22 14:21
            • wordpress
            • plugin
            • プラグイン
            • imported
            • programming
            • Simplifying your Ruby on Rails code: Presenter pattern, cells plugin | Dmytro Shteflyuk's Home

              5 users

              kpumuk.info

              Today we will talk about code organization in Ruby on Rails projects. As everybody knows, Ruby on Rails is a conventional framework, which means you should follow framework architects’ decisions (put your controllers inside app/controllers, move all your logic into models, etc.) But there are many open questions around those conventions. In this write-up I will try to summarize my personal experie

              • テクノロジー
              • 2009/09/14 15:19
              • rails
              • Sphinx Client API for Ruby | Dmytro Shteflyuk's Home

                3 users

                kpumuk.info

                Posted by Dmytro Shteflyuk on April 5, 2007 The Sphinx Client API is used to communicate with searchd daemon and get search results from Sphinx. It is used in large applications with a lot of data to provide fast, reliable search engine. Ruby API is a port of PHP API, which could be found inside your Sphinx distributive. Below you could find information on how to install and use it. Warning: If yo

                • テクノロジー
                • 2009/09/03 17:46
                • Customizing iTerm. Creating a display profile with pastel colors | Dmytro Shteflyuk's Home

                  9 users

                  kpumuk.info

                  Next thing is to fix an input problem (from iTerm FAQ). If you can’t input Chinese/Japanese/Umlauts/Accents, put this into your ~/.bash_profile: Ok, everything works now and all I want is to migrate my color scheme options from Terminal. I love dark color scheme with pastel ANSI colors theme: There is a great feature of iTerm called bookmarks. You can create display, keyboard, and terminal profile

                  • テクノロジー
                  • 2009/07/16 19:58
                  • iterm
                  • color
                  • mac
                  • linux
                  • tips
                  • How to show SSH host name on the iTerm’s background | Dmytro Shteflyuk's Home

                    8 users

                    kpumuk.info

                    Posted by Dmytro Shteflyuk on May 1, 2009 under Mac OS X How many ssh session do you open usually? In Scribd we have about 50 machines, and most of the time I have to connect to several of them to do my work. But there is a big problem — it’s hard to distinguish among different tabs in iTerm. Of course, you can see the host where you connected to in the tab title, but the title is really small, lo

                    • テクノロジー
                    • 2009/06/02 23:34
                    • ssh
                    • Mac
                    • tips
                    • sCategory Permalink – better WordPress permalinks structure | Dmytro Shteflyuk's Home

                      3 users

                      kpumuk.info

                      Posted by Dmytro Shteflyuk on March 30, 2007 Plugin allows to select category which will be used to generate permalink on post edit page. Use custom permalink option %scategory% on Options/Permalinks options page. Installation Download and unpack plugin files to the wp-content/plugins/scategory-permalink directory. Enable sCategory Permalink plugin on your Plugins page in Site Admin. Open the Opti

                      • テクノロジー
                      • 2008/02/05 19:13
                      • WordPress
                      • plugin
                      • Testing mailers with RSpec | Dmytro Shteflyuk's Home

                        8 users

                        kpumuk.info

                        Posted by Dmytro Shteflyuk on April 19, 2007 under Ruby & Rails Unfortunately, RSpec does not provide helpers for testing mailers like TestUnit. But it is easy to add them to your application, and here you could find code snippet for testing mailers. For the beginning we would define helper for reading fixtures and put them into the spec/mailer_spec_helper.rb file: require File.dirname(__FILE__) +

                        • テクノロジー
                        • 2007/10/04 16:24
                        • rails
                        • ActionMailer
                        • rspec
                        • ruby
                        • Encoding media files in Ruby using ffmpeg/mencoder with progress tracking | Dmytro Shteflyuk's Home

                          4 users

                          kpumuk.info

                          Posted by Dmytro Shteflyuk on October 11, 2006 under Ruby & Rails In my current project I need to encode media files from any format to several predefined. Furthermore I need to track progress and show it for the customer. I don’t want to describe wich media formats I need and what troubles with converting (maybe it will be my future posts, if anybody interested), instead I will describe common id

                          • テクノロジー
                          • 2006/11/22 11:24
                          • Ruby
                          • movie
                          • programming
                          • tips
                          • http://kpumuk.info/samples/smarty_ajax/

                            24 users

                            kpumuk.info

                            Fatal error: Smarty error: unable to write to $compile_dir '/home/hosting/kpumuk.info/samples/smarty_ajax/resources/templates_c'. Be sure $compile_dir is writable by the web server user. in /home/hosting/kpumuk.info/samples/smarty_ajax/include/smarty/Smarty.class.php on line 1095

                            • 暮らし
                            • 2006/08/14 10:27
                            • ajax
                            • smarty
                            • php
                            • plugin
                            • 使える
                            • javascript
                            • フレームワーク
                            • template
                            • テンプレート
                            • *tips
                            • Zend Framework + Smarty

                              15 users

                              kpumuk.info

                              Posted by Dmytro Shteflyuk on March 8, 2006 under PHP Zend Framework’s View class has very bad capability for extending. It contains template variables but does not allow to access them, it has array with different pathes (templates, filters), but does not allow to add another type or access them. Therefor only way to use Smarty with Zend Framework is to abandon Zend_View and manipulate Smarty obj

                              • テクノロジー
                              • 2006/03/15 23:35
                              • smarty
                              • php
                              • zendframework
                              • Zend Framework

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

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

                              『kpumuk.info』の新着エントリーを見る

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

                              j次のブックマーク

                              k前のブックマーク

                              lあとで読む

                              eコメント一覧を開く

                              oページを開く

                              はてなブックマーク

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

                              公式Twitter

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

                              はてなのサービス

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