THE FUN
one of the Obento that i ate there! Niko-Chan Obento! =D
was delicious! =D They got rice. fried stuffed chicken, saba, some vege and dessert.. yum yum!
Illumination at Canal City ( a shopping centre)
(From Left: Hoya-san, me, Sakamaki-san )
and they had a large christmas tree too! =D
and im up! just nice for the sunset scene! yay!
the sea and the small like port.. i forgot its name though.. =x sorry!
the sun going down!
ferris wheel! and there's 2! (thats marinoa town - where many couples dwell =x)
the beach when its gettin dark~
and its dark!
took this at the right time! the tower and the moon together!
the small little port that i waws talkin about.. just went in to take a walk..
and spotted a christmas tree!! =D
and the sea hawk hotel + yahoo dome! =)
and its blue trees on the foot of the tower..
a nearer close up!
and a super close up of the tower!
the moon at the tip of the tower! =D
ok thats all for sunday itself.. now back to saturday! =D i went out with my colleges kids! both of them! then we went to the large shrine.. which has 99 shrines in it.. i think.. haha.. it was kinda large.. cos its on the mountain itself.. so here are the photos!
Hans-kun and Kai-kun with me on steps going up the mountain!
at the gifts shop eating sweet potato pastries.. =D yum yum..
doing the Japanese Fortune thingy! =D not gonna say whats my fortune! =x haha..
while the more greedy me places it a little higher.. haha.. =x
3 of us did it.. so we took a picture! =D
the large sleeping budda! yeah!
alrite! thats kind of little photos on saturday.. but sorry! cos i didnt bring my camera.. we were using my colleges camera.. thats y we didnt took much.. anyway.. im back in kumamoto.. every thing in Fukuoka was fun.. and i really enjoyed it.. =) had a speech in the office too before i left.. in japanese! took kinda long time to prepare thou.. haha.. =) alrite. tats all for the fun~ lets go on to...
THE WORK
Alright.. my work in Fukuoka is done.. learnt quite a bit.. from programming to the japanese language itself.. i used perl programming language to create the scripts and after finishing my internship at fukuoka.. i gained a new experience using perl scripting!
but before that, i would like to explain what the whole thing is about.. the department that i am working on is working on drug prediction.. they have a software/system which predicts drugs using chemistry.. and they will have file formats like SDF and CSV (comma seperated values). My job is to create scripts to allow interactions between those 2 files.. for example.. transferring the data through and fro etc.
so here are the scripts that i have created...
1. AddToSDF: taking data from the CSV file and matching them with the data in the SDF file and then adding data from the CSV file to the SDF file, creating another new SDF file which contains the combined data.
2. RemoveMissingValues: Taking the CSV file, and finding cells that does not have and values (null). Check if removing the WHOLE row or column will affect the data the least. This would have to be done for all missing value cells.. (one of the hardest algorithm to come up with).
3. SortSDF: Taking the SDF file, sort the SDF file according to what the user states. Example, if the user states
4. ExtractSDF: Taking the SDf file, match the data of the SDF file with that of the CSV file. Then, extract those data in the SDF file and create a new SDF file without combining data from the CSV file.
5. RemoveStringValues: Taking a CSV file, remove all its string values or edit its string values based on certain conditions.
Thats all the 5 scripts that i've done within the 2 weeks.. some were hard and some were easy.. but it took quite an effort to complete all of them.. anyway.. it is good that i had experience in working in a location overseas by myself.. (really by myself) and learning new stuffs like perl.. it was a fruitful experience...