P Perl

Size: px
Start display at page:

Download "P.228-231 Perl"

Transcription

1 XPress Illustrator PostScript PDF HTML SGML XML DTP 1 Over View Mac Metal Glue is it True. What is? Howdy! MacJ print "Howdy, World!n"; 228 Mac

2 q w e r t y Mac 229

3 q w #!/usr/local/bin/perl while(<>) { $count += s/./$&/g; print "$ARGVa n$countn"; a q w e #!/usr/local/bin/perl print "n"; $find_words = <STDIN>; chop($find_words); while(<>){ if (/$find_words/) { print "$ARGV $_"; 230 Mac

4 q w e r t y TEXT TEXT TEXT Web The Language Home Page MacJ Hora's Home Page [Powered By Mac-OS] Mac AppleScript Irregulars Show Time BBS News NIFTYSERVE NewsGroup NewsGroup Mac 231

5 XPress Illustrator PostScript PDF HTML SGML XML DTP 2 Get it ON!!! 278 Mac

6 #!/usr/local/bin/perl print " n"; $find_words = <STDIN>; chop($find_words); while(<>){ if (/$find_words/) { print "$ARGV $_"; s s///ig;. [A-Z0-9] [^A-Z0-9] d D w W s S n r t f 0 ca ooo xhh ^ $ b B x? x* x+ x{m,n x{m, x{m x{,n $1 $2 $+ $` $& $' #!/usr/local/bin/perl -pi.bak s/^ r//; Mac 279

7 #!/usr/local/bin/perl while(<data>){ # print; END #!/usr/local/bin/perl -pi.bak s/ n/ n r/; #!/usr/local/bin/perl -pi.bak s/( D)?0([56])0 -( d{3 - d{4)/${1070 -$2$3/;#PHS s/( D)?0([1-48])0 -( d{3 - d{4)/${1090 -$2$3/;# s/( D)?06 -( d{3 - d{4)/${106-6$2/;# Mac

8 #!/usr/local/bin/perl -pi.bak s/^[^ ].+$/ $&/; #!/usr/local/bin/perl -pi.bak s/ d+/$& + 1/eg; tr #!/usr/local/bin/perl -pi.bak tr/---/a-za-z0-9/; Note There's More Than One Way To Do It! Mac 281

9 DTP All I want is Easy Action!! #!/usr/local/bin/perl while(<>) { $count += s/./$&/g; if (eof) { print "$ARGV $count n"; $scalar = = (,,,, ); %hash = ( =>, =>, => ); 258 Mac

10 #!/usr/local/bin/perl = ('p', 'q', 'w', 'e', a 'r', 't', 'y', 'u', 'i', 'o'); s/( d)/ a < $f "GthinHround "> a $maru_suji[$1]< $f $>/g; a #!/usr/local/bin/perl -pi.bak %youbi = ( '' => 'h', '' => 'i', '' => 'j', '' => 'k', '' => 'l', '' => 'm', '' => 'n'); % _ s/[]/ a < $f "PifontWk1 ">$youbi{$& a < $f $>/g; Mac 259

