dictoss( ) (yy y ja jp) zinrai wbcchsyn

Size: px
Start display at page:

Download "1 2 1.1 dictoss( ).... 2 1.2 (yy y ja jp)...... 2 1.3 zinrai............ 2 1.4......... 2 1.5......... 2 1.6 wbcchsyn......... 2 1.7....... 2 1.8"

Transcription

1 116 Debian.Deb 銀 河 系 唯 一 のDebian 専 門 誌 Debian

2 dictoss( ) (yy y ja jp) zinrai wbcchsyn (@knok) Debian Trivia Quiz 3 3 Debian Debian with 2 Debian Debian

3 116 Debian : dictoss( ) VAIO P linux-image-3.14 MP3 1.2 (yy y ja jp) DDTSS 1.5 xmris 1.6 wbcchsyn zinrai iodine,nikola PC (@knok) KAKASI Leap Motion, HID ECS Liva 2

4 116 Debian Debian Trivia Quiz Debian Debian debian-devel-announce@lists.debian.org debian-devel@lists.debian.org /8/16 Debian? A 25 B 21 C /7 Debian Developer? A Finland B Ireland C New Zealand 3. OpenAmbit 2014/7 sid? A AmazonTV B ChoromeCast C SUNNTO AMBIT /7/31 technical committee Debian JPEG? A libjpeg6b B libjpeg8/9 C libjpeg-turbo /7/31 technical committee Debian init? A ftp B tftp-hpa C ncftp /7/20 squeeze squeeze-lts? A 10 B 9 C /7/31 Jessie linux kernel? A 3.14 B 3.12 C

5 8. VCS-* VCS changelog? A B C 9. lintian? A HTML /CSS/JS/video B HTML Debian C HTML /7 BTS WEB reply? A BTS reply B BTS reply C Subject/ / /8/14 Debian Installer Jessie Beta 1 init? A systemd B sysvinit C upstart 4

6 116 Debian Debian Debian with 2 Debian ( ) 10 10:00-16:00 2 Debian 16:00 Debian Jenkins Debian Developer Jenkins 5

7 116 Debian Debian 4.1 (TMS: Tile Map Service) OSGeo (Open Source Geospatial Foundation) 256px 256px 1 1/ n 2 n 2 n = 4, 294, 967, [1] HTTP URI VERSION z x y x y lat lon [2] x = 2z (lon + 180) 360 y = 2 z 1 (1 ln(tan(lat π 180 )) + 1 cos(lat π π 180 ) ) 6

8 4.2 JAXA AMSR2 [3] sftp $ sftp -oport=2051 username@gcom-w1.jaxa.jp sftp> get AMSR2/YYYY/YYYY.MM/L3/SST_10/1/GW1AM2_YYYYMMDD_01D_EQOD_L3SGSSTHA h5.gz gzip HDF5 HDF5 Python Ruby px 3600px 1800px Python RGB ASCII PPM (R,G,B)=(0,0,0) 2 ImageMagick convert tiff $ convert -transparent black converted.ppm map.tiff Tiff 2 GDAL Tiff GeoTiff GDAL GeoTiff JPG PNG HDF NetCDF HDF5 GDAL GDAL gdal-bin Tiff GeoTiff gdal translate gdalwarp gdal translate 7

9 $ gdal_translate -q -gcp \ -gcp \ -gcp \ -gcp map.tiff tmp.tiff $ gdalwarp -q -s_srs EPSG:4326 -r cubic tmp.tiff map.tiff python-gdal gdal2tiles.py 4.3 Web Apache mod python mod rewrite mod rewrite URL mod python Apache Python binding CGI # apt-get install libapache2-mod-python # a2enmod python # service apache2 restart /etc/conf.d/ <Directory /some/path> SetHandler mod_python PythonHandler mod_python.publisher </Directory> mod python mod python.publisher HTTP Python DocumentRoot hello.py Python def sayhello(req, name): return Hello %s %name GET Web sayhello name Debian sayhello Hello Debian URI GET mod rewrite URI /etc/apache/conf.d <Directory "/var/www/tile/1.0.0/sst"> RewriteEngine On RewriteBase /tile/1.0.0/sst/ RewriteRule ^([0-9]+)/([0-9]+)/([0-9]+).png gettile.py/get?z=$1&x=$2&y=$3 AddHandler mod_python.py PythonHandler mod_python.publisher </Directory> sst/gettile.py/get?z=4&x=12&y=34 gettile.py req, x, z, y URI 8

