25일 국제우주정거장(ISS)은 특별한 손님맞이를 했다. 인류 우주탐험 역사상 처음으로 두 명의 여성 우주선 선장이 우주에서 만난 것. ISS의 페기 윗슨 선장(왼쪽)과 미 우주왕복선 디스커버리호의 패멀라 멜로이 선장의 뜨거운 포옹을 계기로 우주 공간에서 더욱 활발해질 여성들의 맹활약을 기대해 본다.
1. Where to get a Certificate First of all you need a valid digital certificate. You can get one for free by various Security Providers, for Germany especially for people from Hamburg, you can get such a certificate from the Trustcenter ( [1] ), other people may have a look at Thawte ( [2] ). These companies offer such a certificate for free with an expiration time of one year. After that you have to renew it if you like. If not you will not be able to sign documents any longer. If you do not trust these companies or want a higher Class Certificate you need to pay some money and the company will validate your personal data to make sure that you are the one you say you are. Such companies are Globalsign ( [3] ), Verisign ( [4] ) and also Trustcenter and Thawte. In combination with a Freemail Account you can get a digital certificate for Germany at Web.de ( [5] ). 1.1 How to make a certificate useable for StarOffice If you follow the process to get a certificate this will be installed
Example WordPress Installation You can download custom core files here . Introduction: WordPress is a bunch of PHP scripts and HTML code that work together to create a web log. Whatever the merits of other popular web log packages (e.g. MovableType, Drupal) WordPress is the easiest to install, configure and customize. If you have comments or corrections for this tutorial, please send us feedback . Assumptions: using the latest WordPress code using a Linux/Apache web server PHP 4.2 or higher is installed on the web server using MySql 4.0 or higher for a database In Summary: Download latest WordPress code Create an empty MySql database on the web server Create the directory structure on the web server Unzip/untar files and upload to install directory Edit configuration scrip t Point your browser to the setup script Follow prompts in browser window In Detail: Download latest WordPress code You can download wordpress-2.1.tar.gz (for Linux) or wordpress-2.1.zip (for Windows) from
Wumpus World는 인공지능 중에서도 문제 해결(Problem Solving; PS) 분야의 문제로써 매우 유명한 예제이다. Logical Agents를 사용 하여 해결하는 문제이며, Logical Agent는 환경에 대한 정보와 판단으로 구성되어있다. 로봇의 이동, 환경의 변화와 같은 입력 값에 따라 Logical Agent의 환경에 대한 정보, 판단의 내용이 바뀌게 되며 이에 따라 다음 행동을 결정한다. Wumpus는 괴물의 이름이며, Wumpus가 살고 있는 동굴을 가리켜 Wumpus World라고 한다. 동굴의 환경은 4가지가 있다. - 평범한 바닥 (Floor) - 괴물 (Wumpus) - 구덩이(Pit) - 보물(Gold) 이 문제의 목적은 출제자에 따라 다르지만 가장 큰 목적은 구덩이와 괴물을 피해 보물이 있는 곳까지 도달하는 것이다. 문제에 따라 보물을 획득하고 괴물의 위치를 파악하여 괴물을 죽이라는 과제가 추가되기도 한다. 이 동굴의 특징은 여러 개의 방으로 이루어져 있으며, 동굴 전체는 칠흑같이 어두워서 탐험가(Explorer)가 들고 있는 횃불로는 현재 위치하고 있는 방의 정보 밖에 알 수 없다. 또한 탐험가는 현재 있는 위치에서 전, 후, 좌, 우 네 방향으로 움직일 수 있으며, 가지고 있는 활을 사용하여 괴물을 죽일 수 있다. 하지만 탐험가는 자신이 있는 곳 밖에 볼 수 없기 때문에, 안전한 탐험을 위해서는 동굴의 상태(state)를 알아야 한다. 상태는 총 3가지가 있으며 다음과 같다. - 악취(Stench): 괴물의 전, 후, 좌, 우 4방향은 악취가 풍기게 된다. - 산들바람(Breeze): 구덩이가 있는 방의 전, 후, 좌, 우 4방향은 구덩이로부터 올라오는 산들 바람이 느껴진다. - 반짝거림(Glitter): 보물이 있는 방에 들어서면 방 어딘가에 있는 보물의 반짝거림을 느낄 수 있다. Wumpus World의 핵심은 현재
댓글