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 …
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 …
21
votes
1answer
2k views

What are good design practices when working with Entity Framework

This will apply mostly for an asp.net application where the data is not accessed via soa. Meaning that you get access to the objects loaded from the framework, not Transfer Objects, although some …
20
votes
2answers
2k views

VB.Net function that returns string only returns single character

The other day I was working on project, and ran into a weird bug. I called a function, and it was only returning the first character from the string which it should have been returning. After trying a …
11
votes
0answers
536 views

Stackoverflow Favorites wordpress plugin : Sidebar Widget [closed]

Inspired by few wordpress plugins here. I have developed a wordpress sidebar widget which will let you show your favorite stackoverflow questions in the sidebar. You can read more and download the …
8
votes
16answers
1k views

How to become a better C++ programmer?

I've been reading about C++ and working with classes and pointers, but now I need to know where to go from here (if it's GUI then it's gonna have to be Qt because it seems the best).
8
votes
3answers
416 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 …
8
votes
4answers
456 views

Stackoverflow Ubiquity command

I've written a basic stackoverflow ubiquity command. The initial version refused to execute properly because one of the parameters was not in the correct format. Specifically the postData parameter …
7
votes
9answers
1k views

C++ Pitfalls [closed]

So i thought i start a thread here so we can collect common pitfalls in C++ so if some dude has a c++ crash or similar he can look here. While there is already …
6
votes
3answers
478 views

How to prevent cheating in our (multiplayer) games?

If you are writing a game you should think about cheaters and how to prevent them from cheating. I don't think only the mmo multiplayer games but also singleplayer or "home-brewed" p2p mp games too. …
6
votes
0answers
353 views

StackOverflow WordPress Plugin: Sidebar Widget [closed]

I used the idea from "StackOverflow badge to show in your blog" from here to develop a small WordPress plugin to show your SO reputation and badges on your WordPress weblog sidebar. It's awfully …
5
votes
0answers
399 views

StackOverflow Google Gadget [closed]

I created a very quick Google Desktop gadget to track a user's reputation on SO. It takes only a user's ID (user name won't work) and shows the current reputation and gives notifications (if enabled) …
4
votes
3answers
267 views

Giving Developers free time to pursue personal project vs giving them time to answer questions on a forum like Stack Overflow

While it is considered a "good thing" for Developers to be given a small chunk of work time to pursue their own projects, 2-3 hours a week is not always going to be enough to service many classes of …
4
votes
8answers
296 views

Cases of companies taking IP rights of your own personal projects developed outside company time

Hi, I have heard of cases where a developer working for a company is also making his own personal projects in his own time, using his own equipment yet the company he works for tries to claim …
4
votes
23answers
336 views

What activity helps you forget about your current coding problem?

Sometimes coding issues come up and you really need to think about something different in order to refocus. What do you guys recommend? What works? Thanks.

1 2 3 4 5 next
15 30 50 per page