|
fenrir
|
|
codepad
|
|
|
fenrir
|
Saved pastes by fenrir:
#!/usr/bin/ruby
# http://www.tepco.co.jp/forecast/ から情報を抽出するスクリプト
# netpbmが必要
require 'open-uri'
|
| view (71 lines, 17 lines of output, 2 comments) |
struct Content {
int i;
Content &operator=(const int &another){
i = another;
// spi hook here, please insert code.
|
| view (27 lines, 3 lines of output) |