Pages

Saturday, March 28, 2009

AI: Watching Video Tutorial Day in and Day out

0 comments
When my professor gave us a lecture about Logical Agent, and later on First Order Logic, A.I. was inspiring me more than anything else. But when I came back to my dorm and try to go through my book "Artificial Intelligence: A modern Approach", I found myself, sleeping in couch or kissing my bed. It not the fault of book though, its a really good book and we must praise its writers, but I don't know what was wrong. Luckily, my commitment for learning A.I. was uplifted when I found a video tutorial from IIT Kharagpur. Now what I do daily is watch one or two video tutorial which is about 1 hour long. And try to read the same book, which makes things more clear to me. May be I found the best way to learn A.I.

You can also find the video tutorials here. I will try to include interesting things that I encounter while I study. So wait for more youtube videos in my blog :).

Friday, March 27, 2009

Presentation on XQuery and RSS

0 comments
There was a short presentation on XQuery and RSS. I will like to share my slides of presentation.

Thursday, March 26, 2009

JDBC

0 comments
This is a very easy task, but with request from some of my juniors, I am excited to mention it in my blog.

I am taking MySQL as an example here,

You can download a JDBC Connector of MySQL here.

1. Extract the downloaded zip file to C:/ if you are in Windows based OS.
2. Add this classpath to MyComputer>Properties>Environment Variable.
3. Copy mysql...jar file to C:/Program Files/Java/jdk 1.X.X/jre/lb/etx/

Then it will be connected. If you want a sample project, contact me, I will upload it somewhere.