Tagged Questions

7
votes
9answers
384 views

Self-learning game Artificial Intelligence

I wanna start building/developing a game AI that will allow me to play games like: Chess, domino, poker, texas hold'em against computer opponent. What book / resource do you reco …
1
vote
8answers
307 views

Why .NET and Java on server side?

Java and .NET are two languages targeted at removing platform dependence. This is achieved by adding a virtual machine/framework between the code and the OS. So, what is the poin …
-1
votes
2answers
31 views

Optimising Mysql Databases

I am planning to research how to improve my Databases (in speed , quality,queries ,transaction , indexes ) and i would like to know what are the best books for that. I would like t …
1
vote
3answers
87 views

Grid Computing and Java

I couldn't seem to find a similar question to this. I am currently looking at the best solution solving a grid computing problem. The setup: I have a server/client situation w …