0
votes
1answer
35 views
Choosing DVCS - criteria
There are similar questions on SO but I'd like some clearer answers here.
How important is DVCS not littering your working folder with files? (Alternately is single file repository a big plus to …
0
votes
1answer
27 views
polling of childs stdout stops setting POLLIN after first read
I want to read the output of my child's proccess, but for some reason it stops setting the POLLIN in revents when there is still output to be read.
Here is what I do:
Fork my process
create pipe
…
1
vote
8answers
365 views
Why is Lua so ignored? [closed]
[asking this at extreme risk of getting closed as S&A, hope it isn't as I want to improve Lua's visibility]
Everywhere I go from code-golf questions to anything relating scripting, people chant …
0
votes
3answers
47 views
When is it a good idea to clean a solution?
As the title says - what are your guidelines for when you should run a "Clean solution" on your visual studio projects?
0
votes
3answers
65 views
How does one go about “evangelizing” a language?
I was wondering: if you have a relatively unknown programming language that you love and want to get more people using it, what can be done to "evangelize" the langueage? E.G. where would you go, what …
0
votes
0answers
48 views
Good ASP.NET hosting in Europe [closed]
I'm looking for a good ASP.NET Webhost in Europe, specifically Shared & Dedicated hosting.
Who should I try?
9
votes
9answers
666 views
Paying great programmers more than average programmers
It's fairly well recognized that some programmers are up to 10 times more productive than others. Joel mentions this topic on his blog. There is a whole blog devoted to the idea of the "10x …
-3
votes
14answers
385 views
Rolling my own “Version Control”
I'm a hobby developer and i want to put my projects in some sort of version control. I've tried several version control systems (git i think, SVN, mercurial, bazaar) and they were a pain in the neck …
3
votes
7answers
205 views
Reliable Java libs for general programming
There's always a balance when deciding whether to use a 3rd party library or write your own code. Writing your own takes time and will incur a maintenance cost. Using the 3rd party library has its …
4
votes
10answers
241 views
What design pattern do you use the most?
The reason I ask is because many applications, particularly web applications, do things in a similar fashion. Of course, the pattern used varies with the task at hand, perhaps even a combination of …
0
votes
3answers
89 views
most interest feature of visual studio 2010 and .Net framework 4
hi everybody
when you install visual studio 2010, what feature of that is most interest for you?
why do i , upgrade to VS2010?
is it valuable to purchase?(why?)
1
vote
2answers
218 views
Most obscure errors due to C++ complexity [closed]
Daily C++ programming implies dealing with obscure errors in C++ code that appear due to C++ language complexity. I need to prepare some attractive examples of such errors (and how to avoid them). It …
4
votes
6answers
161 views
Fun Ideas for an embedded senior design project?
I have a class called Senior Design next semester and we are looking for fun or interesting ideas that anyone might have for an embedded project. We will have Electrical Engineers, Computer Sciene, …
0
votes
1answer
39 views
IE6 Joomla Poll problem after converting template to 1.5x
Hi!
Recently i converted Joomla 1.0x template to 1.5x for a client of mine. Almost everything went smoothly, i migrated the content, menus etc and the website is up & running atm. I didn't notice …
0
votes
1answer
38 views
poll() c function on windows
Hi there!I want to know if I can use the poll() function on a MinGW development chain. I have CodeBlocks+MinGW. Thanks a lot.
