Skip to content

Instantly share code, notes, and snippets.

;;; gravatar.el --- gravatar fetch/store functions
;; Copyright (C) 2008 Iwata
;; Author: Iwata <iratqq@gmail.com>
;; Keywords: faces, tools, extensions, mail
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 3, or (at your option)
武田広幸様
ラビックス代表取締役の藤岡と申します。
この度は、弊社求人にご応募いただき、誠にありがとうございます。
弊社で慎重に検討致しました結果、遺憾ながら今回は採用を見送らせていただくことになりました。
誠に心苦しい限りではございますが、あしからずご了承ください。
末筆ながら、今後のご活躍とご発展を心よりお祈り申し上げます。
irb(main):001:0> source = "=?ISO-2022-JP?B?GyRCIXcbKEJJVBskQj83Q2VCLkpzGyhCIC0=?= =?ISO-2022-JP?B?IDIwMTAvOS8zGyRCISEbKEI=?= =?ISO-2022-JP?B?GyRCOkdNJUBoO3Y5YCRPIUhAZEJQJW0bKEI=?= =?ISO-2022-JP?B?GyRCITwlcyVBJDUkOyRrJDMkSCEqIUkbKEI=?="
=> "=?ISO-2022-JP?B?GyRCIXcbKEJJVBskQj83Q2VCLkpzGyhCIC0=?= =?ISO-2022-JP?B?IDIwMTAvOS8zGyRCISEbKEI=?= =?ISO-2022-JP?B?GyRCOkdNJUBoO3Y5YCRPIUhAZEJQJW0bKEI=?= =?ISO-2022-JP?B?GyRCITwlcyVBJDUkOyRrJDMkSCEqIUkbKEI=?="
irb(main):002:0> require 'kconv'
=> true
irb(main):003:0> source.toutf8()
error:
=> "@IT新着速報 -"
except:
@koichiro
koichiro / gist:1647114
Created January 20, 2012 12:07 — forked from avalanche123/gist:981817
GitHub Emoji
:+1:
:-1:
:airplane:
:art:
:bear:
:beer:
:bike:
:bomb:
:book:
:bulb:
@koichiro
koichiro / coincheck_market_price.10s.rb
Last active December 6, 2020 09:14 — forked from moyashi/coincheck_market_price.10s.rb
Coincheck Market Price
#!/usr/bin/ruby
# <bitbar.title>Coincheck Market Price</bitbar.title>
# <bitbar.version>v1.0</bitbar.version>
# <bitbar.author>koichiro</bitbar.author>
# <bitbar.author.github>koichiro</bitbar.author.github>
# <bitbar.desc>Test</bitbar.desc>
# <bitbar.image></bitbar.image>
require 'open-uri'