-2
votes
0answers
30 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 …
8
votes
3answers
406 views
prototypes versus classes
Steve Yegge recently posted an interesting blog post on what he calls the universal design pattern. In there he details using prototypes as a modelling tool, instead of classes. I like the way this …
-5
votes
1answer
195 views
uibutton events with @selector
-(void)myButton{
UIButton *settingbutton=[UIButton buttonWithType:UIButtonTypeCustom];
[settingbutton setFrame:CGRectMake(15.0f, 330.0f, 150.0f, 32.0f)];
[settingbutton …
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.
Now, I would like to …
-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
%token RETURN
%token …
3
votes
1answer
131 views
Cruise Control .Net Statistic Publishers
I thought I'd create a community wiki for everybody to share their clever cruise control .net statistic configurations.
-6
votes
6answers
589 views
Optimizing PHP string concatenation
Hello there,
This post is not really a question, but it could be useful to share some coding tips.
Here is the one I'de like to share with you.
I'm gonna show you 4 examples to do the same thing, …
62
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 attempt to …
-5
votes
1answer
87 views
is_dir function is stopping Apache service [closed]
is_dir function is stopping Apache service
0
votes
3answers
202 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
26 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 ...
-3
votes
3answers
243 views
Dealloc not called automatically
In my iphone app in objective c, dealloc doesn't call automatically
0
votes
0answers
51 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
86 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?
