タグ

2009年10月23日のブックマーク (6件)

  • Ruby のサンプルプログラム投稿サイト - Masaru

    Ruby のサンプルプログラムを見つけましょう。 サンプルプログラムは自由に使用することができます。(詳しくは こちら) 例: Array#delete Hash Masaru(”まさる”さん)は、 Ruby のリファレンスマニュアルを読んだユーザが、 「もう少しサンプルが多ければいいのに」とか、 「このメソッドでこんなこともできるのに」と思ったときに、 ユーザ自身でサンプルプログラムを登録できるようにするために開発したシステムを利用した、 Ruby のサンプルプログラムを登録や閲覧をするためのサイトです。 String#* / yasuda-h at netlab dot jp 同じ文字列を複数並べて表示する。 47pt | 2008-08-23 02:27:19 String#% / yasuda-h at netlab dot jp 数値で文字列数を指定し、出力される内容の整形を

  • Your New Jekyll Site

    Perhaps unfairly, I had a lot of trouble getting a new remote control infrared receiver set up to control my XBMC media center. I eventually ended up using some advice from this guide. But getting there wasn’t easy. Part of the problem was that this remote control receiver registers itself as a keyboard. This isn’t a problem really, it just made me confused. Another part of the problem is that mos

  • Examples

    There are lots of examples showing basic chart functionality as well as zoom proxies, dynamic replotting, Mekko charts, trend lines, block plots, log axes, filled line (area) plots, and...well you get the picture. When you download a distribution, you'll get over 90 examples of plot types, features and functionality! The examples are a great way to understand what jqPlot is capable of, and to lear

  • How to Create an App from Scratch | AppMaster

    Turning an app idea into a working reality is a more complicated task than most people might believe. However, with the wealth of software resources available on the internet, creating an app out of your idea is manageable. You don't even need to necessarily know how to develop mobile apps to make your application work. You can hire third parties or freelancers as there many places where you can f

  • トラブルシュート : Linux NFS-HOWTO

    この節は、NFS をうまく使えない場合にどうすればよいか、 段階を踏んで解説しようというものです。 通常トラブルはクライアント側からその兆候を現しはじめるので、 診断もそこから始めます。 7.3. ファイルシステムをマウントできない ボリュームをマウントできない場合に mount が出すエラーは、ほぼ 2 種類です。 それぞれを順に示しましょう。 failed, reason given by server: Permission denied これは、ボリュームへのアクセスを サーバから拒否されたときに出るメッセージです。 /etc/exports ファイルを調べて、 そのボリュームがエクスポートされているか、 クライアントが正しいアクセス権限を持っているかを確認しましょう。 例えば、読み取りのアクセスしかないクライアントが、 そのボリュームを ro オプションではなく rw オプション

  • ほぼ毎日更新してた、ごくうブログ:[linux] NFSマウントで大ハマリ

    別サーバのファイルを参照することになり、NFSマウント(ネットワークマウント)をすることにしました。 それで、大ハマリした訳ですが…。 まずはNFSサーバの設定から。 NFSサーバの内部IPアドレスを[192.168.1.1]、NFSクライアントの内部IPアドレスを[192.168.1.2]とします。 ・[/etc/exports]の編集 /folder1/folder2 192.168.1.2(ro) ※ホスト名と後ろの()は空白が入ってはいけません。意味合いが変わります。 最初に参考にしたサイトじゃ入ってたよ orz ・[/etc/hosts.allow]の編集 portmap: 192.168.1.2 ・[portmap]の起動、確認 /etc/init.d/portmap start /usr/sbin/rpcinfo -u localhost portmap (ps aux |