Tagged Questions

185
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. No …
-1
votes
0answers
37 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 …
0
votes
3answers
201 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. I …
-5
votes
1answer
87 views

is_dir function is stopping Apache service [closed]

is_dir function is stopping Apache service
60
votes
7answers
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 …
0
votes
0answers
47 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 h …
0
votes
0answers
25 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 ...
0
votes
3answers
139 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 i …
0
votes
2answers
85 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 …
-5
votes
1answer
188 views

uibutton events with @selector

-(void)myButton{ UIButton *settingbutton=[UIButton buttonWithType:UIButtonTypeCustom]; [settingbutton setFrame:CGRectMake(15.0f, 330.0f, 150.0f, 32.0f)]; [settingbutton setCenter …
-6
votes
1answer
140 views

Hi dear programers [closed]

how can i put my c function into c laibrary . please give me by compleate details answer becuse i am new with c . thanks
-3
votes
3answers
231 views

Dealloc not called automatically

In my iphone app in objective c, dealloc doesn't call automatically
-1
votes
2answers
103 views

sql server 2005

hi friends I have to update the primary key. When i am inserting in a data grid it newly inserting a record. I am unable to. What is the reason, pls help me.
-3
votes
2answers
75 views

asp:silverlight

While using <asp:Silverlight ID="Xaml1" runat="server"/> an error occurs. What can we do?
-5
votes
1answer
73 views

about project topic [closed]

i want project topic based on mobile using anroid which will be completed within 1 month

1 2 3 4 5 next
15 30 50 per page