10 gdal2tiles.py generate base tiles 1180 def generate_base_tiles(self): """Generation of the base tiles (the lowest in the pyramid) directl y from the input raster""" (Snip...) for ty in range(tmaxy, tminy-1, -1): #range(tminy, tmaxy+1): for tx in range(tminx, tmaxx+1): if self.stopped: break ti += 1 tilefilename = os.path.join(self.output, str(tz), str(tx), "%s.%s" % (ty, self.tileext)) if self.options.verbose: print(ti, /,tcount, tilefilename) #, "( TileMapService : z / x / y )" def generate_base_tiles(self): """Generation of the base tiles (the lowest in the pyramid) directl y from the input raster""" (Snip...) for ty in range(tmaxy, tminy-1, -1): #range(tminy, tmaxy+1): for tx in range(tminx, tmaxx+1): generate_tile(tx, ty, self.tmaxz) # def generate_tile(self, ty, tx, tz): ds = self.out_ds tilebands = self.databandscount + 1 querysize = self.querysize generate tile mod python def get(req, z, tx, ty): req.content_type = image/png #req.write( z: %s\ntx: %s\nty: %s %(z,tx,ty)) g = GDAL2Tiles([ /home/chome/public_html/tile/sst/map.tiff, /var/www/tile/1.0.0/sst ]) g.open_input() g.generate_tile(int(ty),int(tx),int(z)) with open( /var/www/tile/1.0.0/sst/%s/%s/%s.png %(z,tx,ty), rb ) as f: req.write(f.read()) 4.4 Debian gdal2tiles.py mod python GeoTiff [1] Tile Map Service in Geoide, Services_in_Geoide [2] Slippy map tilenames, [3] GCOM-W1 9

11 116 Debian debian-tilemap-service, 6 10

12 Debian Debian 11

114 Debian.Deb 銀河系唯一のDebian 専門誌 GPG

114 Debian.Deb 銀河系唯一のDebian 専門誌 GPG 114 Debian.Deb 銀河系唯一のDebian 専門誌 2014 06 14 GPG 1 2 1.1 wbcchsyn......... 2 1.2......... 2 1.3 yyuu............ 2 1.4 zinrai............ 2 1.5 koedoyoshida....... 2 1.6 regonn(kenta Tanoue).. 2 1.7.......

More information

/ 2014 2014 12 30 1 Introduction 2 2 Debian Updates 3 3 Debian systemd 9 4 Debian x LibreOffice 16 5 Debian Arch Linux 20 6 Debian 25 7 Linux 29 8 GPG 33 9 Jenkins Debian 37 10 DebConf14 41 11 Debian

More information

東京エリアDebian勉強会 - 第117回 2014年9月度

東京エリアDebian勉強会 - 第117回 2014年9月度 Debian 117 2014 9 2014 9 27 Agenda Debian 116 Debian Debian Trivia Quiz DebConf14 xmris rogerlocalet.com Roger dictoss( ) ITP wx3.0-doc Debian (yy y ja jp) DDTSS 1 1 http://ddtp.debian.net/ddtss/index.cgi/ja

More information

henrich knok koedoyoshida kenhys wbcchsyn z

henrich knok koedoyoshida kenhys wbcchsyn z 121 Debian.Deb 銀河系唯一の Debian 専門誌 Debian Linux Mint 2014 12 20 1 2 1.1 henrich........... 2 1.2............. 2 1.3 knok............ 2 1.4 koedoyoshida....... 2 1.5 kenhys........... 2 1.6 wbcchsyn.........

