Skip to main content

Posts

Mac OSX::Subversion GUI client

Usually, I use cvs for managing version for my works with command line. Whenever, I use the histry command. Today, I found the GUI client for subversion. http://versionsapp.com/ It can use over ssh version. For my imange, I can use the subversion as the scp clients.

[player/stage: javaclient2] sample

This 2 days, I could not understand about the player/stage. javaclient2 is one of the client tool for player. Official site (player/stage) http://playerstage.sourceforge.net/wiki/Main_Page Official page(javaclient2 for player/stgage) http://java-player.sourceforge.net/index.php The following url is community for javaclient2 for player/stage. http://www.nabble.com/Javaclient-for-Player-Stage-f3213.html I try to write sample program same behavior as laserobstacleavoid.cc. ======================================================================== import javaclient2.*; import javaclient2.structures.PlayerConstants; import javaclient2.structures.laser.*; public class TestClassBasic { private String hName = "localhost"; private int port = 6664; private double lLimit = 2; public TestClassBasic() { PlayerClient robot = new PlayerClient(hName, port); Position2DInterface p2d = robot.requestInterfacePosition2D(1, PlayerConstants.PLAYER_OPEN_MODE); Lase

[memo] player/stage: how to compile my robot code

This is memo for myself. memo ver. 0.0.1 Player/stage is one of the robot simulater. I use on Ubuntu Linux 7.10 CPU : Xeon Official page http://playerstage.sourceforge.net/ command name on document------>on ubuntu player ------>robot-player compile my code $ g++-3.4 laserobstacleavoid.cc -I/usr/include/player-2.0/ -L/usr/lib/ -lplayercore -lplayerc++ -o laserobstacleavoid I thought 64bit proessor has some problems for compile it when I used it at first time. However it has no problem. My work was as monkey.

Installing fink to Leopard

Today, I install the fink to leopard (Mac OSX 10.5 : MacBook(Intel processor)). I could not install it before days.... Actually, I don't know what was problems..... 1) To download it from fink project http://www.finkproject.org/. 2) Untar the tar package. I use "fink-0.27.7.tar.gz" . 3) To change the directory to the untered directory. 4) To execute the following command. ./bootstrap /sw "/sw" is the directory what is the ROOT directory for fink. Maybe, you can select sudo install. Finally, we should read the readme file......... Maybe, I didn't read it.....at before trying.....

MS SkyDrive

Last week, I can do nothing. Because I had pain at the eye, head, and all of the skins. So, I wan in my bed. Well, today, I find the SkyDrive. It is provided by MS Windows Live. It is free as Messenger. We can use 5 GB disk space. I try to use it. However...... the file uploading interface was so bad. When we want to upload the some file then we cannot chose the folders.

MS Office 2004 for MacOSX update

Today, I feel tired. I'm in my bed.... Today, MS Office 2004 for Mac OSX got update.... I find a problem about update. The update system is so smart because we cannot update all version at same time. Usually, I update just a time when I remind about it. However, today I try to push update after updating the office. Then I could see more update packages. Finally, I update more than 4 times. It is not convenient to use.....

USB bootable linux(Knoppix)

Knoppix is one kind of Linux distribution that can boot from CD or DVD. It is useful when the OS get crash. Well, following site providing the USB bootable Knoppix. Recent CD/DVD bootable linux can not overwrite all data to there media (without others data media) However,we can write the some data if it can be booted from USB memory stick. http://kosuge.or.tp/kserv/index.html Actually, I have not used it, yet.... If some one use it then let me know about it, please.

[OS] ReactOS

Today, I got new informations from my younger student. He told me that we will be able to use the new Free OS. This OS called as ReactOS. http://www.reactos.org/ja/index.html It is looks like between Unix and Windows. The most special thing is that the OS is compatibility with Windows XP and NT. They was be able to use Diablo 2, Remote Desktop and etc... on that OS. ^^;;;;

[ Ubuntu ] printer set up

I set up the new printer on my Ubuntu Linux machine. I had problem about the password. The printer management system asked my password before finishing to set-up it. However, the system kicked my password. I suspected it. Then I changed password from command prompt. And try it again. However. the system also kicked my new password. I ask to prof. google then many of person had same problems. The solution is just easy. We try it with as admin users. However, the system need the user that the user have to have lpadmin groups. So, you can add your account to /etc/group as lpadmin. #sudo vi /etc/group and add your account name to the end of lpadmin lpadmin:x:109:your_user_name, your_username2(if your pc has more than 2 administrators)

