Monday, November 06, 2006

X - Man

Actually this "X-Man" is not that famous mutant movie, but this is just Korean reality show by SBS.
SBS Real Situation Sunday (previously known as Real Situation Saturday) is one of the most popular variety programs shown every Sunday @ 1840hrs (GMT +9) on SBS television channel. It comprises of 2 segments, namely finding of the X-man and the roundly & roundly segment (previously Banjun dramas). X-Man normally broadcast part 1 in one week and then the 2nd part in the following week.

Simply put, X-Man is a program which sees the participants attempting to pick out the "mole" (X-Man) planted by the PD. The participants are divided into 2 teams, Kang team and Lee team led by Kang Ho Dong and Lee Hyuk Jaek respectively. The "mole" (X-Man) will be picked during a selection process and informed through the telephone by the PD. After the selection, the teams will then face off against each other in a series of games. The task of the X-Man is thus to disrupt his team performance and aslo try to influence his team to lose the game. But whilst doing all that, the X-Man must not be discovered, only then will it be a success.

The program which debuted in 2004 and is now into its 2nd year. The process of hunting down the X-Man has got many Koreans (including those from overseas) very excited. Among the many popular game segments like Horse game, Na La Ra FlyPan game, the most notable and famous segment belongs to the Dangyunhaji (Of Course) game.

The game sees each team sending a member against another member respectively. And then they will pose questions that mostly centers around their character. The member who answers the question must answer Dangyunhaji no matter how the question attacks him/her. This segment normally draws the most laughs as well and artists suffers a lot here. The female artists have it easier here because the most likely question they get from male artists is, "do you like me?" or similar questions. Male artisets have it worse especially when guys face up against guys.

Host/MC: Yoo Jae Suk
Kang Team captain: Kang Ho Dong
Lee Team captain: Lee Hyuk Jaek


here's the site to download(plus the subtitle) : http://www.soompi.com/forums/index.php?showtopic=35&st=17420

Enjoy the show then

Thursday, November 02, 2006

Click


Yes, that movie touched my feeling deeply.
Yeah , my friend said that all Adam Sandlers movie is all about happy ending, including this one,
and here's the synopsis :

A workaholic architect, who has been overlooking his family in favor of his career, comes across a universal remote that allows him to perform TiVo-like functions on his life, such as pausing events or fast-forwarding over them. When the remote begins creating its own memory and choosing what to fast-forward over, the man sees how much of his personal life has passed him by and realizes the importance of spending more time with his family.

Accessing Image in Ms Access with dotnet (C#)

Dari judulnya mestinya dah tau ya.

Maksudnya sih mau akses Image langsung seperti di SQLServer,
ternyata harus berhubungan dengan Ole Object.
Iya , si Object itu sempet bikin binun gw .
Jadi begini ceritanya, gw coba bikin aplikasi di dotnet dan pake dbase nya access.
Dan seperti standar gw pake array byte buat akses file Image nya.
sintaknya di C# begini :

byte[] b = (byte[])odbcDataReader.getValue(odbcDataReader.getOrdinal(i));
MemoryStream ms = new MemoryStream(b);

Bitmap i = new Bitmap(ms);


tapi waktu di runtime ada error : "Invalid Parameter Used"

dan setelah gw search2 masalah di inet yang tercinta ini, masalah terselesaikan, hehe .
Jadi, ternyata OLE Object yang gw pake di Access u/ nyimpen image ternyata di 78 byte awalnya buat nyimpen headernya.
So I removed the 78 bytes "confusing" header Cool , and problem solved with this :

MemoryStream ms = new MemoryStream(b, 78, b.Length-78)


Thanks God


Wednesday, November 01, 2006

Iseng Iseng

Iseng iseng buka account nih di sini,
soalnya ada temen kantor yang ngeblog disini, "kulo" jadi "melu-melu" deh