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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    猛暑に注意を

『George Ornbo』

  • 人気
  • 新着
  • すべて
  • JSON on the command line with jq | George Ornbo

    3 users

    shapeshed.com

    A series of how to examples on using jq, a command-line JSON processor August 5, 2016 Updated September 19, 2024 jq - JSON formatting tool jq is a fantastic command-line JSON processor. It plays nice with UNIX pipes and offers extensive functionality for interrogating, manipulating and working with JSON file. How to pretty print JSON ¶ jq can do a lot but probably the highest frequency use for mos

    • テクノロジー
    • 2019/12/23 14:24
    • Linux and Unix exit code tutorial with examples | George Ornbo

      3 users

      shapeshed.com

      Tutorial on using exit codes from Linux or UNIX commands. Examples of how to get the exit code of a command, how to set the exit code and how to suppress exit codes. Exit codes in Unix and Linux August 7, 2016 Updated September 19, 2024 What is an exit code in the UNIX or Linux shell? ¶ An exit code, or sometimes known as a return code, is the code returned to a parent process by an executable. On

      • テクノロジー
      • 2018/07/10 12:15
      • linux
      • tutorial
      • あとで読む
      • Build your own Vim statusline | George Ornbo

        4 users

        shapeshed.com

        Statuslines in Vim are not hard to create. Making your own means one less dependency in your life. May 12, 2017 Updated September 19, 2024 The default vim statusline What is a statusline in Vim? ¶ The statusline in Vim is the bar along the bottom of the Vim window. By default it does not show when you open Vim until there is more than one window. The statusline is intended to give you information

        • テクノロジー
        • 2018/02/26 23:48
        • ui
        • Vim: So long Pathogen, hello native package loading | George Ornbo

          3 users

          shapeshed.com

          Vim: So long Pathogen, hello native package loading Vim 8 added a native way to load third-party packages. This means, for me at least, there is no longer any need to use a third party plugin helper like Pathogen. October 20, 2016 Updated October 2, 2023 Vim 8 brings native third-party package loading ¶ Vim 8, released on 12th September, added a new feature of being able to load third party packag

          • テクノロジー
          • 2016/10/21 16:34
          • Vim: you don't need NERDtree or (maybe) netrw

            27 users

            shapeshed.com

            Vim's netrw file browser is good enough. With a few tweaks there is no need for plugin like NERDtree. For many tasks you may not even need netrw. October 18, 2016 Updated October 2, 2023 Screenshot of netrw directory browser netrw - the unloved directory browser ¶ The netrw plugin normally ships with vim and is the default filebrowser. It gets a bad rap and ships with all kinds of features likes r

            • 暮らし
            • 2016/10/18 20:56
            • vim
            • plugin
            • あとで読む
            • netrw
            • Writing cross-platform Node.js | George Ornbo

              11 users

              shapeshed.com

              A major strength of Node.js is great cross-platform support. With a little effort you can make sure your code will run on Windows, Linux and OSX. March 25, 2014 Updated September 19, 2024 Cross-platform if you want ¶ Node.js is cross-platform meaning it works on Windows, OSX and Linux. A large number of the Node.js community write Node.js on OSX and then deploy to Linux servers. Because OSX and Li

              • テクノロジー
              • 2014/03/26 10:59
              • node
              • Pocket
              • プログラミング
              • あとで読む
              • The HTML5 Vibrate API | George Ornbo

                4 users

                shapeshed.com

                The HTML5 Vibrate API allows you to trigger vibration on a device. January 3, 2014 Updated September 19, 2024 Make me vibrate ¶ Mobile and tablet devices have become hugely prevalent in how users access the web. So much so that Walmart reported that on Black Friday over 50% of traffic was via mobile traffic. This is good news for developers as these devices come with a range of capabilities that a

                • テクノロジー
                • 2014/01/03 21:39
                • HTML
                • HTML5
                • Api
                • Web
                • Command Line Utilities with Node.js | George Ornbo

                  4 users

                  shapeshed.com

                  Node.js is a great platform for creating small command line utilities, especially where I/O occurs. January 2, 2014 Updated September 19, 2024 Write command line utilities with Node.js ¶ An underused feature of Node.js is the ability to write command-line scripts. This gives you the full power of Node.js as a network programming platform and the brilliance of npm to allow you to share your scripts

                  • テクノロジー
                  • 2014/01/03 09:32
                  • cli
                  • node.js
                  • The void of undefined in JavaScript | George Ornbo

                    4 users

                    shapeshed.com

                    You can't trust undefined in JavaScript even after ES5 made it immutable March 28, 2013 Updated September 19, 2024 Undefined ¶ Undefined is a JavaScript primitive that is used when a value has not been assigned a value. If you have done more than one day’s programming in any language you will realise that this is an important building block for programmers. You can check if a value is undefined in

                    • テクノロジー
                    • 2013/03/29 23:37
                    • JavaScript
                    • Running Nginx and Node.js in parallel on Ubuntu | George Ornbo

                      3 users

                      shapeshed.com

                      How to run Nginx and Node.js in parallel on Ubuntu May 31, 2012 Updated September 19, 2024 Nginx and Node.js ¶ Nginx is a great web server. It is lightweight and easy to configure. It can be used to proxy through to Node.js processes but the current stable branch does not support proxying WebSockets. Supporting WebSockets is on the slate for 1.3.x releases (along with much anticipated SPDY support

                      • テクノロジー
                      • 2012/05/31 20:38
                      • Using rbenv to manage rubies | George Ornbo

                        4 users

                        shapeshed.com

                        How I use rbenv to manage rubies and integrate with other tools October 12, 2011 Updated September 19, 2024 rbenv is great ¶ If you haven’t seen rbenv yet I highly recommend it. It is a small collection of shell scripts that lets you manage rubies on UNIX type machines. To date I’ve used rvm to install versions of ruby and manage gemsets. Don’t get me wrong - I’m hugely greatful to the work that h

                        • テクノロジー
                        • 2011/10/12 23:30
                        • rbenv
                        • capistrano
                        • ruby
                        • rails
                        • Managing Unicorn Workers with Monit | George Ornbo

                          4 users

                          shapeshed.com

                          A walkthrough on how to manage Unicorn worker processes using Monit September 12, 2011 Updated September 19, 2024 Riding Unicorns ¶ For many reasons I like using Unicorn as a web server for Ruby apps. Ryan Tomayko wrote a great article and the many Unix features that it has. It has the killer feature of supporting hot restarts so you can deploy new releases with zero downtime. This means that in m

                          • テクノロジー
                          • 2011/09/17 02:02
                          • Creating a basic site with Node.js and Express | George Ornbo

                            6 users

                            shapeshed.com

                            A walkthrough on how to create and deploy a basic site with Node.js and the Express framework. Examples of generating an express site, how to use templating and styles, creating basic routes and deploying the app to the Internet. April 18, 2011 Updated September 19, 2024 What we are going to do ¶ This walkthrough will go over setting up a basic site using Node.js and Express. The walkthrough is ai

                            • テクノロジー
                            • 2011/09/01 10:10
                            • node.js
                            • development
                            • javascript
                            • Setting up Node.js and npm on Mac OSX | George Ornbo

                              11 users

                              shapeshed.com

                              Node.js is gaining a lot of speed and is an exciting new development framework. Here's a quick overview of how to get Node.js working on OSX along with npm, the package manager for node. August 30, 2010 Updated September 19, 2024 Update: There are now packages available for OSX and Windows if you prefer a one click install for Node.js and NPM. To install from source you probably know what you are

                              • テクノロジー
                              • 2010/10/04 19:25
                              • node.js
                              • npm
                              • node
                              • javascript
                              • note
                              • development
                              • mac
                              • HTML5 Video Demo

                                6 users

                                shapeshed.com

                                You need either Firefox 3.5, Safari 3, 4, Opera, Webkit Nightly to view this page. Firefox 3.5 - ogg codec The loop and poster attributes are not implemented yet in Firefox. With controls Autobuffer & Controls Autoplay Width and height I thought video might be resized here but it isn't. Safari - h.264 codec With controls Autobuffer & Controls Poster Fails Safari 3.2.3 and Webkit Nightly on OSX 10.

                                • エンタメ
                                • 2010/02/10 18:41
                                • HTML5
                                • video
                                • web
                                • Testing with IE6, IE7 and IE8 on VirtualBox | George Ornbo

                                  4 users

                                  shapeshed.com

                                  I've recently moved from using Parallels for browser testing to Sun's Open Source VirtualBox. Here's a walkthrough on how to get a browser testing suite for free on OSX or Ubuntu. April 14, 2009 Updated September 19, 2024 Microsoft’s Virtual Hard Drives ¶ Microsoft make a series of downloads available for web developers to ensure browser compatibility. Currently you can download IE6-8 on XP and IE

                                  • テクノロジー
                                  • 2009/07/21 03:01
                                  • virtualbox
                                  • ie
                                  • linux
                                  • windows
                                  • Creating a comment icon in Illustrator | George Ornbo

                                    3 users

                                    shapeshed.com

                                    A short tutorial on creating a vector-based comment icon in Illustrator. The tutorial includes a downloadable illustrator file to work through the example with. June 29, 2007 Updated September 19, 2024 What we want to achieve ¶ We are going to create a simple comment icon that can be use on a website or CMS. We’ll use some simple illustrator techniques to achieve the effect. Comment icon stage 5 C

                                    • 暮らし
                                    • 2008/09/29 20:19
                                    • George Ornbo

                                      3 users

                                      shapeshed.com

                                      Recent Posts Toggle light and dark mode in Vim, Tmux and Alacritty May 24, 2023 A tale of wanting nice things on Linux for Vim, Tmux and Alacritty and how it ended in a filthy shell script. Renewal Oct 8, 2021 Using HashiCorp Vault with LDAP Sep 13, 2017 How to use setup HashiCorp Vault using LDAP for authentication. Includes read-only access for users in groups and read-write access for specific

                                      • テクノロジー
                                      • 2007/08/15 01:11
                                      • node.js
                                      • webdesign
                                      • css
                                      • ruby
                                      • design
                                      • Default Styles for CSS | George Ornbo

                                        5 users

                                        shapeshed.com

                                        Coding CSS can quickly run into difficulties with different browsers interpreting code in different ways. Designs will never look the same in every browser but you can help yourself by using a default style set when you start coding. March 6, 2007 Updated September 19, 2024 Comment your code ¶ To start with it is important that you document your code. I like Andy Budd’s approach of writing the ver

                                        • テクノロジー
                                        • 2007/03/30 13:17
                                        • css
                                        • dev
                                        • Overlapping tabbed navigation in CSS | George Ornbo

                                          5 users

                                          shapeshed.com

                                          A tutorial showing how overlapping tabbed navigation is possible in CSS and can be cross-browser compatible, accessible and javascript free. December 9, 2006 Updated September 19, 2024 Not interested in the explanation? You can find the demo and download the source code here. Overlapping Navigation Example Overlaps - a problem ¶ Overlapping navigation is a real problem in CSS with the box model an

                                          • テクノロジー
                                          • 2006/12/10 12:06
                                          • tab
                                          • navigation
                                          • css
                                          • tutorial
                                          • article
                                          • design

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

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

                                          『George Ornbo』の新着エントリーを見る

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

                                          j次のブックマーク

                                          k前のブックマーク

                                          lあとで読む

                                          eコメント一覧を開く

                                          oページを開く

                                          はてなブックマーク

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

                                          公式Twitter

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

                                          はてなのサービス

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