Tagged Questions

12
votes
16answers
566 views
+200

How can a programmer get out of the learning “void”?

As a programmer junior/senior, I find that at times our programming knowledge whether we like it or not comes to a halt. I have ran into this wall/void myself recently, and noticed that I cannot get …
4
votes
7answers
274 views

Swapping two variable value without using 3rd variable

One of the very tricky question asked in an interview... we need to swap the values of two variables like a=10 and b=15 Generaly to swap two variables values, we need 3rd variable like.. temp=a a=b …
19
votes
26answers
1k views

How can you be a quality programmer in a programming team?

How can you be a quality programmer in a programming team? Despite office politics and social indifferences and unrealistic timeframes.
1
vote
9answers
83 views

Javascript disabled, short questions…

Just some short Q regarding javascript and websites. 1- By javascript enabled, does it mean to have 'sun java' installed and enabled in the browser settings? Or does every browser have javascript …
7
votes
21answers
707 views

How do you normally make a program look beautiful?

How can I make an Application look nice and not like an amateur pulled it together? I mean graphic-wise. Is there some sort of book you can read regarding beautiful program layouts, etc? I put this …
8
votes
12answers
319 views

What to do when co-workers code badly?

I am working part time in a small software company to raise some money. Without sounding arrogant: some of my co-workers I am working with in a team are writing horrible code. Both syntax- and …
3
votes
1answer
77 views

2009 in retrospect [closed]

What were the major innovations, contributions of 2009 with respect to Programming languages? How the programming landscape has changed/evolved during this year? What can we look forward for in 2010?
86
votes
81answers
26k views

As a programmer, what are some telltale signs that you’re about to get fired or laid off?

If you have ever been fired from a job, did you notice anything different about the behavior of your peers or upper management just before your termination? What are some common signs to look for …
2
votes
4answers
55 views

Programming languages that allow Unicode in the names of functions/variables/classes?

What programming languages allow you to define names of variables, classes and functions using Unicode symbols?
0
votes
0answers
64 views

how to search in google ? [closed]

hello all how can i search for specific data in footer of page example powered by mykeyword i want to get all urls that have above footer. and one more thing ,is it possible to search in …
-2
votes
8answers
165 views

Most useful additional Python libraries? [closed]

Possible Duplicate: Favorite 3rd-party Python Libraries? What are some of the most useful Python libraries not included into the standard library?
2
votes
6answers
221 views

Which programming language has very short context-free Grammar in its formal specification?

What programming language has short and beautiful grammars (in EBNF)? Some languages are easer to be parsed. Some time ago I have created a simple VHDL parser, but it was very slow. Not because it is …
12
votes
17answers
648 views

How do you organize your work?

How do you work? More specifically, how do you keep your programming tasks organized. When I do Mac development at home I use software called an outliner to organize, keep notes and prioritize the …
0
votes
0answers
34 views

Toolbar scanning my viewing history? [closed]

I just downloaded this toolbar here. There's an option that allows you to contribute X% to a charity of your choosing from the list of merchants they are working with. One of the features on this …
5
votes
14answers
470 views

How to debug a program without a debugger?

UPDATE: Michal Sznajderhas has given a really "best" answer and also made it a community wiki.Really deserves lots of up votes. Interview question- Often its pretty easier to debug a program …

1 2 3 4 5 15 next
15 30 50 per page