Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Member Avatar for Sugmuffen

I'm trying to implement a MiniMax algorithm with alpha/beta pruning. Totally stuck and can't see where I'm wrong. The class MiniMax contains a State and an Action. The method getAction returns an Action (supposedly the best action to take). The Game object has two methods, isTerminal returns true if the …

0
139
Member Avatar for Dmitriy78

I want to have a box within a box within a box; a border within a border within a border using divs. If you can see what I'm doing wrong please help. It would really be appreciated. Here is my html: <!DOCTYPE html> <html> <link rel="stylesheet" type="text/css" href="divReference.css"> <body> <div …

Member Avatar for donz365
0
202
Member Avatar for Kadian

int e=0; int Compatability=0; int numOfDisagreements=0; int tsize=likes.size()+dislikes.size(); int numOfCommonLikes=0; int numOfCommonDislikes=0; if (user.likes.get(e).equals(Stranger.likes.get(e))){ if ((Stranger.howDoYouLike(likes.get(e)))== 1 && user.howDoYouLike(likes.get(e))==1) { numOfCommonLikes=numOfCommonLikes+1; } } else if (user.dislikes.get(e).equals(Stranger.dislikes.get(e))){ if ((Stranger.howDoYouLike(dislikes.get(e)))== -1 && user.howDoYouLike(likes.get(e))==-1) { numOfCommonDislikes=numOfCommonDislikes+1; } else { numOfDisagreements=numOfDisagreements+1; } e++ ; } Compatability=(numOfCommonLikes+ numOfCommonDislikes)- numOfDisagreements; return Compatability; } Am getting a …

Member Avatar for JamesCherrill
0
160
Member Avatar for fastina hasini

How do i change images every 5 seconds on my web page? I have tried something but the first image is getting displayed but the rest of the images r not and i have used update panel and timer

Member Avatar for fastina hasini
0
173
Member Avatar for UBAB_Support

I'm looking to make an exe or batch file that will delete a folder, however the folder location changes based on the User, so I'd like it to determine this based on what user is currently logged in, or by asking the person running the exe/batch to type in the …

Member Avatar for UBAB_Support
0
226
Member Avatar for servent123

Hi there ! I have xml and xsl files i need to convert them to xslfo files . I need this to convert to pdf files. Thanks.

Member Avatar for servent123
0
374
Member Avatar for sumas

Hello , I am new at programming, and I need help with a simple VB.NET application I'm working on. The trouble I'm having is, I need to populate a combobox with all the table names from one specific database, so that the user can select which database table to work …

Member Avatar for djjeavons
0
2K
Member Avatar for amc2244

**Here is what I am trying to accomplish with Java:** A simple guessing game asks the player to guess a number between 1 and 50. Hints are returned depending on how far from the number the guess is. Add other methods for playing the game omitted--you need not supply any …

Member Avatar for Sugmuffen
0
627
Member Avatar for franceee

I have 3 windows server 2008 r2 64 terminal servers in a farm should all have the exact information, but when a user logs in to the farm they will get onto one of the three servers on two of the servers the desktop is exactly the same but when …

Member Avatar for rubberman
0
279
Member Avatar for Hari om
Member Avatar for glindhot

<input type="radio" name="Wed" value="" checked>None <br /> <input type="radio" name="Wed" value="Class 1">Computers <br /> <input type="radio" name="Wed" value="Class 2" >Physics (1st 5 weeks) <br /> <input type="radio" name="Wed" value="Class 3">Astronomy (2nd 5 weeks) <br /> <input type="radio" name="Wed" value="Class 4">Mathematics <br /> <input type="radio" name="Wed" value="Class 5">Literature <br /> This …

Member Avatar for diafol
0
160
Member Avatar for AntonyRayan

How to do Autocomplete in php? Can any one tell me with example in ajax with javascript.

Member Avatar for Sugmuffen
0
196