Tagged Questions

188
votes
25answers
6k views

What is the best Battleship AI?

Battleship! Back in 2003, (when I was 17,) I competed in a Battleship AI coding competition. Even though I lost that tournament, I had a lot of fun and learned a lot from it. Now, I would like to …
0
votes
1answer
68 views

Using ASP.NET MVC and jQuery to render partial view/submit a form without page refresh

Hi, I'm new to ASP.NET MVC and jQuery, so I thought I'd share how I implemented loading of partial views and submitting forms in a way that doesn't require for the entire page to be refreshed. I …
1
vote
1answer
22 views

Excel validation range limits

When Excel saves a file, it attempts to combine identical Validation settings into a single rule with multiple ranges. This creates one of three issues, depending on the file type you choose to save: …
-8
votes
1answer
108 views

Any language counts? [closed]

Cualquier idioma en que haga las preguntas será contestada con igual velocidad? O piensan que algún idioma pueda ser contestado más rápidamente? Quisiera preguntar sobre GeneXus. I want ask about …
-2
votes
0answers
32 views

My question was moved to serverfault and not able to comment on my quesion [closed]

My question was moved to serverfault and not able to comment on my question. Please help me out. http://stackoverflow.com/questions/1801796/how-to-know-who-is-accessing-my-system-closed here is my …
-1
votes
0answers
39 views

Could you give me a correctly formatted program example for this grammar? [closed]

The lex file: /* C-Minus BNF Grammar */ %{ #include "parser.h" #include <string.h> %} %union { int intval; struct symtab *symp; } %token ELSE %token IF %token INT %token RETURN %token …
0
votes
3answers
206 views

C# /Linq Yet another Brain Teaser

Friends, there is yet another scenario to solve. I am working it out without applying Linq.But I hope it is good opportunity for me to learn Linq if you share your code in Linq. It is know as FLAMES …
63
votes
8answers
2k views

Learning about LINQ

Overview One of the things I've asked a lot about on this site is LINQ. The questions I've asked have been wide and varied and often don't have much context behind them. So in an attempt to …
-5
votes
1answer
89 views

is_dir function is stopping Apache service [closed]

is_dir function is stopping Apache service
0
votes
3answers
158 views

JSP hosting on Google App Engine?

Any body hosted JSP in GoogleAppEngine... I Expect the user experiences from GoogleAppEngine Is it easy to maintain JSP/Servlet . I have used another free webhosting service.But it wasnt nice to …
0
votes
0answers
60 views

xmi metadata interchange/uml

One of the purposes for XMI (XML Metadata Interchange) is to allow and easy interchange of metadata between UML modeling tools and MOF- based metadata repositories in distributed heterogeneous …
0
votes
0answers
34 views

I have installed Rational ClearQuest Designer 7.1, when income can not be displayed clearQuestWeb patterns changed in ClearQuest Designer … [closed]

I have installed Rational ClearQuest Designer 7.1, when income can not be displayed clearQuestWeb patterns changed in ClearQuest Designer ...
-5
votes
1answer
205 views

uibutton events with @selector

-(void)myButton{ UIButton *settingbutton=[UIButton buttonWithType:UIButtonTypeCustom]; [settingbutton setFrame:CGRectMake(15.0f, 330.0f, 150.0f, 32.0f)]; [settingbutton …
0
votes
2answers
92 views

Network programming [closed]

Possible Duplicate: Network Programming I am developing a network game and I want a move made by another player to appear to others players, basically whatever happens on another players …
0
votes
4answers
919 views

How to convert CIDR to network and IP address range in C#?

I have been looking around quite a bit to find some C# code to convert a network in CIDR notation (72.20.10.0/24) to an IP address range, without much luck. There are some threads about CIDR on …

1 2 3 4 5 next
15 30 50 per page