Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/perl
use utf8;
my $s;
$s=<<'EOS'; # NG
foo
bar
EOS
use Image::ExifTool qw(ImageInfo);
use Image::ExifTool::GPS;
for my $img (@ARGV) {
my $exif = Image::ExifTool->new;
# $exif->Options(CoordFormat => '%d degrees %.2f minutes');
my $info = $exif->ImageInfo($img);
my @tags = $exif->GetTagList($info, 'Group0');
#d ¥@tags;
for my $tag (@tags) {
diff --git a/examples/wig.rb b/examples/wig.rb
index 88f9169..ef096bc 100755
--- a/examples/wig.rb
+++ b/examples/wig.rb
@@ -522,7 +522,12 @@ class WassrIrcGateway < Net::IRC::Server::Session
def check_friends
first = true unless @friends
@friends ||= []
- friends = api("statuses/friends")
+ friends = []
--- Info.plist.orig 2006-05-02 12:10:19.000000000 +0900
+++ Info.plist 2009-01-23 15:30:00.000000000 +0900
@@ -24,7 +24,7 @@
<string>1.2.1</string>
<key>IOKitPersonalities</key>
<dict>
- <key>067B_2303</key>
+ <key>056E_5004</key>
<dict>
<key>CFBundleIdentifier</key>
=== modified file 'c/configure.in'
--- c/configure.in 2008-09-16 01:01:56 +0000
+++ c/configure.in 2009-01-28 03:37:45 +0000
@@ -1,4 +1,4 @@
-AC_INIT(pack.c)
+AC_INIT(unpack.c)
AM_INIT_AUTOMAKE(msgpackc, 0.1.0)
AC_CONFIG_HEADER(config.h)
$ gem list --local
*** LOCAL GEMS ***
activesupport (2.2.2)
hoe (1.8.3)
newgem (1.2.3)
rake (0.8.3)
rdoc (2.2.1)
RedCloth (4.1.1)
============================================================================
pdfmark README
$Id: README,v 1.3 2000/01/05 13:18:40 hirose31 Exp $
============================================================================
1. 機能概要
Distiller で PostScript ファイルを PDF に変換する際に、pdfmark とい
う演算子を用いてしおりの自動生成や、文書情報の指定などを行う。
 D /     ∩___∩     \_WW/
 ・  ≪     | ノ      ヽ    ≫ D ≪
 V ≪    /  ●   ● |   ≫ ・ ≪
 ・  ≪    |  ///( _●_)//ミ   ≫V ≪
 D ≪   彡、   |∪|  、`\  ≫ ・ ≪
 ! ≪ / \   ヽノ /_> /  ≫ D ≪
   ≪ \|-─●─●-/ /   ≫ ! ≪
MMM\  |       / ̄     /MMM\
       |  /\ \
       | /    )  )
 D /     ∩___∩     \_WW/
 ・  ≪     | ノ      ヽ    ≫ D ≪
 V ≪    /  ●   ● |   ≫ ・ ≪
 ・  ≪    |  ///( _●_)//ミ   ≫V ≪
 D ≪   彡、   |∪|  、`\  ≫ ・ ≪
 ! ≪ / \   ヽノ /_> /  ≫ D ≪
   ≪ \|-─●─●-/ /   ≫ ! ≪
MMM\  |       / ̄     /MMM\
       |  /\ \
       | /    )  )
@hirose31
hirose31 / p
Created February 16, 2009 16:50
From 2791aff08cfb721c5e54837fa31ead4fb983619e Mon Sep 17 00:00:00 2001
From: HIROSE Masaaki <hirose31@gmail.com>
Date: Tue, 17 Feb 2009 01:47:48 +0900
Subject: [PATCH] =?utf-8?q?=C9=E1=C4=CC=A4=CEPOST=A5=EA=A5=AF=A5=A8=A5=B9=A5=C8=A4=CE=BE=EC=B9=E7=A4=CF=B8=E5=C2=B3=A4=CE=BD=E8=CD=FD=A4=CB=A5=D1=A5=B9=A4=B9=A4=EB=A4=E8=A4=A6=A4=CB=A4=B7=A4=BF=A1=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
---
mod_postfile.c | 4 ++--