Tagged Questions

6
votes
14answers
478 views

Are bugs easier to produce in one language than in another?

Are some programming languages, by their nature, easier to write programs with less bugs in than others? For a fair comparison, assume that the programmer is considered "skilled" in that particular …
16
votes
26answers
1k views

What constitutes beautiful code?

For anyone that is passionate about software development, I'm of the opinion that you should always strive to write beautiful code; however, is there a clear definition of what beautiful code really …
0
votes
2answers
523 views

Draw image over an image in asp.net at specific location

Hi, I need to draw an image over another image at specific location to block the image postion to be used by other users, please help me provide some guidlines, urgent. Thanks & regards, Khushi
8
votes
19answers
1k views

What’s your favorite “abandoned rule”?

Like children, programmers are often given the information that they need for their profession in the form of inviolable "rules". Like children, we often follow these rules unflinchingly until one …
0
votes
7answers
499 views

Why is Peer-to-Peer programming a hard topic to obtain good research for?

After reading a bit more about how Gnutella and other P2P networks function, I wanted to start my own peer-to-peer system. I went in thinking that I would find plenty of tutorials and …
12
votes
21answers
1k views

Which is better: Ad hoc queries, or stored procedures?

Assuming you can't use Linq for whatever reason, is it a better practice to place your queries in stored procedures, or is it just as good a practice to execute ad hoc queries against the database …
-2
votes
7answers
312 views

How can I generate a unique ID in Python?

I need to generate a unique ID based on a random value.
4
votes
14answers
895 views

Database for ENORMOUS amounts of data?

Here, my boss, is asking me and the people at the office which Database engine could be the best for a very very huge amount of data. We have been discussing a while in the office and no conclusion …
-1
votes
2answers
221 views

What is the algorithm for storing the pixels in a spiral in JS?

What is the algorithm for storing the pixels in a spiral in JS?
2
votes
9answers
267 views

Good Open Source Code to learn Web Programming

Hi can someone point me to some Good Open Source Code to learn Web Programming (Language doesn't matter). i'm looking for source code of web-applications not frameworks I'm not a beginner, I can …
4
votes
4answers
800 views

How to receive http request in Delphi 7?

Hi, Which component is best to use for receiving HTTP requests in Delphi application?
-4
votes
3answers
173 views

Can anybody explain the structure of the Apache server?

How does the Apache web server work? Can someone explain it in detail?
8
votes
20answers
621 views

What would you write if you wanted to learn a new language?

I have found the easiest way to learn a new language is to write something in it. Usually this works best when I find myself having to write a fairly involved application for my job, however sometimes …
0
votes
2answers
241 views

External Interface Error

import flash.external.ExternalInterface; ExternalInterface.addCallback("asFunc", this, asFunc); function asFunc(str:String):Void { out.text = "JS > Hello " + str; } …
0
votes
5answers
182 views

Load-testing tool

Hi! I am looking for a load-testing tool which supports more than 20 virtual users in trial version.

1 2 3 next
15 30 50 per page