Tagged Questions

225
votes
105answers
16k views

Significant new inventions in computing since 1980

This question arose from comments about different kinds of progress in computing over the last 50 years or so. I was asked by some of the other participants to raise it as a question to the whole …
-1
votes
3answers
84 views

[C#] What complex refactoring features do you wish there were?

Tools like CodeRush and Resharper offer lots of simple refactorings, such as 'Rename Variable'. But if you could have any refactoring feature at all (no matter how complex), what would it be? (I …
1
vote
3answers
48 views

Top k problem - finding usage for my academic work

Top k problem - searching BEST k (3 or 1000) elements in DB There is fundamental problem with relational DB, that to find top k elems, there is a need to process ALL rows in table. Which make it …
0
votes
4answers
76 views

Recommendation for the Java SE project to use all java skills?

I am looking for a project to use most of my java se skills (oop,java api..),i searched but i can not find good project to dive in and start.It doesnt have to be new one , projects that done before …
0
votes
3answers
46 views

Looking for a good exercise in building a website

I'd like to learn how to build a website, say using .Net (Monorail comes to mind). I'd like a pet project, something that: Will take a fair yet reasonble amount of time I can I can build on my own …
31
votes
36answers
3k views

Why do we still program with flat files?

Why are flat text files the state of the art for representing source code? Sure - the preprocessor and compiler need to see a flat file representation of the file, but that's easily created. It …
3
votes
3answers
119 views

Looking for ideas on a class project in Computer Vision

Hello all. I have come upon another class where I need to find an idea for a project, and since my last posting on SO for a project idea was so successful, I've decided to ask here again. I'm taking …
3
votes
6answers
145 views

What are some ideas for an embedded and/or robotics project?

I'd like to start messing around programming and building something with an Arduino board, but I can't think of any great ideas on what to build. Do you have any suggestions?
0
votes
1answer
40 views

Software to Keep Track of: 1) Program Features, 2) Program Defects and 3) Ideas for New Programs

Hi: I'll have bursts of programming-related ideas that I wish to keep track of. Usually, there are two scenarios: I'm using an open-source application, and there is something about it I'd like to …
0
votes
2answers
104 views

Senior computer engineering project ideas ?

Hi, everybody I am senior student in computer engineering. I am going to take project course on these my last two semester, the thing is I want to do project either in Database programming or Network …
1
vote
5answers
163 views

What would you like in a CMS?

As the title says, what would you guys like an a complete CMS? Both as a user and as a developer. My current idea is to implement the whole thing in C#/ASP.NET MVC 2 and use StructureMap to load new …
-1
votes
4answers
140 views

cursor movement through eye

I was thinking whether it could be possible to track cursor movement through eye. Depending on which part of screen , the eye looks the curson will move. Can this be achieved? Thansks everyone for …
3
votes
8answers
147 views

Would a cloud-based compiler be feasible?

Would it be any practical benefit to write a cloud-based compiler, that would spread compiled units of code on different machines in the cloud? Could there be a benefit from obtaining a …
1
vote
5answers
267 views

Java - Name for money class

What should I name my class that stores costs/prices/amounts of money in CAD/USD as separate longs for dollars and cents? I has "PriceInDollars", but I don't really like that, and I always forget it. …
4
votes
19answers
711 views

I need a good programming project

I just finished and passed data structures and I need a good programming project for the summer to keep my skills sharp.

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