-
Ramen ranges from 300 yen to 1,200 yen in Japan. Of cause there are more expensive ones, but Ramen supposed to be fast and cheap food. In the US, Ramen and Gyoza set cost over $15 and sales tax and tip make them over $20. I think that is too much. Do you like ramen?
-
is anime a good reason for you to learn Japanese language? Do you like to watch and understand Japanese anime in its native language? If you like anime, what anime do you like?
-
posted 2017-09-20 18:27
独り言
by
ウチクラ ケンイチ
I spent entire afternoon talking about Ezell's Famous Chicken project for Japan. During this meeting, I think we came up with few points that needed to addressed. I am skipping the PSP study today.
-
When you put main ingredients on top of rice ... it is called Danburi. There are many kinds of Danburi in Japan. Here are some pictures of what I had.
-
posted 2017-09-19 17:00
独り言
by
ウチクラ ケンイチ
With is I know what kind of server environment my program is running.
-
posted 2017-09-19 15:41
独り言
by
ウチクラ ケンイチ
It is sometime important to understand what kind of data you are dealing with. This is specially useful when you are trying to verify user input.
-
posted 2017-09-19 11:42
独り言
by
ウチクラ ケンイチ
I guess to create dimension (or multi dimensional array) using PHP, you do not need to define the dimension size. It is very interesting.
-
Wow ... This is quite a performance by high-school girls.
-
posted 2017-09-18 17:01
独り言
by
ウチクラ ケンイチ
Array Sort. When I was programming in the other language, I had to write a routine to do the sorting. But PHP provides a function to do the sorting.
-
posted 2017-09-18 09:42
独り言
by
ウチクラ ケンイチ
(1) Creating Array. (2) Imploding Array into a string. (3) Exploding a string back to an array. This function should be useful creating a CSV file or reading CSV file in an array. Note: So far the most difficult thing about learning PHP is to create an environment where you can test your source code. Lucky for me, I have...