Rimo

Rimo It is one of the streaming server as youtube. Maybe, there movies data got from the youtube or others streaming servers. The special thing about this server is movies playing. We need to click the movies when we want to watch the movies on the youtube or nicovideo.jp. it is not useful for us. In my images, the internet tv sites are also no action for the tv playing. We don't need to click or other action for the watching next video on the rimo.tv. It makes more detail categories than the youtube or nicovideo.tv. And we can watch all of the videos that are in the same categories.

Autumn will go.......

Today, I went to Kaga-area. Last month, I went to Yamanaka-onsen for the workshop. I bought sparkling sake from Sake-plant. My grand mother likes it. She called me and she said that she want to drink more. So, I went to buy it. I also went to Beppu-Onsen to buy onsen-tamago. There photos are autumn Japanese mountain. http://picasaweb.google.com/daikihi/20071130 Onsen : Hot spring Onsen-tamago : The egg that is boiled by the hot spring Sake : rice wine

The map of flu

We can see the map that the warning area for the flu from the following address. 国立感染症研究所 感染症情報センター Hokkai-do area already begin the flu. And, Tokyo and Nagano also began but it is just "sound off".... Maybe you know Nagano by winter olympics. I like to go there for the skiing.

KompoZer

KompoZer is the next version of NVU. http://kompozer.net/ This is provided by Mozilla Org. as free software. The development of NVU was stopped. It was separeted from mozilla browser. It is useful software for makeing Web-page. But the behavior was bit strange and difficult to see it when we developping the web-pages. KompoZer also can use as ftp client. We don't need to download the file when we change the web-pages. We need just useing the ftp client and change it. After that we can back the data to the web server by the ftp-client.

new google searvice

The new(?) google searvice. http://pages.google.com/ We can make the home page on the web browser. The created home pages are on the google server. So we don't need to register the home page on other site. the example of the created page is following link. http://daikihi.googlepages.com/home To make web page was not so difficult. To use it is same as the MS-Word. And it is saved automatically.

Sad mistake

These days, I looked just a source code. The code behavior is heartbeat program with neko. The code could pass the compile however it doesn't work.... Today, i could find the problem point. It was so simple and sad problem. It was from constructor. Neko algorithm class maybe allow just one argument that is NekoProcess. However, I set 2 and 3 arguments. Consider now, it is not work. I have no memory that I made some instance for the algorithm class in my some code. (Actually, I made it at the initializer class. But it was not able to control it. It is not sure I can change that line or not. I will do it later.)

price of gasoline

Today, I installed "Gasoline Kakaku .com" to my iGoogle. Gasoline Kakaku .com provides the price of Gasoline on the google map. I checked the difference of gasoline price between Osaka and Ishikawa. We can buy the gasoline near the 136-8 yen/liter at osaka city. However, we meed 145-150 yen/liter at Ishikawa. * late......1$ <---> 116\ Well......we could buy gasoline 79-80 yen when I bought my car. It began two times...ToT

Coffee

2 days ago, I bought coffee with my friends from the internet shop. Today, it leached to us. Our members are 4. We bought 400 packs of coffee then we can drink 100 pack. This is 4 or 5 times buying. Last buying was just a month ago. Usually, we drank the 100 pack of coffee just a month.... http://www.brooks.co.jp/index.php

Bug???? FireFox

I'm using the Ubuntu Linux. Today, FireFox is updated..... This update makes problem for it. The problems are two. 1. FireFox is closed by core dumped when I used some functions that needs pop-up window. EX. set-up or download.... 2. FireFox got the down when I access to the site what uses the https. It is big problem for me....... ^^;;;;;

Uuuuu.......

My breadbasket had fat ball(follicle mite). Yesterday, it was broken by my pants. Today, the broken point got virus... My breadbasket change color to read. I thought I got one more new bast on my breadbasket..... ToT So, I cannot sleep....... ToT I want to sleep!!!!!!!!!!!!!! ^^;;;;;

entrance formality

I did do the entrance formality at today. At the morning, I went out from my room to the bank for paying the entrance fee. 300,000yen was not so thick. After that, I reached my desk. And I found my photo for the entrance form. The bad thing is my university need so much size of photo. when ever I have to go photo processor for taking my photo.