Close

What is this?

Stack Exchange is a network of free, community-driven Q&A sites. We highlight and aggregate the best recent content from our entire network here. Log in to customize the list of questions to include only sites you are interested in.

Want a Q&A on a different topic? New Q&A sites can be created through the open, democratic process at Area 51. For more information, check out the blog or read more about us.

95 hotness

Do people in non-English-speaking countries code in English?

I've heard it said (by coworkers) that everyone "codes in English" regardless of where they're from. I find that difficult to believe, however I wouldn't be surprised if, for most programming …

54 hotness

C:\ is for OS, D:\ is for Data?

Hi All, "Back in the day" we always segregated our OS drives (in Windows) from our Data drives. In the Linux world, although I am much less familiar with it, I am aware that the wisdom dictates even …

50 hotness

What real life bad habits has programming given you?

Bring from SO (Original question closed) Programming has given me a lot of bad habits and it continues to give me more everyday. But I have also gotten some bad habits from

48 hotness

Why don’t you need a powerful ide for writing Python?

I have heard before that many Python developers don't use an IDE like Eclipse because it is unnecessary with a language like Python. What are the reasons people use to justify this claim?

python 4 hours ago
40 hotness

What does the Starcraft 2 client download when entering the league queue?

When I go to join a multiplayer game in Starcraft 2, sometimes the game client says it is downloading a few items before it enters the queue. This notice appears at the top center of the screen, and …

38 hotness

Can dual monitors make my PC slower?

So I've noticed my PC (win-xp) seems to be running slower (e.g., I'm getting jitter when watching video) Recently I upgrade a monitor (larger) and expanded the size of the desk top to take advantage …

32 hotness

Worst coding standard you’ve ever had to follow?

Have you ever had to work to coding standards that: Greatly decreased your productivity? Were originally included for good reasons but were kept long after the original concern became irrelevant? …

poll coding-standards 15 hours ago
31 hotness

Generalizing $\sum_{n=1}^{\infty }\frac{n^{2}}{x^{n}}$

For computing the present worth of an infinite sequence of equally spaced payments $(n^{2})$ I had the need to evaluate …

sequences-and-series 8 hours ago
31 hotness

Convection microwaves

Are convection microwave ovens a useful item to have? Or are they not good as a microwave and not good as a convection oven either? I understand that a regular convection over helps to cook things …

oven microwave 3 hours ago
30 hotness

What is better for coding - desktop or laptop?

Use of desktops are decreasing day by day in daily life but for coding purpose are there any reasons for using desktop over laptop?

productivity coding 5 hours ago
29 hotness

Overload resolution and virtual methods

Consider the following code (it's a little long, but hopefully you can follow): class A { } class B : A { } class C { public virtual void Foo(B b) { …

28 hotness

Best web browser for a programmer

Which is the best web browser for a programmer? I think of tools and extensions like "developers toolbars", but maybe other reasons may justify the choice of a specific browser for a programmer.

tools browser 9 hours ago
26 hotness

What are the top motivators for a programmer?

Every programmer's top motivator is different. It may be company's brand development platform (java, .net, etc.) satisfying salary location of the company flexible work hours organizational culture …

motivation 11 hours ago
25 hotness

What are the warning signs of impending doom to watch out for on a project?

Having worked on a failed project is one of the few things that most programmers have in common, regardless of language used, industry or experience. These projects can be great learning experiences, …

24 hotness

what does this typedef mean? a function prototype ?

typedef int (fc_name) (void); here fc_name is any valid C symbol. how different is this from a function pointer typedef ?

c typedef 1 hour ago
23 hotness

Campaign is on hiatus. How do I keep it on life support?

My regular campaign has ground to a halt due to scheduling problems. At this point, we don't really know how long it will be until we play again. Everyone is still interested, at least for now. Is …

22 hotness

Achivements I should know before I start

I recently picked up Final Fantasy XIII for the 360 and I wanted to know if there are any achievements I should know about a head of time so I don't screw up and have to play through again.

22 hotness

Managing error with GPS routes (theoretical framework?)

I'm looking for the appropriate theoretical framework or speciality to help me deal with understanding how to deal with the errors that the GPS system has - especially when dealing with routes. …

error sampling 11 hours ago
21 hotness

What is the origin of the hard drive light?

In practically every computer I've had, there's always been a light to display hard drive activity. What's it's origin and original use?

20 hotness

Beginner’s Guide to Derandomization

I found the book Pairwise Independence and Derandomization on the subject, but it's more research-oriented than tutorial oriented. I'm new to the subject of "Derandomization," and as such, I wanted …

18 hotness

How to pronounce Louis Armstrong?

I think the standard Irish/British pronunciation is as in Louis the king. But musicians seem to say "Lewis". I've heard people say Joe Louis as in the king as well. Surely this is wrong?

pronunciation names 18 hours ago
18 hotness

What is difference between instantiating an object using new vs. without

In C++, Aside from dynamic memory allocation, is there a functional difference between the following two lines of code: Time t (12, 0, 0); //t is a Time object Time* t = new Time(12, 0, 0);//t is a …

c++ constructor new 2 hours ago
18 hotness

How do you know when you are tired of programming in your life?

Have you ever felt that you have had enough of programming and you want to do something else in your life which hopefully doesn't include staying in front of the computer all day? Also, while …

17 hotness

How to recover deleted files?

Are there any tools, methods, incantations to recover recently deleted files on Ubuntu? If it makes any difference, I want to recover a Keepass database file. But would be better to have a …

recover keepass 5 hours ago
17 hotness

Misspellings in the code

Several famous from the top of my head: creat(2) Java Cloneable interface HTTP referer header What typos/misspellings did you run in your code or third party API?

coding 8 hours ago
16 hotness

Managing error with GPS routes (theoretical framework?)

I'm looking for the appropriate theoretical framework or speciality to help me deal with understanding how to deal with the errors that the GPS system has - especially when dealing with routes. …

16 hotness

Can feedback be used on buildings?

Can you feedback buildings: Nexus, Orbital center?

starcraft-2 12 hours ago
16 hotness

What is the purpose of Attributes in C#?

What is the purpose of Attributes in C#? How do I know which attribute have to use for particular functionality? How can I add them dynamically in c#? What are custom attributes ?

c# .net class attributes 2 hours ago
16 hotness

Flat panel mount on metal stud wall

I want to hang a 26 inch flat panel monitor on a wall that has metal studs. What kind of fastener should i use to attach the mounting bracket to the stud through drywall?

15 hotness

Is there a large-file disk format that OS X can write and Windows can read?

I know that FAT32 does not do large files (>4GB). Is there a file system that OS X can write to that Windows 7 can read from?

windows-7 osx filesystems 6 hours ago
15 30 50 per page
1 2 3 4 5 10