More information

108 Debian.Deb 銀河系唯一のDebian 専門誌

108 Debian.Deb 銀河系唯一のDebian 専門誌 108 Debian.Deb 銀河系唯一のDebian 専門誌 2014 01 18 1 2 1.1......... 2 1.2 (yy y ja jp)...... 2 1.3 henrich........... 2 1.4 dictoss( )..... 2 1.5............. 2 1.6 koedoyoshida........ 2 2 Debian Trivia Quiz

More information

東京エリアDebian勉強会 - 第85回 2012年2月度

東京エリアDebian勉強会 - 第85回 2012年2月度 Debian 85 2012 2 nozzy@debian.or.jp 2012 2 18 Agenda Debian 84 Debian Debian Trivia Quiz Debian KDE 4 cmake 84 Debian 84 Debian WEB VPS twitter ) gnome desktop KDE EBView (RDP) VNC KRDC KSnapshot EBView

More information

東京エリアDebian勉強会 - 第111回 2014年3月度

東京エリアDebian勉強会 - 第111回 2014年3月度 Debian 111 2014 3 2014 3 15 Agenda Debian 109 Debian 110 Debian Debian Trivia Quiz Debian iphone5 110 Debian Debian 109 ( ) 4 Debian dnsmasq Debian PC Debian DNS DNS 5 PXE boot 111 Debian 110 Debian

More information

東京エリアDebian勉強会 Debian JP Project - OSC 2017 Tokyo/Fall (第154回出張勉強会)

東京エリアDebian勉強会 Debian JP Project - OSC 2017 Tokyo/Fall (第154回出張勉強会) Debian Debian JP Project OSC 2017 Tokyo/Fall 154 dictoss@live.jp 2017 09 10 Agenda Debian Debian 9 Debian Updates Debian Debian / RHEL RedHat CentOS RedHat Ubuntu Canonical Debian Debian Linux FreeBSD

More information

東京エリアDebian勉強会 - 第91回 2012年9月度/OSC2012 Tokyo/Fall)

東京エリアDebian勉強会 - 第91回 2012年9月度/OSC2012 Tokyo/Fall) Debian 91 2012 9 /OSC2012 Tokyo/Fall) iwamatsu@debian.org 2012 9 8 2012 9 8 1/82 / Nobuhiro Iwamatsu Twitter / @iwamatsu Debian Project Official Developer Linux kernel, Debian/SuperH, Bluetooth subsystem,

More information

CSV PDF TIFF JPG A A

CSV PDF TIFF JPG A A GNSS G Web Web.NEXT GNSS Web CSV PDF TIFF JPG A A URL USB A PDF JPG PDF JPG TIFF TIFF IC IC PC GML GIS DVD Web Web Web. NEXT Web Web Web Web.NEXT Web http : // www. gsi. go. jp / PCOMMENT / csfeedback.

More information

東京エリアDebian勉強会 - 第86回 2012年3月度

東京エリアDebian勉強会 - 第86回 2012年3月度 Debian 86 2012 3 iwamatsu@debian.org Twitter: @iwamatsu 2012 3 17 Agenda Debian 85 Debian 0 Debian Debian - - Apache2 HTTP Debian / @iwamatsu Debian Project Official Developer Bluetooth, OpenCV, mozc,

More information

東京エリアDebian勉強会 - 第87回 2012年4月度

