Tagged Questions

0
votes
0answers
91 views

how many of us play for points on stackoverflow? [closed]

how many of us play for points on stackoverflow?
2
votes
11answers
289 views

How will you explain a database in three sentences to an eight-year-old kid?

This question was asked in a google interview for the job Product manager, according to www.businessinsider.com . They have also answered it but, i think, it is not pretty satisfactory. The answer …
5
votes
5answers
51 views

Powershell challenge

I've been challenged by a friend to do the following: "Find the quickest and easiest way of sorting a directory listing by the LAST character of the filenames." He's done it on Linux using the …
0
votes
0answers
67 views

Which user’s SO “About Me” section has impressed you most? [closed]

Be it design,language,humor,information or credentials...which user has impressed you most here @ SO...with their content in that little gray box ?
14
votes
21answers
954 views

How would you make this switch statement as fast as possible?

2009-12-04 UPDATE: For profiling results on a number of the suggestions posted here, see below! The Question Consider the following very harmless, very straightforward method, which uses a switch …
-2
votes
0answers
83 views

Programmer Power Levels [closed]

This question is retarded, but bear with me. I'm a long time roleplayer and programming dilettante. And so are my office mates. And, well, we just had a long conversation about what 'experience …
0
votes
0answers
44 views

Do you code in your Telephone? [closed]

I'm not talking about coding FOR your telephone. That's a very common task, there are companies that ONLY do that. I'm talking about this: we love to code, smart phones are each day better, we may …
1
vote
17answers
499 views

If you don’t code for fun, you can’t be a good programmer? [closed]

I've read a lot of times that if you don't code in your free time, out of the office, you can't be a good programmer? Do you think this is true? In which percent? Maybe is more true for younger …
0
votes
4answers
78 views

What is the most interesting server name you have ever seen? [closed]

There's some funny kids out there writing code for production machines. I think sometimes the only way to express yourself in enterprise development is in naming things. What are the funniest, …
2
votes
15answers
312 views

How do I find the drive to learn? [closed]

I've read a few things here, and I've learned a lot, but I'm still itching for more answers. This is going to be a long one, but I hope to create a profound question that engages readers, so that …
0
votes
0answers
72 views

How to convert your Stackoverflow’s reputation into money? [closed]

Is it possible to convert my stakoverflow's reputation into the dollars (or better in euro)? It would be nice to see a service which allows it (not to say it will encourage people to spend their time …
0
votes
5answers
189 views

If you had the time and inclination to create a programming language, what characteristics would it have? [closed]

Just curious. If you had the time and inclination to create a programming language, what characteristics would it have? One language I would like to see would borrow as much from the syntax of …
1
vote
2answers
77 views

Convert clause to a Fun

How to represent this clause in one line using Fun. perms([]) -> [[]]; perms(L) -> [[H|T] || H <- L, T <- perms(L--[H])].
0
votes
0answers
91 views

Funniest experience at work [closed]

What is the most funniest experience that you had while you were testing? Share us some of your funniest moments.
-2
votes
4answers
60 views

What was the first thing that attracted you to computer and what was your first personal project? [closed]

For me it was Graphics design and my first personal project was a soccer league management system in QBasic. I was not easy trying to make it look pretty.

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