ここ最近TechRachoにばかり記事を書いていたのだけれど、業務と関係の無いネタを空き時間にやり始めたのでこっちのブログも復帰しようかなと思った。
気が向いたらまとめていきます。
morimorihoge's blog
プログラミングとかセキュリティ、その時思ったこととか書いてます。
2014年4月26日土曜日
2011年8月14日日曜日
Sending Emails from CSV/TSV Formatted Data through Gmail SMTP by Ruby
A Japanese version of this document is in TechRacho.
I want to send e-mails to my students from my Excel-formatted list. I don't have any SMTP servers so that I use Gmail SMTP.
The advantage of this program is:
- Email from your tabular data (Excel, CSV, TSV, etc.)
- Using Gmail SMTP (you don't worry whether your server is in spam blacklists)
- Customizable mail template, no Ads
2011年8月4日木曜日
[Eclipse]: Autocomplete Feature Shows only "No Default Proposals" on Eclipse
A Japanese version of this document is in TechRacho.
I got new MacBookAir (Mid 2011, Lion) and build my development environment from scratch.
When I installed Eclipse 3.7.0 + ADT, the code assist feature (autocomplete) does not work. It shows only "No Default Proposals" and no any other nominations available.
I solved this problem. This may not be ADT dependent, it may apply to all other Eclipse-based IDE.
I solved this problem. This may not be ADT dependent, it may apply to all other Eclipse-based IDE.
2011年7月15日金曜日
2011年7月12日火曜日
[Rails]: Generate Complex OR Query on Rails 3 with Arel
On the Rails 3, ActiveRecord generate QSL through DSL "Arel".
There are many simple query sample codes are available, but complex one is a little.
This post shows how to generate complex "OR" query.
登録:
投稿 (Atom)