東京エリアDebian勉強会 - 第87回 2012年4月度 Debian 87 2012 4 nozzy@debian.or.jp 2012 4 21 Agenda Debian 85 Debian 86 Debian Agenda( ) DWN quiz Debian node Android Debian Debhelper 85 Debian (JR ) KDE / Debhelper(dh dpatch patch,dh autotoolsdev

More information

1 Debian Debian nabaua dictoss Roger Shimizu koedoyoshida

1 Debian Debian nabaua dictoss Roger Shimizu koedoyoshida 144 Debian.Deb 銀河系唯一の Debian 専門誌 preseed 2016 10 15 1 Debian 2 1.1 143 Debian............ 2 2 3 2.1 nabaua........... 3 2.2 dictoss........... 3 2.3 Roger Shimizu....... 3 2.4 koedoyoshida....... 3 2.5

More information

161 Debian.Deb 銀河系唯一の Debian 専門誌 GO

161 Debian.Deb 銀河系唯一の Debian 専門誌 GO 161 Debian.Deb 銀河系唯一の Debian 専門誌 GO 2018 3 24 1 Debian 2 1.1 159 Debian............ 2 1.2 OSC 2018 Tokyo/Spring.. 2 2 3 2.1 hiromiso.......... 3 2.2 yy y ja jp......... 3 2.3 ysaito............ 3 2.4 henrich...........

More information

インストール取扱説明書

インストール取扱説明書 Kabayaki for Linux version 1.3.0 2 Kabayaki for Linux : 2004-03-09 3 4 5 6 2004-03-10: Kabayaki for Linux Version 1.3.0 released. Red Hat Enterprise Linux 2.1 Adobe AcrobatMicrosoft Word/Excel/PowerPoint

More information

橡Taro9-生徒の活動.PDF

橡Taro9-生徒の活動.PDF 3 1 4 1 20 30 2 2 3-1- 1 2-2- -3- 18 1200 1 4-4- -5- 15 5 25 5-6- 1 4 2 1 10 20 2 3-7- 1 2 3 150 431 338-8- 2 3 100 4 5 6 7 1-9- 1291-10 - -11 - 10 1 35 2 3 1866 68 4 1871 1873 5 6-12 - 1 2 3 4 1 4-13

More information

51 Debian

51 Debian 51 Debian 2009 4 18 51 Debian 2009 4 1 Introduction Debian Debian Debian Debian Debian Developer () face-toface Debian Debian Debian Debian Package Debian 2009 1. () 2. OSC Tokyo 3. VAIO P ( )(?) 4. Git

More information

…l…b…g…‘†[…N…v…“…O…›…~…fi…OfiÁŸ_

…l…b…g…‘†[…N…v…“…O…›…~…fi…OfiÁŸ_ 12 : REST : Apache Tomcat Node.js 1 / 29 basic auth/:.htaccess.htpasswd.htaccess Web ( MIME ) testcgi.c: CGI rest.rb: yahoo CGI (written in ruby) tomcat/ testform.html: form.jsp form.jsp: PUT JSP form

More information

インストール取扱説明書

インストール取扱説明書 Kabayaki for Linux version 1.2.0 2 Kabayaki : 2003-09-01 3 4 2003-8-04: Kabayaki Version 1.2.0 released. URL WebSpider URL () 1 WebSpider () 2003-6-30: Kabayaki Version 1.1.5 released. WebSpider robots.txt

More information

付録B

付録B Kabayaki for Windows version 1.3.0 2 : Kabayaki for Windows 1.0.3 version HTTP Server Kabayaki for Windows 1.0.3 version Kabayaki for Windows HTTP Server Kabayaki for Windows 3 4 Internet Information Service

More information

P CS2.indd

P CS2.indd Series ø, ø, ø 27.2kg 11.3kg ø kg 35 30 25 20 15 10 5 0 27.2 11.3 58% 30.1 13.1 57% 1 1.6 1.6 1,500 1,200 1,000 500 0 0 15 30 45 60 75 90 400 300 200 100 & 0 0 400 800 1200 0 565 Series 0.005MPa 5mm/s

More information

H1-2-3-4.indd

H1-2-3-4.indd 1 1 1 2 3 9 9 10 10 12 12 14 14 16 16 17 18 19 21 28 1 26 11 22 26 11 23 26 11 24 Web 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 4 4 8 2 2 4 20 4 4 8 4 4 8 2 2 4 4 4 32 4 4 12 4 4 4 4 4 4 4 4 8 2

More information

111 Debian.Deb 銀河系唯一の Debian 専門誌 iphone

111 Debian.Deb 銀河系唯一の Debian 専門誌 iphone 111 Debian.Deb 銀河系唯一の Debian 専門誌 iphone5 2014 03 15 1 2 1.1 (yy y ja jp)...... 2 1.2 dictoss( ).... 2 1.3 umireon.......... 2 1.4............. 2 1.5............. 2 2 Debian Trivia Quiz 3 3 Debian 4 3.1

More information

142 Debian.Deb 銀河系唯一の Debian 専門誌 LXC

142 Debian.Deb 銀河系唯一の Debian 専門誌 LXC 142 Debian.Deb 銀河系唯一の Debian 専門誌 LXC 2016 8 20 1 Debian 2 1.1 141 Debian............ 2 2 3 2.1 mkouhei.......... 3 2.2 dictoss........... 3 2.3............. 3 2.4 kenhys........... 3 2.5 koedoyoshida.......

More information

Taro13-第6章(まとめ).PDF

Taro13-第6章(まとめ).PDF % % % % % % % % 31 NO 1 52,422 10,431 19.9 10,431 19.9 1,380 2.6 1,039 2.0 33,859 64.6 5,713 10.9 2 8,292 1,591 19.2 1,591 19.2 1,827 22.0 1,782 21.5 1,431 17.3 1,661 20.0 3 1,948 1,541 79.1 1,541 79.1

More information

: BV15005

: BV15005 29 5 26 : BV15005 1 1 1.1............................................. 1 1.2........................................ 1 1.3........................................ 1 2 3 2.1.............................................

More information

yy yy ;; ;; ;; ;; ;; ;; ;; ;; ;; ;; ;; ;; ;; ;; ;;; ;;; ;;; ;;; ;;; ;;; ;;; ;;; ;;; ;;; ;;; ;;; ; ; ; ;; ;; ;; ;;; ;;; ;;; ;; ;; ;; ;; ;; ; ; ; ; ; ; ;

More information

Sprague et al 図 2 茨城県牛久市牛久沼周辺の 迅速測図. 拡大すると, 樹種や土地利用が記載されている NPO NGO Web- GIS

Sprague et al 図 2 茨城県牛久市牛久沼周辺の 迅速測図. 拡大すると, 樹種や土地利用が記載されている NPO NGO Web- GIS GIS Theory and Applications of GIS, 2009, Vol. 17, No.1, pp.83-92 FOSS4G を用いた歴史的農業環境閲覧システムの構築 岩崎亘典 デイビッド S. スプレイグ 小柳知代 古橋大地 山本勝利 Development of the Historical Agro-Environment Browsing System constructed

More information

大統一Debian勉強会 gdb+python拡張を使ったデバッグ手法

大統一Debian勉強会 gdb+python拡張を使ったデバッグ手法 Debian 2013 gdb+python nozzy@debian.or.jp 2013 6 29 Level Debian Up Debian Debian debian sid unstable Debian debian sid unstable *-dbg Debian debian sid unstable *-dbg gdb Debian debian sid unstable *-dbg

More information

"CAS を利用した Single Sign On 環境の構築"

CAS を利用した Single Sign On 環境の構築 CAS Single Sign On (Hisashi NAITO) naito@math.nagoya-u.ac.jp Graduate School of Mathematics, Nagoya University naito@math.nagoya-u.ac.jp, Oct. 19, 2005 Tohoku Univ. p. 1/40 Plan of Talk CAS CAS 2 CAS Single

More information

取扱説明書 [F-01D]

取扱説明書 [F-01D] F-01D 12.7 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 a b 18 c d e 19 a b c d e f a b j k l g h i f m n o p a b c d e f g h i j k l m n o p a t y b X 20 a b a b a b c a b c 21 a b a b c a b c a b 22 23

More information

インストール取扱説明書

インストール取扱説明書 Kabayaki for Windows version 1.2.1 2 Kabayaki for Windows 7 13 13... 15 19 19 Kabayaki for Windows... 21 Kabayaki,... 21 ActivePerl... 22 Apache HTTP Server... 23 (IIS)... 23 Windows NT 4.0... 24 Windows

More information

debian_manual.dvi

debian_manual.dvi How to set up Linux 01/07/02 Debian GNU/Linux 1 potato 1.1 rescue.bin root.bin driver-1.bin 1 1.2 1. Debian GNU/Linux Debian http://http.us.debian.org/debian/ http://ftp.jp.debian.org Fig. 1 Fig. 1 Debian

More information

174 Debian.Deb 銀河系唯一の Debian 専門誌 /usr Merge

174 Debian.Deb 銀河系唯一の Debian 専門誌 /usr Merge 174 Debian.Deb 銀河系唯一の Debian 専門誌 /usr Merge 2019 5 18 1 Debian 2 1.1 173 Debian............ 2 2 3 2.1 yy y ja jp......... 3 2.2 khibino........... 3 2.3 NOKUBI Takatsugu (knok) 3 2.4 lion (2015fuj).......

More information

World Wide Web =WWW Web ipad Web Web HTML hyper text markup language CSS cascading style sheet Web Web HTML CSS HTML

World Wide Web =WWW Web ipad Web Web HTML hyper text markup language CSS cascading style sheet Web Web HTML CSS HTML Web 工学博士大堀隆文 博士 ( 工学 ) 木下正博 共著 World Wide Web =WWW Web ipad Web Web HTML hyper text markup language CSS cascading style sheet Web Web HTML CSS HTML ii HTML CSS CSS HTML HTML HTML HTML Eclipse Eclipse Eclipse

More information

10 12 13 16 17 26 26 31 32 33 33 35 37 38 39 42 43 44 2 15 5 15 57 17 16 4 16 4 2 JA 16 7 1 10 22 11 9 12 6 12 2 12 24 17 1 6 JA 3 4 5 16 7 1 6 ( ) ( ) 15 ( ) ( ) ( ) ( ) ( ) 16 3 35 37 1 93 223 ( ) 218

More information

Keynote 3 ユーザーズガイド

Keynote 3 ユーザーズガイド Keynote3 K AppleComputer,Inc. 2006AppleComputer,Inc.Allrightsreserved. AppleComputer,Inc. Apple Apple Computer,Inc. Apple AppleComputer,Inc. Apple 1InfiniteLoop Cupertino,CA95014-2084 U.S.A. www.apple.com

More information

11 Debian Debian Debian Project Official Developer

11 Debian Debian Debian Project Official Developer 11 Debian Debian 2005 12 10 Debian Project Official Developer 1 Introduction To Debian 2 1.1.................................................. 2 1.2................................................ 2 2

More information

-----------------------------------------------------------------------------------------1 --------------------------------------------------------------------------------------1 -------------------------------------------------------------------------------------1

More information

›¼’à”v“lŠÍ1−ª

›¼’à”v“lŠÍ1−ª 3 1 1 2 3 4 5 6 7 8 8 10 12 14 16 18 20 22 24 2 1 2 3 4 5 6 7 8 9 10 11 12 26 28 30 32 34 36 38 40 42 44 46 48 50 4 3 1 2 3 4 5 52 54 56 58 60 6 62 7 8 9 10 64 66 68 70 72 5 1 1 4 2 5 6 6 7 1 8 1 9 2 10

More information

1 2 3 4 1 2 3 4 1 2 3 4 12 3 4

1 2 3 4 1 2 3 4 1 2 3 4 12 3 4 1 2 3 4 5 6 1 2 3 4 5 6 1 2 1 2 1 2 1 2 1 2 3 4 12 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 12 3 4 1 2 3 4 5 6 7 8 1 2 3 46 7 1 2 3 4 5 6 7 1 2 3 4 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 16 7 8 92 3 46 7 :

More information

- 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 2-12 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 1 - 2 - 3 6 1 1-4 - 5 - 6 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 130 3 130 5 2 50 1.5 48 59 62 63-9 - 1 - 2 - 3 () - 4 - 5 -

More information

S1460...........\1.E4

S1460...........\1.E4 3 4 3 4 5 3 4 5 3 4 3 4 3 3 3 3 4 3 4 3 3 4 4 3 3 3 3 4 3 4 3 3 3 3 3 3 4 3 4 3 4 5 4 3 5 4 3 3 4 5 3 4 5 4 3 4 3 3 4 3 4 3 3 3 3 3 4 3 3 4! "! " " 0 6 ! " 3 4 3 3 4 3 ! " 3 3 4 5 4 5 6 3 3

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション 0 1 2 3 4 5 6 1964 1978 7 0.0015+0.013 8 1 π 2 2 2 1 2 2 ( r 1 + r3 ) + π ( r2 + r3 ) 2 = +1,2100 9 10 11 1.9m 3 0.64m 3 12 13 14 15 16 17 () 0.095% 0.019% 1.29% (0.348%) 0.024% 0.0048% 0.32% (0.0864%)

More information

1 Linux UNIX-PC LAN. UNIX. LAN. UNIX. 1.1 UNIX LAN. 1.2 Linux PC Linux. 1.3 studenta odd kumabari studentb even kumabari studentc odd kumabari student

1 Linux UNIX-PC LAN. UNIX. LAN. UNIX. 1.1 UNIX LAN. 1.2 Linux PC Linux. 1.3 studenta odd kumabari studentb even kumabari studentc odd kumabari student LAN 0000000000 6/6, 6/13, 6/20 1 Linux UNIX-PC LAN. UNIX. LAN. UNIX. 1.1 UNIX LAN. 1.2 Linux PC Linux. 1.3 studenta odd kumabari studentb even kumabari studentc odd kumabari studentd even kumabari 1: LAN

More information

m_sotsuron

m_sotsuron iphone Web 0848066 1. 1 1 1 2 iphone 2 3 2 4 3 2. 3 1 3 2 iphone Web 6 3 HTML 10 4 CSS 12 5 iphone 14 6 15 7 16 8 ipad 18 3. 22 iphone Web Web 2 iphone Web iphone iphone Web iphone Web PC 1 2000 iphone

More information

Armadillo-9 ソフトウェアマニュアル

Armadillo-9 ソフトウェアマニュアル Software Manual http://www.atmark-techno.com/ http://armadillo.atmark-techno.com/ Armadillo-9 software manual ver.1.0.16 1.... 1 1.1.... 1 1.2.... 1 1.3.... 1 1.4.... 2 1.5.... 2 1.6.... 2 2.... 3 2.1....

More information

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

Plone Web Plone OpenID 1.4 Gracie Gracie OpenID Python Plone GNU GPL Plone Gracie Password Authentication Module (PAM) UNIX OpenID 1. OpenID 2 OpenID

Plone Web Plone OpenID 1.4 Gracie Gracie OpenID Python Plone GNU GPL Plone Gracie Password Authentication Module (PAM) UNIX OpenID 1. OpenID 2 OpenID Technical Reports on Information and Computer Science from Kochi Vol. 1 (2009), No. 2 Web OpenID 1, 2 Plone/ArcheTypes Web DB Web OpenID OpenID OpenID Provider Relying Party DB Web OpenID Apache httpd

More information

endo.PDF

endo.PDF MAP 18 19 20 21 3 1173 MAP 22 700800 106 3000 23 24 59 1984 358 358 399 25 12 8 1996 3 39 24 20 10 1998 9,000 1,400 5,200 250 12 26 4 1996 156 1.3 1990 27 28 29 8 606 290 250 30 11 24 8 1779 31 22 42 9

More information

main.dvi

main.dvi A PostScript y 1997 1 Silicon Graphics i-station ( vhsgi) 1 i-station LaserMaster DisplayMaker-J DisplayMaker-J A dpi( ) PostScript 2 PostScript DisplayMaker-J i-station i-station ( AVS) PostScript i-station

More information

12 Debian Debian Debian Project Official Developer

12 Debian Debian Debian Project Official Developer 12 Debian Debian 2006 1 21 Debian Project Official Developer 1 Introduction To Debian 2 1.1.................................................. 2 1.2................................................ 2 2 Debian

More information

(Part-3) 3 Why? How Who How Worth Part-1? Whom Part-2 When Part-3? What? Which How Much Part-4 summary 2

(Part-3) 3 Why? How Who How Worth Part-1? Whom Part-2 When Part-3? What? Which How Much Part-4 summary 2 2011 Part-3 / UNIX) ( Sphinx-Users.jp / ) 2011-11-30 InternetWeek 2011 1 (Part-3) 3 Why? How Who How Worth Part-1? Whom Part-2 When Part-3? What? Which How Much Part-4 summary 2 3 3 4 activity // SCA ()

More information

P1-1 P1-2 P1-3 P1-4 P1-5 P1-6 P3-1 P3-2 P3-3 P3-4 P3-5 P3-6 P5-1 P5-2 P5-3 P5-4 P5-5 P5-6 P7-1 P7-2 P7-3 P7-4 P7-5 P7-6 P9-1 P9-2 P9-3 P9-4 P9-5 P9-6 P11-1 P11-2 P11-3 P11-4 P13-1 P13-2 P13-3 P13-4 P13-5

More information

C G I 入 門 講 座

C G I 入 門 講 座 Apache VsftpdPerl tsuyoshi@t-ohhashi JAPET NTT Linux 1 FTP CGI VSFTP Apache Perl Perl CGI Apache CGI CGI Perl CGI CGI PHP CGI CGI 2 Windows CGI EUC Windows Windows CGI 64KB Windows CGI ( ) Windows TeraPad

More information

地域と文化資産

地域と文化資産 11 2005 1980 151 20 65 1 6 37 7 A D E F G H - 2 - 2005 8 6 10:00 10:30 2-432 A D 7 E 8 1-F 1-G - 3 - 2005 H 1970 2005 8 26-4 - A B D E F G H 3 7 8 1 5 6 1 10-5 - 2005 10 1 5 6 1 1 30 2 3 5 3 2 1 2005 8

More information

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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 http://www.moj.go.jp/press/090130-1.html 55 56 57

More information

レイアウト 1

レイアウト 1 OSS を利用した簡易な地図画像配信とその利活用について 髙橋洋二 嘉山陽一 沼田圭太 ( ) 1. はじめにインターネット上で地図を表示する仕組みとして 地図の閲覧者が利用する PC が要求する情報をもとに MapServer 1) 等による Web マッピングサーバを利用し表示に必要な地図画像を動的に作成して配信する手法が利用されてきた この手法は 配信する地図画像を動的に作成するための Web

More information

Web2.0 LL Framework Ruby on Rails / TurboGears / CakePHP Atlas Web2.0 XML Selenium / JMeter 3 Ajax Web 2.0 UI... 1. Ruby on Rails Web 2. ASP.NET AJAX,

Web2.0 LL Framework Ruby on Rails / TurboGears / CakePHP Atlas Web2.0 XML Selenium / JMeter 3 Ajax Web 2.0 UI... 1. Ruby on Rails Web 2. ASP.NET AJAX, Web2.0 coopetitive Web2.0 LL Framework Ruby on Rails / TurboGears / CakePHP Atlas Web2.0 XML Selenium / JMeter 3 Ajax Web 2.0 UI... 1. Ruby on Rails Web 2. ASP.NET AJAX, jmaki UI 3. prototype.js JavaScript

More information