トップ «前の日記(2014-05-06) 最新 次の日記(2014-05-08)» 編集

ヨタの日々

2001|08|09|10|11|12|
2002|01|02|03|04|05|06|07|08|09|10|11|12|
2003|01|02|03|04|05|06|07|08|09|10|11|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|09|10|11|12|
2012|01|02|03|04|05|06|07|08|09|10|11|12|
2013|01|02|03|04|05|06|07|08|09|10|11|12|
2014|01|02|03|04|05|06|07|08|09|10|11|12|
2015|01|02|03|04|05|06|07|08|09|10|11|12|
2016|01|02|03|04|05|06|07|08|09|10|11|12|
2017|01|02|03|04|05|06|07|08|09|10|11|12|
2018|01|02|03|04|05|06|07|08|09|10|11|12|
2019|01|02|03|04|05|06|07|08|09|10|11|12|
2020|01|02|03|04|05|06|07|08|09|10|11|12|
2021|01|02|03|04|05|06|07|08|09|10|11|12|
2022|01|02|03|04|05|06|07|08|09|10|11|12|
2023|01|02|03|04|05|06|07|08|12|
2024|01|02|03|04|

2014-05-07 :-(

_ 午前

0530 起床

0700 食堂

0830 出勤 && デバッグしTARI

_ 午後

1300 デバッグしTARI

_

1730 退勤

1830 飯。弁当。独身生活

1900 艦これ

_ [ruby][配布][ocra][exerb]ruby スクリプト配布方法

  • Exerb ruby 1.9 未対応
  • edvakf/RBat gem は回収してくれない
  • ocra ruby 1.9 対応。gem 回収してくれる

ocra

# coding: utf-8

require 'rubygems'
require 'mail'
require 'pp'

options = {
  :address              => "smtp.example.jp",
  :port                 => 25,
  :domain               => 'hogehoge.example.gr.jp',
  :user_name            => 'hogehoge',
  :password             => 'hogehoge',
  :authentication       => 'plain',
}


Mail.defaults do
  delivery_method :smtp, options
end

mail = Mail.new
mail.from = 'user1@example.jp'
mail.to =  'user2@example.jp'
mail.subject = '日本語タイトル' 
mail.charset ='iso-2022-jp'
mail.add_content_transfer_encoding
mail.body  = '日本語本文'
mail.deliver

インストール

gem install ocra

作る

>ocra send8.rb
=== Loading script to check dependencies
=== Detected gem mail-2.5.4 (loaded, files)
===     137 files, 1526028 bytes
=== Detected gem mime-types-1.25.1 (loaded, files)
===     32 files, 138537 bytes
=== Detected gem treetop-1.4.15 (loaded, files)
===     13 files, 40028 bytes
=== Including 53 encoding support files (3349504 bytes, use --no-enc to exclude)
DL is deprecated, please use Fiddle
=== Building send8.exe
=== Adding user-supplied source files
=== Adding ruby executable ruby.exe
=== Adding detected DLL C:/Ruby200-x64/bin/LIBEAY32.dll
=== Adding detected DLL C:/Ruby200-x64/bin/SSLEAY32.dll
=== Adding detected DLL C:/Ruby200-x64/bin/ZLIB1.dll
=== Adding detected DLL C:/Ruby200-x64/bin/libyaml-0-2.dll
=== Adding detected DLL C:/Ruby200-x64/bin/libffi-6.dll
=== Adding library files
=== Compressing 13587421 bytes
=== Finished building send8.exe (2918896 bytes)

あとは send8.exe を実行するだけ。

参考:

_ [艦これ]艦これ E-3 周回

E-5 攻略は諦めたので E-3 周回。

うーん

E-5 出撃していたときよりも資材とバケツを消費しているような。