0
votes
1answer
65 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
107 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
31 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 …
187
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 …
-5
votes
1answer
89 views
is_dir function is stopping Apache service [closed]
is_dir function is stopping Apache service
0
votes
3answers
205 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 …
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 ...
0
votes
0answers
58 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
2answers
90 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 …
-3
votes
2answers
77 views
asp:silverlight
While using
<asp:Silverlight ID="Xaml1" runat="server"/>
an error occurs. What can we do?
-5
votes
1answer
74 views
about project topic [closed]
i want project topic based on mobile using anroid which will be completed within 1 month
-6
votes
1answer
144 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
0
votes
2answers
52 views
Java Web Service operation
I have a set of statements to be executed repeatedly every time a web method is called with a new service.I tried writing in the constructor but, the constructor gets invoked only once when the server …
