This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[33m[44m[1mWelcome to the Ruby Enterprise Edition installer[0m[37m[40m | |
This installer will help you install Ruby Enterprise Edition 1.8.6-20080810. | |
Don't worry, none of your system files will be touched if you don't want them | |
to, so there is no risk that things will screw up. | |
You can expect this from the installation process: | |
[1m1.[0m[37m[40m Ruby Enterprise Edition will be compiled and optimized for speed for this | |
system. | |
[1m2.[0m[37m[40m Ruby on Rails will be installed for Ruby Enterprise Edition. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://groups.google.com/group/redmine-users-ja/browse_thread/thread/6ca8cfb88541e254/40dcd8d66de85a31?#40dcd8d66de85a31 | |
の文字化け対応パッチが改行とかの問題でそのままだと当てられない。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -r 23aa8d1c4bcf -r d7daa8217d67 app/controllers/hoge_controller.rb | |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
+++ b/app/controllers/hoge_controller.rb Wed Nov 05 20:09:58 2008 +0900 | |
@@ -0,0 +1,10 @@ | |
+class HogeController < ApplicationController | |
+ session :off | |
+ | |
+ def index | |
+ end | |
+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/ruby | |
require 'ripper/filter' | |
class CheckRegexpN < Ripper::Filter | |
def on_regexp_end(token, data) | |
if /n/ =~ token | |
puts "#{data}:#{lineno}:#{token}" | |
end | |
data |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(setq load-path | |
(cons "~/.emacs.d/site-lisp/elisp" load-path)) | |
(require 'auto-complete) | |
(setq-default ac-sources '(ac-source-abbrev ac-source-words-in-buffer)) | |
(global-auto-complete-mode t) | |
(setq ac-auto-start 3) | |
(add-hook | |
'emacs-lisp-mode-hook | |
(lambda () | |
(setq ac-sources '(ac-source-words-in-buffer ac-source-symbols)))) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
checking build system type... i386-pc-solaris2.11 | |
checking host system type... i386-pc-solaris2.11 | |
checking target system type... i386-pc-solaris2.11 | |
checking for gcc... gcc | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/ruby1.8 -Ku | |
# -*- coding: utf-8 -*- | |
=begin | |
= jaooo news list with rss | |
== usage | |
$ mkdir cache | |
$ mkdir out | |
$ ruby update-ooopackages-jaooo-recent-announce.rb | |
or |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/ruby1.8 -Ku | |
# -*- coding: utf-8 -*- | |
=begin | |
= run daemon in terminal | |
== usage | |
$ daemon-in-terminal.rb -- some-command [command arguments...] | |
* left click tray icon: toggle terminal | |
* right click tray icon: show menu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
memo.db |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A problem has been detected and windows has been shut down to prevent damage to your computer. | |
If this is the first time you've seen this Stop error screen, | |
restart your computer. If this screen appears again, follow | |
these steps: | |
Check for viruses on your computer. Remove any newly installed | |
hard drives or hard drive controllers. Check your hard drive | |
to make sure it is properly configured and terminated. | |
Run CHKDSK /F to check for hard drive corruption, and then |
OlderNewer