11 if unless if (1) { 1 elsif (2) { 2 elsif (3) { 3 else { 13 while 1 until while() { for 2 for ($i = 0; $i < 10; $i++) { print "$i n"; print " n"; $i = 0; while ($i < 10) { print "$i n"; continue {$i++#$i print " n"; foreach 3 foreach() { 260 Mac

12 for($i = 0;$i<10;$i++) { print "Loop Start! $i = $i, a $_ = $_ n"; $_ = <STDIN>;# last if /last/;#'last' print "through of last... n"; next if /next/;#'next' print "through of next... n"; redo if /redo/;#'redo' print "through of redo... n"; print "Loop End! $i = $i, a $_ = $_"; Note; #!/usr/local/bin/perl while(<>){ open(output, a ">$ARGV.new") a unless -e "$ARGV.new"; s/^ r//; print OUTPUT;# close OUTPUT; open(,a "") die a "Can't open : $! n"; Mac 261

13 DTP All I want is Easy Action!! 1 $str = 'Japan Keizo Obuchi'; ($country,$name)=split(//,$str,2); $president{$country= $name; print "$president{$country n"; $str = = split(//, $str); $str = print = splice(@proverb, @proverb 270 Mac

14 @tokage = ('','',''); $shippo = pop(@tokage); print "$shippo n", " a "; push(@tokage, '3', '4'); print = ('', '1', a '2', '3', '4'); $atama = shift(@tokage); unshift(@tokage, ''); print "$atama n"; print 1234 = ('', '1', a '2', '3', '4'); $shippo = = splice(@tokage, 1, 2, a $shippo); print a " n"; print = ('', '', a '', = sort(@array); print = (2,-9, 10, 0, 152, = sort({$a <=> print = ('', '', a '', = reverse sort(@array); print join(" Mac 271

15 STDIN chop($ans = = ('','abc','0123'); chop (@array); print"@array"; $str = 'MACLIFE'; chomp($atr);# print "$str[y/n] n"; $ans = getc; print "$ans n"; #!/usr/local/bin/perl -pi.bak chomp if length($_) >= 70; ($sec,$min,$hour,$mday,$mon,a $year, $wday) = localtime(time); $month = a ('','','','','', a '', '', '', '', a '', '', '')[$mon]; $week = ('', '', '', '', a '', '', '')[$wday]; $year = $year ; # print "$year $month $mday a ($week) $hour $min a $sec n"; foreach $i (1.. 10) { $n = sprintf("%0.3d n", $i); print "$n"; foreach $n ( ){ printf "%.2X : %c n", $n, $n; $str_1 = ' '; $str_2 = 'print $str_1'; eval $str_2; 272 Mac

16 %week = ( 'Mon.', '', 'Tue.', '', 'Wed.', '', 'Thu.', '', 'Fri.', '', 'Sat.', '', 'Sun.', = = values(%week); print "@english = ("",""," ",a "", " = grep (/[ $count = grep (/[ print "@meiken n$count"; information $num = ; $ans=&commas($num); print "$ans n"; sub commas { local($_) 1 while a s/(.* d)( d{3)/$1,$2/; $_; while(<>) { tr/0-9/-/; s/[-]{2,/a &han($&)/eg; print; sub han { local($_) tr/-/0-9/; $_; require "MTSH.pl"; $cen = "1999"; $wa=&mtsh'conv($cen); print "$wa n"; Mac 273

17 You Got Power!! Mac unless {# &Mac'Answer(<<'mess'); (c)1999 mess exit;# $mess = &Mac'Answer( "", "", "", ""); print $mess; 270 Mac

18 @variation = (" ", ""," ", " ", " "); $color = &Mac'Pick( print "$color "; require = ("TEXT","EPSF","TIFF"); $filename = a &StandardFile'GetFile(@types); print "$filename n"; require "StandardFile.pl"; $newname = a &StandardFile'GetNewFile ("", "new.txt"); print "$newname n"; require "timelocal.pl"; ($year, $mon, $mday) = split(/./, &Mac'Ask( "", " ")); $time = int((time - &timelocal (0,0,0,$mday, ($mon - 1), $year))/86400); print " na $time n"; require "StandardFile.pl"; $foldername = a &StandardFile'GetFolder (" "); print "$foldername n"; &Mac'SetFileInfo( a "YoED", a Mac 271

19 AppleScript Script AppleScript &Mac'DoAppleScript(a <<END_SCRIPT); tell application "MacJ" set ans to (display dialog a "" default answer a "print 'Howdy world';" a buttons {" ", "",a "" default button 3 a with icon 1) make new Window copy (text returned of ans) to a character 1 of front Window if (button returned of ans) = a "" then Do Script (text returned of ans) end if end tell END_SCRIPT AppleScript Script set data_t to "123a 500 " set _script to = split(/[^ d]+/, $ARGV[0]); $c = ($data[1] - $data[0]). ''; &Mac'Reply($c);" tell application "MacJ" set kekka to Do Script a {_script, data_t display dialog data_t & a return & kekka end tell 272 Mac

20 set str to "6 + 4" set perl_script to " $ans = eval($argv[0]); print $ans;" tell application "MacJ" set ANS to Do Script a {perl_script, str mode Batch display dialog str & " = " & ANS end tell ####AppleScript set alist to {"", "", " ", "" set F_path to choose file with prompt "test.pl" tell application "MacJ" set aretlist to Do Script ({F_path & alist) end tell set AppleScript's text item delimiters to {"" set alist to (every text item of aretlist) as list set AppleScript's text item delimiters to {"" alist ####Scripttest.pl #! /usr/local/bin/perl foreach $_ (@ARGV){ tr/ ----/ -A-Za-z0-9/; $ans = join('',@argv); Mac::Reply($ans); ####AppleScript {" ", "Ichikawa", " ", "" Mac 273

21 Mac 244 You Got Power!! QuarkXPress & Mac Scripts QuarkXPress #!/usr/local/bin/perl -pi.bak s/ /< >/g; s/<([^ ])/< s/^ d t/@:< $>$&/; s/^ d. d t/@:< $>$&/; s/^ d. d. d t/@:< $>$&/;

22 HTML s/ &/ &/g; s/</ </g; s/>/ >/g; s/ "/ "/g #!/usr/local/bin/perl -pi.bak s/<[^>]+>//g; s/^ s* n//; s/ &/ &/g; s/ </</g; s/ >/>/g; s/ "/ "/g Illustrator PS Mac 245

23 sub PP { local($_) s/ / 134/g; s/ ( d{3) ( d{3)/ pack("cc",oct($1),oct($2))/eg; s/ ( d{3)/pack("c",oct($1))/eg; s/ r/ n/g; $_; DCS Mac

24 SMTP GIF?! Mac 247

10/ / /30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20 6. http, CGI Perl 11/27 7. ( ) Perl 12/ 4 8. Windows Winsock 12/11 9. JAV

10/ / /30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20 6. http, CGI Perl 11/27 7. ( ) Perl 12/ 4 8. Windows Winsock 12/11 9. JAV tutimura@mist.i.u-tokyo.ac.jp kaneko@ipl.t.u-tokyo.ac.jp http://www.misojiro.t.u-tokyo.ac.jp/ tutimura/sem3/ 2002 11 20 p.1/34 10/16 1. 10/23 2. 10/30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20

More information

????? 1???

????? 1??? SUN MON TUE WED THU FRI SAT SUN MON TUE WED THU FRI SAT SUN MON TUE WED THU FRI SAT SUN MON TUE WED THU FRI SAT SUN MON TUE WED THU FRI SAT SUN MON TUE WED THU FRI SAT SUN MON TUE WED THU FRI SAT SUN MON

More information

untitled

untitled 2013. Apr.4 Mon Tue Wed Thu Fri Sat Sun 4/1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 5/1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 TEL WEB 1 2 3 4 1 2 3! ENTER 2013. 329 2013.

More information

Print

Print 2016 5.14 6.3 6.22 7.16 )22 5.14()22() ) 6.3()5() W)26 )18 6.22(W)26() 26( 7.16()18(M) 18(M 2016 V2 0 www.imageforumfestival.com 0 V7 V9 V2 0 11:00 13:45 16:30 19:00 5/14 [sat] 5/15 [sun ] 5/16 [mon

More information

13koki_koza.indd

13koki_koza.indd Tokyo University of Science Calendar 2013. 10~2014. 3 2013 6 13 20 27 7 14 21 28 1 8 15 22 29 10 Sun Mon Tue Wed Thu Fri Sat 2 9 16 23 30 3 10 17 24 31 4 11 18 25 5 12 19 26 3 10 17 24 4 11 18 25 5 12

More information

0ニ0・モgqNャX1TJf・

0ニ0・モgqNャX1TJf・ 2013 Summer 2012.4.1 >>> 2013.3.31 01 Masayuki Shimada 02 6: 6: 6: 03 SUN SAT FRI THU WED TUE MON 18 17 19 20 22 23 24 21 54 58 45 58 58 54 58 55 25 12 05 54 54 58 27 58 35 54 54 54 6: 5: 04 10: 10:54

More information

Step1 Step2 Step3 Step4 Step5 COLUMN.1 Step1 Step2 Step3 Step4 Step5 Step6 Step7 Step8 COLUMN.2 Step1 Step2 Step3 Step4 Step5 COLUMN.3 Step1 Step2 Ste

Step1 Step2 Step3 Step4 Step5 COLUMN.1 Step1 Step2 Step3 Step4 Step5 Step6 Step7 Step8 COLUMN.2 Step1 Step2 Step3 Step4 Step5 COLUMN.3 Step1 Step2 Ste 2 0 1 2 C A L E N D A R 7 8 9 SUN MON TUE WED THU FRI SAT SUN MON TUE WED THU FRI SAT SUN MON TUE WED THU FRI SAT 1 2 3 4 5 6 7 1 2 3 4 8 9 10 11 12 13 14 5 6 7 8 9 10 11 15 16 17 18 19 20 21 12 13 14

More information

.....Q.........\..A

.....Q.........\..A Osaka University of Commerce vol.01 2009 July 4. ( 2. ( 6. ( 5. ( 3. ( 1. ( ! 5 1 8 9 5 1 8 9 11 4 8 5 13 20 27 10 7 14 28 6 10 20 18 17 7 1 8 15 22 30 11 4 25 1 13 20 2 12 13 910 282 1923 1723 12 2 9

More information

ニュース10-11月号

ニュース10-11月号 2 TOKYO NATIONAL MUSEUM NEWS 8 1201 3PICK UP DATA 1250 1081212 1300 1,5001,200 1,200900 900600 20 1 03-5777-8600 http:// todaiji2010.jp/ 10 8 200 1121121 3 EVENT 12 13 12 13 12 13 3 10301330151161330153

More information

●70974_100_AC009160_KAPヘ<3099>ーシス自動車約款(11.10).indb

●70974_100_AC009160_KAPヘ<3099>ーシス自動車約款(11.10).indb " # $ % & ' ( ) * +, -. / 0 1 2 3 4 5 6 7 8 9 : ; < = >? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y " # $ % & ' ( ) * + , -. / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B

More information

Microsoft PowerPoint - 20140203 Perl講習会.ppt [互換モード]

Microsoft PowerPoint - 20140203 Perl講習会.ppt [互換モード] 中 村 聡 史 1 12345の 約 数 の 数 を 数 えるプログラム int i = 1; int count = 0; while( i

More information

10 11 12 33.4 1 open / window / I / shall / the? 79.3 2 something / want / drink / I / to. 43.5 3 the way / you / tell / the library / would / to / me

10 11 12 33.4 1 open / window / I / shall / the? 79.3 2 something / want / drink / I / to. 43.5 3 the way / you / tell / the library / would / to / me -1- 10 11 12 33.4 1 open / window / I / shall / the? 79.3 2 something / want / drink / I / to. 43.5 3 the way / you / tell / the library / would / to / me? 28.7 4 Miyazaki / you / will / in / long / stay

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション "# "# $%&' "#$% $# & $# $% % ' ()(*"#$% +,(- ()(*"#$%.' ()(* $/.0##'' %0$&0% 1*2#/0/%'&0343$56 789#/0/'%&04../ "3"0##"$ "0%0$" "7 1*2#.30///04%.$ 789#.30///0#$'4 http://www.ibie2016.com/exhibitorlist/

More information

syspro-0405.ppt

syspro-0405.ppt 3 4, 5 1 UNIX csh 2.1 bash X Window 2 grep l POSIX * more POSIX 3 UNIX. 4 first.sh #!bin/sh #first.sh #This file looks through all the files in the current #directory for the string yamada, and then prints

More information

C01-C04

C01-C04 1 January 20 21 22 23 24 25 26 27 28 29 30 31 sun mon tue wed thu fri s a t sun mon tue wed thu fri s a t 13 14 15 16 1 January 17 18 19 sun mon tue wed thu fri s a t sun mon tue wed thu fri s a t 13 20

More information

/ SCHEDULE /06/07(Tue) / Basic of Programming /06/09(Thu) / Fundamental structures /06/14(Tue) / Memory Management /06/1

/ SCHEDULE /06/07(Tue) / Basic of Programming /06/09(Thu) / Fundamental structures /06/14(Tue) / Memory Management /06/1 I117 II I117 PROGRAMMING PRACTICE II 2 MEMORY MANAGEMENT 2 Research Center for Advanced Computing Infrastructure (RCACI) / Yasuhiro Ohara yasu@jaist.ac.jp / SCHEDULE 1. 2011/06/07(Tue) / Basic of Programming

More information

< > = grep(/< >/, = ("AAA", "AAB", = foreach $Temp print "$Temp\n"; < > = sort = ("b"

< > = grep(/< >/, = (AAA, AAB, = foreach $Temp print $Temp\n; < > = sort = (b Perl 1 Unix qx{< > open(test,">test.txt"); # @resalt = qx{ls; #ls print TEST @resalt; # close(test); $< >{< > = [< >] @List = ("a","aa","aaa"); $Hush{"AAA" = [@List]; foreach $Temp (@{$Test{"AAA"){# print

More information

血統詳細‐本番/3日目 482‐750

血統詳細‐本番/3日目 482‐750 2-1-, '($ # 10)*/.%- 345 " "!")* + +%& - #,'(%!! 3l 5h "%%%#%%%$ (% *)&' * &' +,- $!!! ""!!$!"" "#!!!""!!!""!! . 11 c %*) '( '(& %'(&+ %& -'( $!"! $, ###$ $, " #$ #"! "#!! + 14 a %& *) *'%&$ * ", "!" "

More information

995 2006/05/30(Tue) From NHK

995 2006/05/30(Tue) From NHK 1000 2006/05/30(Tue) From 999 2006/05/30(Tue) 998 2006/05/30(Tue) 996 2006/05/30(Tue) From 995 2006/05/30(Tue) From NHK 994 2006/05/29(Mon) From 993 2006/05/29(Mon) 992 2006/05/29(Mon) WHO (= )y 991 2006/05/29(Mon)

More information

オンラインテスト

オンラインテスト 1. 2. JavaScript 3. Perl 4. CGI 1. WWW HTML WWW World Wide Web HTML Hyper Text Markup Language XML, XHTML Java (.java) JavaApplet (.class,.jar) JavaServlet (.jsp) JavaScript (.html) CGI (.cgi) SSI (.shtml)

More information

Autumn 2007 1 5 8 12 14 14 15 %!SASROOT/sassetup SAS Installation Setup Welcome to SAS Setup, the program used to install and maintain your SAS software. SAS Setup guides you through a series of menus

More information

広報ひめじ2013年6月号

広報ひめじ2013年6月号 黒 田 官 兵 衛 人 と 生 涯 2 黒 田 官 兵 衛 人 と 生 涯 2 黒 田 官 兵 衛 人 と 生 涯 2 織 田 に 味 方 せ よ 信 長 か ら 名 刀 授 か る 織 田 に 味 方 せ よ 信 長 か ら 名 刀 授 か る 織 田 に 味 方 せ よ 信 長 か ら 名 刀 授 か る Mon Tue Wed Thu Fri Sat Sun 3

More information

コンピュータ概論

コンピュータ概論 4.1 For Check Point 1. For 2. 4.1.1 For (For) For = To Step (Next) 4.1.1 Next 4.1.1 4.1.2 1 i 10 For Next Cells(i,1) Cells(1, 1) Cells(2, 1) Cells(10, 1) 4.1.2 50 1. 2 1 10 3. 0 360 10 sin() 4.1.2 For

More information

VE-GP32DL_DW_ZA

VE-GP32DL_DW_ZA VE-GP32DL VE-GP32DW 1 2 3 4 5 6 1 2 3 4 1 1 2 3 2 3 1 1 2 2 2006 Copyrights VisionInc. @. _ & $ % + = ^ @. _ & $ % + = ^ D11 D12 D21

More information

6-1

6-1 6-1 (data type) 6-2 6-3 ML, Haskell, Scala Lisp, Prolog (setq x 123) (+ x 456) (setq x "abc") (+ x 456) ; 6-4 ( ) subtype INDEX is INTEGER range -10..10; type DAY is (MON, TUE, WED, THU, FRI, SAT, SUN);

More information

http://banso.cocolog-nifty.com/ 100 100 250 5 1 1 http://www.banso.com/ 2009 5 2 10 http://www.banso.com/ 2009 5 2 http://www.banso.com/ 2009 5 2 http://www.banso.com/ < /> < /> / http://www.banso.com/

More information

ProVisionaire Control V3.0セットアップガイド

ProVisionaire Control V3.0セットアップガイド ProVisionaire Control V3 1 Manual Development Group 2018 Yamaha Corporation JA 2 3 4 5 NOTE 6 7 8 9 q w e r t r t y u y q w u e 10 3. NOTE 1. 2. 11 4. NOTE 5. Tips 12 2. 1. 13 3. 4. Tips 14 5. 1. 2. 3.

More information

n=360 28.6% 34.4% 36.9% n=360 2.5% 17.8% 19.2% n=64 0.8% 0.3% n=69 1.7% 3.6% 0.6% 1.4% 1.9% < > n=218 1.4% 5.6% 3.1% 60.6% 0.6% 6.9% 10.8% 6.4% 10.3% 33.1% 1.4% 3.6% 1.1% 0.0% 3.1% n=360 0% 50%

More information

3360 druby Web Who is translating it? http://dx.doi.org/10.1007/s10766-008-0086-1 $32.00 International Journal of PARALLEL PROGRAMING Must buy! http://dx.doi.org/10.1007/s10766-008-0086-1 toruby The

More information

<955C8E862E6169>

<955C8E862E6169> JAPAN INTERNATIONAL CONTENTS FESTIVAL 9/30 TUE 10/1 WED 2 THU 3 FRI 4 SAT 5 SUN 6 MON 7 TUE 8 WED 9 THU 10 FRI 11 SAT 12 SUN 13 MON 14 TUE 2008 / EVENT MAP 15 WED 16 THU 17 FRI 18 SAT 19 SUN 20 MON 21

More information

13 Student Software TI-Nspire CX CAS TI Web TI-Nspire CX CAS Student Software ( ) 1 Student Software 37 Student Software Nspire Nspire Nspir

13 Student Software TI-Nspire CX CAS TI Web TI-Nspire CX CAS Student Software ( ) 1 Student Software 37 Student Software Nspire Nspire Nspir 13 Student Software TI-Nspire CX CAS TI Web TI-Nspire CX CAS Student Software ( ) 1 Student Software 37 Student Software 37.1 37.1 Nspire Nspire Nspire 37.1: Student Software 13 2 13 Student Software esc

More information

0 Speedy & Simple Kenji, Yoshio, and Goro are good at English. They have their ways of learning. Kenji often listens to English songs and tries to remember all the words. Yoshio reads one English book every

More information

Microsoft Word - Meta70_Preferences.doc

Microsoft Word - Meta70_Preferences.doc Image Windows Preferences Edit, Preferences MetaMorph, MetaVue Image Windows Preferences Edit, Preferences Image Windows Preferences 1. Windows Image Placement: Acquire Overlay at Top Left Corner: 1 Acquire

More information

1 I EViews View Proc Freeze

1 I EViews View Proc Freeze EViews 2017 9 6 1 I EViews 4 1 5 2 10 3 13 4 16 4.1 View.......................................... 17 4.2 Proc.......................................... 22 4.3 Freeze & Name....................................

More information

2

2 L C -60W 7 2 3 4 5 6 7 8 9 0 2 3 OIL CLINIC BAR 4 5 6 7 8 9 2 3 20 2 2 XXXX 2 2 22 23 2 3 4 5 2 2 24 2 2 25 2 3 26 2 3 6 0 2 3 4 5 6 7 8 9 2 3 0 2 02 4 04 6 06 8 08 5 05 2 3 4 27 2 3 4 28 2 3 4 5 2 2

More information

PFQX2227_ZA

PFQX2227_ZA V E -G P 05D B Ni-MH 1 2 3 4 5 6 1 2 3 4 5 6 A B C D E F 1 2 A B C 1 2 3 2 0 7 9 4 6 6 4 7 9 1 2 3 # 6 6 2 D11 D12 D21 D22 19 # # # # Ni-MH Ω Ω

More information

2

2 L C -24K 9 L C -22K 9 2 3 4 5 6 7 8 9 10 11 12 11 03 AM 04 05 0 PM 1 06 1 PM 07 00 00 08 2 PM 00 4 PM 011 011 021 041 061 081 051 071 1 2 4 6 8 5 7 00 00 00 00 00 00 00 00 30 00 09 00 15 10 3 PM 45 00

More information

X Window System X X &

X Window System X X & 1 1 1.1 X Window System................................... 1 1.2 X......................................... 1 1.3 X &................................ 1 1.3.1 X.......................... 1 1.3.2 &....................................

More information

GP05取説.indb

GP05取説.indb E -G V P 05D L V E -G P 05D W Ni-MH + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + 2 + 3 + 4 + 5 + 6 1 2 3 4 5 6 + + + 1 + + + + + + + + + + + + + + + + + + 1 A B C + D + E

More information

499 2006/01/24(Tue) CD 498 2006/01/23(Mon) From

499 2006/01/24(Tue) CD 498 2006/01/23(Mon) From 500 2006/01/24(Tue) 500 499 500 500 10 95 499 2006/01/24(Tue) CD 498 2006/01/23(Mon) From 497 2006 2006/01/23(Mon) From S 496 2006/01/23(Mon) 13 23 34 1 23 495 2006/01/23(Mon) 3 Ctrl 493 2006/01/21(Sat)

More information

Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool

Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that

More information

3 Powered by mod_perl, Apache & MySQL use Item; my $item = Item->new( id => 1, name => ' ', price => 1200,

3 Powered by mod_perl, Apache & MySQL use Item; my $item = Item->new( id => 1, name => ' ', price => 1200, WEB DB PRESS Vol.1 79 3 Powered by mod_perl, Apache & MySQL use Item; my $item = Item->new( id => 1, name => ' ', price => 1200, http://www.postgresql.org/http://www.jp.postgresql.org/ 80 WEB DB PRESS

More information

A/B (2018/10/19) Ver kurino/2018/soft/soft.html A/B

A/B (2018/10/19) Ver kurino/2018/soft/soft.html A/B A/B (2018/10/19) Ver. 1.0 kurino@math.cst.nihon-u.ac.jp http://edu-gw2.math.cst.nihon-u.ac.jp/ kurino/2018/soft/soft.html 2018 10 19 A/B 1 2018 10 19 2 1 1 1.1 OHP.................................... 1

More information

RR-US470 (RQCA1588).indd

RR-US470 (RQCA1588).indd RR-US470 Panasonic Corporation 2006 2 3 4 http://www.sense.panasonic.co.jp/ 1 2 3 ( ) ZOOM 5 6 7 8 9 10 4 2 1 3 4 2 3 1 3 11 12 1 4 2 5 3 1 2 13 14 q φ φ 1 2 3 4 3 1 2 3 4 2 3 15 16 1 2 3 [/]p/o 17 1 2

More information

,,,,., C Java,,.,,.,., ,,.,, i

,,,,., C Java,,.,,.,., ,,.,, i 24 Development of the programming s learning tool for children be derived from maze 1130353 2013 3 1 ,,,,., C Java,,.,,.,., 1 6 1 2.,,.,, i Abstract Development of the programming s learning tool for children

More information

Emacs Ruby..

Emacs Ruby.. command line editor 27014533 2018 3 1 5 1.1................................... 5 1.2................................... 5 2 6 2.1 Emacs...................................... 6 2.2 Ruby.......................................

More information

PowerPoint AppleScript

PowerPoint AppleScript (URL Web ) Microsoft Excel Entourage PowerPoint Microsoft Corporation Apple Apple Mac Mac OS Apple Inc. 2008 Microsoft Corporation. All rights reserved. PowerPoint AppleScript...4...5...7...16...24 PowerPoint

More information

2

2 Haskell ( ) kazu@iij.ad.jp 1 2 Blub Paul Graham http://practical-scheme.net/trans/beating-the-averages-j.html Blub Blub Blub Blub 3 Haskell Sebastian Sylvan http://www.haskell.org/haskellwiki/why_haskell_matters...

More information

1 # include < stdio.h> 2 # include < string.h> 3 4 int main (){ 5 char str [222]; 6 scanf ("%s", str ); 7 int n= strlen ( str ); 8 for ( int i=n -2; i

1 # include < stdio.h> 2 # include < string.h> 3 4 int main (){ 5 char str [222]; 6 scanf (%s, str ); 7 int n= strlen ( str ); 8 for ( int i=n -2; i ABC066 / ARC077 writer: nuip 2017 7 1 For International Readers: English editorial starts from page 8. A : ringring a + b b + c a + c a, b, c a + b + c 1 # include < stdio.h> 2 3 int main (){ 4 int a,

More information

untitled

untitled August. 2013 No.114 Contents INDEX opics T! 6.8 SAT 6.9 SUN THU 5.30 FRI 5.17 Aizawa Event Calendar 8 August 8.27 TUE TUE sat 130016:00 9.10 8.24 SAT 9.21 SAT 8.31 sat - 9.14 sun 15 5 12 19 26 6 13 20

More information

AppleScriptTcl http://www2u.biglobe.ne.jp/~k_hiray/tcl_lec/index.htm http://www2u.biglobe.ne.jp/~k_hiray/tcl_lec/index2.htm 1,Tcl create_sphere at { 0

AppleScriptTcl http://www2u.biglobe.ne.jp/~k_hiray/tcl_lec/index.htm http://www2u.biglobe.ne.jp/~k_hiray/tcl_lec/index2.htm 1,Tcl create_sphere at { 0 Shade AppleScript Shade MacOS AppleScript Script ShadeTcl Python AppleScript 3 WindowsTcl AppleScriptTcl http://www2u.biglobe.ne.jp/~k_hiray/tcl_lec/index.htm http://www2u.biglobe.ne.jp/~k_hiray/tcl_lec/index2.htm

More information

VE-GD21DL_DW_ZB

VE-GD21DL_DW_ZB V E-G D21D L V E-G D21D W 1 2 3 4 1 2 1 2 1 2 2 1 2 3 1 2 3 1 2 3 1 4 4 2 3 5 5 1 2 3 4 1 2 3 1 2 3 4 1 2 3 2006 Copyrights VisionInc. @. _ & $ % + = ^ 2011

More information

VE-SV03DL VE-SV03DW Ni-MH Ni-MH Ni-MH 1 2 3 1 2 Ni-MH 3 4 5 I H 3 IH IH IH IH 2 0 4 6 6 1 2 3 # 6 6 4 I H I H I H I H I H I H I H NTT Ni-MH Ni-MH Ni-MH Ω 0570-087-087

More information

T OPICS 1 5.3 1430 1500 1700 6.2 1830 1900 T OPICS 4.16 1330 1400 6.4 1730 1800 1845 6.23 1815 1900 5.5 5.4 1430 1500 1615 1215 1300 1415 1515 TEL 011

T OPICS 1 5.3 1430 1500 1700 6.2 1830 1900 T OPICS 4.16 1330 1400 6.4 1730 1800 1845 6.23 1815 1900 5.5 5.4 1430 1500 1615 1215 1300 1415 1515 TEL 011 2016. 1 2 3 2016 4 5 SAPPORO CONCERT HALLPERFORMANCE CALENDAR 2016. 5 3 5 5 tue thu 1 2 3 5 3 SAPPORO CONCERT HALLPERFORMANCE CALENDAR 5 tue thu 5 2016 4 5 T OPICS 1 5.3 1430 1500 1700 6.2 1830 1900 T

More information

untitled

untitled JavaScript HP JavaScript JavaScript Web JavaScript Web JavaScript JavaScript JavaScript HTML HTML HTML JavaScript 1. JavaScript ON/OFF 2. JavaScript 3. 4. 5. 6. 7. 8. 9. 10. if 11. if 12. switch 13. 14.

More information

C-720 Ultra Zoom 取扱説明書

C-720 Ultra Zoom 取扱説明書 C-720 Ultra Zoom 2 3 4 1 2 3 4 5 5 6 7 6 8 9 7 10 8 ~ ~ 9 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 10 ~ ~ ~ 11 12 13 14 ÑñÉí 15 16 ~ 8 1 2 3 4 5 6 7 $ % ^ & 9 ISO 100 0! @ # 1 2 3 4 5 6 7 8 17 $ % ^ & 9 ISO 100 0! @ # 9 0!

More information

P (32LX10)

P (32LX10) D D D D D D C Matsushita Electric Industrial Co., Ltd. D D D 2 04 D 08 D 10 D A A A A 16 D 17 D 18 D A 19 D A A A A 26 417 1825 2641 D A A A A 35 D 36 D A A 38 D 41 D 42 D 51 D 52 D 54 D 56 D A A 64 D

More information

2

2 1 2 3 4 5 6 7 8 tbody tr div [_im_enclosure] div [_im_repeater] span [_im_enclosure] span [_im_repeater] ol li ul li select option 9 10

More information

C H H H C H H H C C CUTION:These telephones are for use in Japan only. They cannot be used in other countries because of differences in voltages, tele

C H H H C H H H C C CUTION:These telephones are for use in Japan only. They cannot be used in other countries because of differences in voltages, tele VE-PV01LVE-PVW01LVE-PVC01L 1 4 7 2 3 5 6 8 9 * 0 # C H H H C H H H C C CUTION:These telephones are for use in Japan only. They cannot be used in other countries because of differences in voltages, telephone

More information

/

/ / 1 UNIX AWK( ) 1.1 AWK AWK AWK A.V.Aho P.J.Weinberger B.W.Kernighan 3 UNIX AWK GNU AWK 1 1.2 1 mkdir ~/data data ( ) cd data 1 98 MS DOS FD 1 2 AWK 2.1 AWK 1 2 1 byte.data 1 byte.data 900 0 750 11 810

More information

L3 Japanese (90570) 2008

L3 Japanese (90570) 2008 90570-CDT-08-L3Japanese page 1 of 15 NCEA LEVEL 3: Japanese CD TRANSCRIPT 2008 90570: Listen to and understand complex spoken Japanese in less familiar contexts New Zealand Qualifications Authority: NCEA

More information

2

2 WJ-HD150 Digital Disk Recorder WJ-HD150 2 3 q w e r t y u 4 5 6 7 8 9 10 11 12 13 14 15 16 q w SIGNAL GND AC IN 17 SUNDAY MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY DAILY Program 1 Event No.1 Event

More information

取説_VE-PV11L(応用編)

取説_VE-PV11L(応用編) * 0 # VE-PV11L VE-PVC11L VE-PS109N 1 2 3 4 5 6 7 8 9 C H H H C H H H C C CAUTION:These telephones are for use in Japan only. They cannot be used in other countries because of differences in voltages, telephone

More information

OS Windows Mac OS Windows Mac OS Windows XP Mac OS X OS Windows 95 Mac OS

OS Windows Mac OS Windows Mac OS Windows XP Mac OS X OS Windows 95 Mac OS About use of the Chinese character which is not in a computer Reuse and sharing of data by the large-scale character set and the Macro program HUKUDA Sinobu 1 125000 800 JIS 2 2000 3 1 488 545 2 JIS X

More information

7 "%%%#%%%$.'(. '(& - "$ $$$, 0/ '( ## ##$ "! $ " $ $ *+'() &%, %'(*&+.&*,.'(!!

7 %%%#%%%$.'(. '(& - $ $$$, 0/ '( ## ##$ ! $  $ $ *+'() &%, %'(*&+.&*,.'(!! , 26 "%%%#%%%$ %&' %& () + + + ## #! $ " #$ $ $! " * $!!#!#$$!! 7 "%%%#%%%$.'(. '(& - "$ $$$, 0/ '( ## ##$ "! $ " $ $ *+'() &%, %'(*&+.&*,.'(!! 0 6e )* )* )* )* )* )* $ #!"#$$ $$ # "$$$ $$$ $$$)*+ '(%&

More information

a new way of learning Japanese p2 p5 p8 p11 p13 CONTENTS p01-16_ことは の学ひ _別冊_No.10.indd 10 /?< #)' -= #)' #)' &)(.8 0 ",+B C ; ",+B C?1 7B C 3 7 $!%* $!%* $ " 254 > @6 A 9 : 254 ",+B C ",+B C $!%*

More information

Gray [6] cross tabulation CUBE, ROLL UP Johnson [7] pivoting SQL 3. SuperSQL SuperSQL SuperSQL SQL [1] [2] SQL SELECT GENERATE <media> <TFE> GENER- AT

Gray [6] cross tabulation CUBE, ROLL UP Johnson [7] pivoting SQL 3. SuperSQL SuperSQL SuperSQL SQL [1] [2] SQL SELECT GENERATE <media> <TFE> GENER- AT DEIM Forum 2017 E3-1 SuperSQL 223 8522 3 14 1 E-mail: {tabata,goto}@db.ics.keio.ac.jp, toyama@ics.keio.ac.jp,,,, SuperSQL SuperSQL, SuperSQL. SuperSQL 1. SuperSQL, Cross table, SQL,. 1 1 2 4. 1 SuperSQL

More information

血統詳細‐本番/血統詳細0602

血統詳細‐本番/血統詳細0602 ' ( (%& $ $!! "#" "#$ # #$ #"# $ ' ( # (" ""! #! $! # # (!!"" 1w!! 2 5h 87 87457863 () 1*,(). + $()% 456457, 1 1() +() $&'+() $+* $*() $..- $.,. + $+,*() "! %*()##! +%()$0/! """ "!! ' % $ $ % & % &!!!!!

More information

HARK Designer Documentation 0.5.0 HARK support team 2013 08 13 Contents 1 3 2 5 2.1.......................................... 5 2.2.............................................. 5 2.3 1: HARK Designer.................................

More information

¥¤¥ó¥¿¡¼¥Í¥Ã¥È·×¬¤È¥Ç¡¼¥¿²òÀÏ Âè2²ó

¥¤¥ó¥¿¡¼¥Í¥Ã¥È·×¬¤È¥Ç¡¼¥¿²òÀÏ Âè2²ó 2 2015 4 20 1 (4/13) : ruby 2 / 49 2 ( ) : gnuplot 3 / 49 1 1 2014 6 IIJ / 4 / 49 1 ( ) / 5 / 49 ( ) 6 / 49 (summary statistics) : (mean) (median) (mode) : (range) (variance) (standard deviation) 7 / 49

More information

„‰“⁄†Fno.8-01.pdf

„‰“⁄†Fno.8-01.pdf Contents No.8 2006.October Takeo Public Relations Magazine 2 TAKEO Public Relations 3 TAKEO Public Relations 4 TAKEO Public Relations TAKEO Public Relations 6 7 TAKEO Public Relations 8 TAKEO Public Relations

More information

簡単なHTMLファイルを作ろう

簡単なHTMLファイルを作ろう Perl CGI 1. HTML sample1.html WWW (^^) (Paragraph) (Line brake) number

More information

6 月 号 2008 No.44 人 と 自 然 が 輝 く 高 原 のまちづくり http://www.jinsekigun.jp/ 3 4 T O P I C S & N E W S JINSEKIKOUGEN 5 油 木 高 校 J o u r n a l 神 石 高 原 町 観 光 ガイド 6 85-2711 87-0199 84-2022 82-0005 詳 しくは 地 域 子 育 て

More information

C 04 D 10 D 11 D 12 D A 14 D 16 D 17 D 18 D 19 D 419 29 D A A A 33 D 2933 2028 3445 20 D A 21 D 22 D 23 D 23 D 24 D 27 D 34 D 35 D 36 D 38 D A A 40 D

C 04 D 10 D 11 D 12 D A 14 D 16 D 17 D 18 D 19 D 419 29 D A A A 33 D 2933 2028 3445 20 D A 21 D 22 D 23 D 23 D 24 D 27 D 34 D 35 D 36 D 38 D A A 40 D C C D D D D D D C Matsushita Electric Industrial Co., Ltd.All Rights Reserved. C 04 D 10 D 11 D 12 D A 14 D 16 D 17 D 18 D 19 D 419 29 D A A A 33 D 2933 2028 3445 20 D A 21 D 22 D 23 D 23 D 24 D 27 D 34

More information

Sokushu2_perl

Sokushu2_perl hello.pl Perl print("hello, Bioinformatics!\n"); $ perl hello.pl 1 2 hello.pl print("hello, Bioinformatics!\n"); $ perl hello.pl 3 4 hello.pl 3 hello.pl Perl Perl Perl Perl print("hello, Bioinformatics!\n

More information

Microsoft Word - Win-Outlook.docx

Microsoft Word - Win-Outlook.docx Microsoft Office Outlook での設定方法 (IMAP および POP 編 ) How to set up with Microsoft Office Outlook (IMAP and POP) 0. 事前に https://office365.iii.kyushu-u.ac.jp/login からサインインし 以下の手順で自分の基本アドレスをメモしておいてください Sign

More information

Ver.1 1/17/2003 2

Ver.1 1/17/2003 2 Ver.1 1/17/2003 1 Ver.1 1/17/2003 2 Ver.1 1/17/2003 3 Ver.1 1/17/2003 4 Ver.1 1/17/2003 5 Ver.1 1/17/2003 6 Ver.1 1/17/2003 MALTAB M GUI figure >> guide GUI GUI OK 7 Ver.1 1/17/2003 8 Ver.1 1/17/2003 Callback

More information

2 3

2 3 RR-XR330 C Matsushita Electric Industrial Co., Ltd.2001 2 3 4 + - 5 6 1 2 3 2 1-3 + + - 22 +- 7 22 8 9 1 2 1 2 1 2 3 12 4 1 2 5 12 1 1 2 3 1 2 1 2 10 11 1 2 $% 1 1 2 34 2 % 3 % 1 2 1 2 3 1 2 12 13 1 2

More information

̤Äê

̤Äê SNS 1, IT.,.,.,., SNS,,,..,,.,,,.,.,,. 2 1 6 1.1................................................ 6 1.2................................................ 6 1.3...............................................

More information

橡挿入法の実践

橡挿入法の実践 PAGE:1 7JFC1121 PAGE:2 7JFC1121 PAGE:3 7JFC1121 Kadai_1.pas program input_file;{7jfc1121 19 20 { type item = record id : integer; math : integer; english : integer; var wfile data flag id_no filename :

More information

インターネットマガジン1995年8月号―INTERNET magazine No.7

インターネットマガジン1995年8月号―INTERNET magazine No.7 064 INTERNET MAGAZINE 1995/8 Copyright 1995 Netscape Communications Corporation INTERNET MAGAZINE 1995/8 065 point 2 point 7 point 6 point 3 point 5 point 4 point 1 066 INTERNET MAGAZINE 1995/8 1 2 3 4

More information

Read the following text messages. Study the names carefully. 次のメッセージを読みましょう 名前をしっかり覚えましょう Dear Jenny, Iʼm Kim Garcia. Iʼm your new classmate. These ar

Read the following text messages. Study the names carefully. 次のメッセージを読みましょう 名前をしっかり覚えましょう Dear Jenny, Iʼm Kim Garcia. Iʼm your new classmate. These ar LESSON GOAL: Can read a message. メッセージを読めるようになろう Complete the conversation using your own information. あなた自身のことを考えて 会話を完成させましょう 1. A: Whatʼs your name? B:. 2. A: Whatʼs your phone number, (tutor says studentʼs

More information

Asterisk PBX 不正利用防止

Asterisk PBX 不正利用防止 Asterisk PBX ICTR120716-OR01A Info Circus,Inc. 1 2 2 IP-PBX 3 2.1........................... 3 3 IP-PBX 4 3.1........................................... 4 3.2..................................... 4 3.3..............................

More information

2 ( 8 ) 7 14 10 16 4 Tachibana Alumni Association of Library and Information Science 10 80 10 12 10 80 20 1 80 21 2

2 ( 8 ) 7 14 10 16 4 Tachibana Alumni Association of Library and Information Science 10 80 10 12 10 80 20 1 80 21 2 ( ) 80 150 230 80 50 100 1 2 ( 8 ) 7 14 10 16 4 Tachibana Alumni Association of Library and Information Science 10 80 10 12 10 80 20 1 80 21 2 3 Power Power 1985 12 2 4 12 PDF 40 59 59 60 63 1 IT One for

More information

haskell.gby

haskell.gby Haskell 1 2 3 Haskell ( ) 4 Haskell Lisper 5 Haskell = Haskell 6 Haskell Haskell... 7 qsort [8,2,5,1] [1,2,5,8] "Hello, " ++ "world!" "Hello, world!" 1 + 2 div 8 2 (+) 1 2 8 div 2 3 4 map even [1,2,3,4]

More information

elemmay09.pub

elemmay09.pub Elementary Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Number Challenge Time:

More information

untitled

untitled 280 200 5 7,800 6 8,600 28 1 1 18 7 8 2 ( 31 ) 7 42 2 / / / / / / / / / / 1 3 (1) 4 5 3 1 1 1 A B C D 6 (1) -----) (2) -- ()) (3) ----(). ()() () ( )( )( )( ) ( ) ( )( )( )( ) () (). () ()() 7 () ( ) 1

More information

目 め 隠 か く し 陶 と う 芸 げ い の 心 こころ 旅 た び の 巻 ま き 闇 の 中 に 見 えてくるイメージを 形 に キッズゴルファーへの 道 の 巻 週 末 体 験 くらぶの 夏 休 み 期 間 中 の 予 定 です 週 末 体 験 くらぶの 夏 休 み 期 間 中 の 予 定 です 8 SUN MON TUE WED THU FRI SAT 2 3 4 5 6

More information

Networking Semester 802.3

Networking Semester 802.3 Networking Semester 802.3 2 ) ( Computer Hardware () () () () () () () () ()- () () () () () BIOS () Computer Software Operating Systems Windows, Linux Linux Windows OS I 1.C 2. 3. 3-1.main 3-2.printf

More information

C FGIH C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C

C FGIH C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C TUDSR5SET TUDSR5 C 7 8 9 ch DIGITAL CS TUNER C C C C S-A C FGIH C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C

More information

01 02 03 04 05 06 12 14 20 23 26 28 01 02 03 04 05 06 07 08 09 10 11 12 13 14 10:30-11:20 K-01 13:00-14:00 K-02 14:30-15:30 K-04 16:00-17:00 K-06 AD-01 AD-02 14:00-17:00 AD-03 11:00-15:00 SP-01 13:00-14:00

More information

POWERCHR.backup.OMB

POWERCHR.backup.OMB PowerChrom Software Manual PowerChrom version 2.5 for Windows and Macintosh Computers 日本語解説書 PowerChrom www.edaq.jp ( 有 )ADInstruments ジャパン 本マニュアルは現時点での可能な限り正確な情報を記載しています 但し 記載されているソフトウエア およびハードウエアに関する事柄は将来変更される可能性があります

More information

西川町広報誌NETWORKにしかわ2011年1月号

西川町広報誌NETWORKにしかわ2011年1月号 NETWORK 2011 1 No.657 平 成 四 年 四 の 開 校 に 向 け て 家 庭 教 育 を 考 え よ う! Every year around the winter holiday the Japanese custom of cleaning out your office space is performed. Everyone gets together and cleans

More information

PBASIC 2.5 PBASIC 2.5 $PBASIC directive PIN type New DEBUG control characters DEBUGIN Line continuation for comma-delimited lists IF THEN ELSE * SELEC

PBASIC 2.5 PBASIC 2.5 $PBASIC directive PIN type New DEBUG control characters DEBUGIN Line continuation for comma-delimited lists IF THEN ELSE * SELEC PBASIC 2.5 PBASIC 2.5 BASIC Stamp Editor / Development System Version 2.0 Beta Release 2 2.0 PBASIC BASIC StampR PBASIC PBASIC PBASIC 2.5 Parallax, Inc. PBASIC 2.5 PBASIC 2.5 support@microbot-ed.com 1

More information