• April
  • 23rd
  • 2008

一級文法 - Day 1

Posted by MaEl in: Work-Study Comments (0)


  1. ~あっての

  2. ~いかんだ | ~いかんによっては

  3. ~いかんによらず | ~いかんにかかわらず

  4. ~うが | ~うが~まいが | ~うと~まいと

  5. ~うにも~ない

  6. ~かぎりだ

  7. ~が最後

  8. ~かたがた

  9. ~かたわら

  10. ~がてら

  11. ~が早いか

  • April
  • 22nd
  • 2008

Vista & Dev-C++

Posted by MaEl in: Bits-and-Bytes Comments (0)


Dev-C++ is a good free IDE (Integrated Development Environment) .Easy to be use especially for a newbie like me :)

I got no problem running the Dev-C++(Dev-Cpp) at my home PC (Win XP). The computer I got for my lab & research work running the new windows vista. I can install and run the program in Vista but I got error while compiling.

I found the solution here: http://aresio.blogspot.com/2007/06/vista-and-dev-cpp.html

to resolve this, I just have to modify this

1. go in “tools > compiler options”, move on “directories” tab then “binaries” tab and add “C:\Dev-Cpp\libexec\gcc\mingw32\3.4.2″
2.go to “C includes” tab and add “C:\Dev-Cpp\lib\gcc\mingw32\3.4.2\include”
3. go in “programs” tab and add “C:\Dev-Cpp\bin\” before every executable name

It now works perfect!

  • April
  • 17th
  • 2008

Yahoo! Messenger and port 80 conflict

Posted by MaEl in: Bits-and-Bytes Comments (0)


Last week the pixca.net website is offline for several day. At first I’m suspecting the server for the cause. However, after several investigation, I found out that the server is working perfectly and I can access it directly from LAN. Then I thought that this must be the firewall problem. I used corega wlbargp router for my home network. It’ s a little bit outdated actually,but it has serve me fine for this recent years. I reconfigured the firewall to redirect port 80 to the blackpearl and it work momentarily.

Later I found out that if any PC connected to the router running a Yahoo Messenger, the port 80 request will redirected to the PC. I conform that by running a simple HFS (a simple http server). The moment I start the YM client on the PC, access to pixca.net now redirected to the HFS. Reconfigure don’t seem to work unless the YM client is shut down. Googling for “Yahoo Messenger port 80″ lead me to this info

According to Yahoo’s web site:

Read the rest of this entry »