hack のためのネタ帳, etc,,,

タグ検索でruby86件見つかりました。

前の20件  1  2  3  4  5  次の6件

Ruby - csv

[[csv>http://www.ruby-lang.org/ja/man/html/csv.html]]%% [[csv>http://docs.ruby-lang.org/ja/1.8.7/library/csv.html]] は Ruby 標準添付のライブラリであり、CSV を扱う。 以下、Tips. * &aname(20080715-array-2d-to-csv){2008-07-15: 2次元配列からCSV文字列へ} ^require 'csv' ^class Array ^…

https://seesaawiki.jp/w/kou1okada/d/Ruby%20%2d%20c... - 2014年02月26日更新

Bundler

* 公式ページ等 - [[Bundler>http://bundler.io/]] * 関連 - [[Ruby]] - [[RubyGems]]…

https://seesaawiki.jp/w/kou1okada/d/Bundler... - 2014年02月25日更新

Cygwin - Ruby

update The source :rubygems is deprecated because HTTP requests are insecure. Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not. Fetching gem metadata from http://rubygems.org/......... Fetching additional m…

https://seesaawiki.jp/w/kou1okada/d/Cygwin%20%2d%2... - 2014年02月25日更新

Ruby - listen

[[listen>https://rubygems.org/gems/listen]] - github / guard / [[listen>https://github.com/guard/listen]] * 関連 - [[Ruby - fssm]] …

https://seesaawiki.jp/w/kou1okada/d/Ruby%20%2d%20l... - 2014年02月21日更新

rbenv

archives/2012/03/12/rubyrbenv/]] - Route 477 / 2012-02-03: [[rvmからrbenvに乗り換えた>http://route477.net/d/?date=20120203]] * 使い方 以下の操作は、基本的に cygwin 上の bash で行っている。 ** Shebang に関する注意点 [[Ruby#shebang]] を参照 ** rbenv のインストール まず最新版の rbenv を git リポジトリから ~/.rbenv…

https://seesaawiki.jp/w/kou1okada/d/rbenv... - 2014年01月09日更新

rbenv - troubleshooting

y になってる時に rbenv 経由で ruby や irb を起動すると死にそう遅い。 前から気になってたんだけど、とうとう堪忍袋の緒が切れたので原因を特定して pull request した。 - sstephenson / rbenv / [[Pull Request 529>https://github.com/sstephenson/rbenv/pull/529]] その効果 =|| //somehost/somedir $ # A response of before applying …

https://seesaawiki.jp/w/kou1okada/d/rbenv%20%2d%20... - 2014年01月09日更新

Cygwin64 - rbenv - ruby-2.0.0-p353

win64_rbenv_install_ruby-2.0.0-p353.sh>https://gist.github.com/kou1okada/7789850]] =|SH| #!/usr/bin/env bash TARGET_URL=http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.gz PATCH_URL=https://gist.github.com/kou1okada/7209539/raw/68c8451085042…

https://seesaawiki.jp/w/kou1okada/d/Cygwin64%20%2d... - 2013年12月05日更新

Cygwin64 - ruby-2.0.0-p247

[Ruby>http://www.ruby-lang.org/]] / [[ダウンロード>http://www.ruby-lang.org/ja/downloads/]] -- [[http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz]] * パッチ(2013-10-29) [[ruby-2.0.0-p247.cygwin64.patch>https://gist.github.com/kou1okada/7209…

https://seesaawiki.jp/w/kou1okada/d/Cygwin64%20%2d... - 2013年12月04日更新

Chef

第 1 回)>http://jp.rubyist.net/magazine/?0035-ChefInDECOLOG]] -- 37号 / [[Chef でサーバ管理を楽チンにしよう! (第 2 回)>http://jp.rubyist.net/magazine/?0037-ChefInDECOLOG]] - Developer.IO / Chef を始める -- [[#1 – 概要、Chef Server を EC2 上にインストール、Workstation の設定まで>ht…

https://seesaawiki.jp/w/kou1okada/d/Chef... - 2013年04月25日更新

POSIX1_rand.rb

POSIX.1 に出てくる rand, srand 実装例を Ruby で実装 * 公式ページ等 - gist / [[POSIX1_rand.rb>https://gist.github.com/kou1okada/5292744]] * 関連 - Wikipedia / [[POSIX>http://ja.wikipedia.org/wiki/POSIX]] - The Linux man-pages project / [[rand(3)>http://man7.org/lin…

https://seesaawiki.jp/w/kou1okada/d/POSIX1%5frand%... - 2013年04月02日更新

Ruby - AWK からの移植

対応は以下の通り。 |~awk |ruby |意味 | |ARGV[0] |$0 |実行中のコマンド | |ARGV[1] |ARGV[0] |コマンドライン引数 | |ARGC |ARGV.length |コマンドライン引数の数 | |$0 |$_ |入力行全体 | |$1 …

https://seesaawiki.jp/w/kou1okada/d/Ruby%20%2d%20A... - 2013年03月30日更新

Ruby - UnixCrypt

crypt>http://doc.ruby-lang.org/ja/1.9.3/method/String/i/crypt.html]] が実行環境の [[crypt(3)>http://pubs.opengroup.org/onlinepubs/009695399/functions/crypt.html]] に依存しているので、DES にしか対応してない crypt(3) しか使えない環境で Ruby から [[Unix crypt with SHA-256/512]] を利用するために必…

https://seesaawiki.jp/w/kou1okada/d/Ruby%20%2d%20U... - 2013年01月16日更新

wol.rb

Ruby script to send WOL magic packet. * 公式ページ等 - gist / [[wol.rb>https://gist.github.com/4514982]] …

https://seesaawiki.jp/w/kou1okada/d/wol%2erb... - 2013年01月12日更新

Ruby - Zip/Ruby

.org/winebarrel/zip-ruby]] - RubyGems.org / [[zipruby>http://rubygems.org/gems/zipruby/]] …

https://seesaawiki.jp/w/kou1okada/d/Ruby%20%2d%20Z... - 2012年12月13日更新

Rack

yo.jp/dev/serial/01/ruby/0023]] -- 2009-11-09: [[第24回 Rackとは何か(2)Rackの使い方>http://gihyo.jp/dev/serial/01/ruby/0024]] -- 2009-11-16: [[第25回 Rackとは何か(3)ミドルウェアのすすめ>http://gihyo.jp/dev/serial/01/ruby/0025]] - Route 477 / 2008-07-16: [[5分でわかるRack>http:…

https://seesaawiki.jp/w/kou1okada/d/Rack... - 2012年11月05日更新

MagLev

[[GEMSTONE/S>http://www.gemstone.com/products/gemstone]] とかいう Smalltalk VM 上の Ruby 実装らしい * 公式ページ等 - [[MagLev>http://maglev.github.com/]] * 参考になるページ等 - InfoQ / 2009-11-26: [[MagLev Ruby VMが公開される、GemStoneの永続化をRubyに>http://www.infoq.com/jp/news/20…

https://seesaawiki.jp/w/kou1okada/d/MagLev... - 2012年10月25日更新

Debian GNU/Linux - RubyGems

. /usr/bin/ruby1.8 extconf.rb extconf.rb:1:in `require': no such file to load -- mkmf (LoadError) from extconf.rb:1 Gem files will remain installed in /var/lib/gems/1.8/gems/tmail-1.2.7.1 for inspection. Results logged to /var/lib/gems/…

https://seesaawiki.jp/w/kou1okada/d/Debian%20GNU/L... - 2012年05月02日更新

ThinReports

Ruby向け帳票作成ソリューション Editor と Generator で構成されており、 Editor は Google Closure Library、Generator は Ruby で書かれているらしい。 * 公式ページ等 - [[ThinReports>http://www.thinreports.org/]] * 報道等 - [[フクオカRuby大賞にOSS帳票作成ソフト「ThinReports」>http://www.nikkeibp.co.jp/article/news/…

https://seesaawiki.jp/w/kou1okada/d/ThinReports... - 2012年03月08日更新

Ruby/Tk

uby/Tk>http://jp.rubyist.net/magazine/?0001-RubyGUI#l5]] * 関連 - [[Ruby]] …

https://seesaawiki.jp/w/kou1okada/d/Ruby/Tk... - 2012年03月08日更新

Rake

Make>http://rake.rubyforge.org/]] - [[RubyForge: Rake: Project info>http://rubyforge.org/projects/rake/]] ** 参考になるページ - Ruby on Rails究極指南: -- [[第3回 話題騒然! 「言語内DSL」の概念とRake【前編】>http://www.itmedia.co.jp/enterprise/articles/0703/20/news015.html]] *…

https://seesaawiki.jp/w/kou1okada/d/Rake... - 2007年03月20日更新

前の20件  1  2  3  4  5  次の6件
ai(23) android(29) bash(40) c++(52) crypt(21) cxx(54) cygwin(128) debian(39) deeplearning(32) diary(766) excel(21) font(30) free-book(47) git(21) github(28) gnu-r(77) google(26) hdd(23) html(25) java(26) javascript(121) keyboard(21) latex(57) lcd(22) library(24) linux(97) machinelearning(31) memo(463) microsoft(42) oss(25) pdf(38) powershell(65) programming(32) proxy(24) python(101) r-lang(47) ruby(86) security(72) ssh(34) tex(37) tips(398) troubleshooting(443) ubuntu(114) unicode(22) virtualization(24) vscode(29) windows(128) windows10(50) wsl(26) zfs(32)

管理人/副管理人のみ編集できます