Tagged Questions

24
votes
13answers
2k views

D Programming Language in the real world?

Is anyone out there using D for real world applications? If so, what are you using it for? I can't seem to find anything big on the web written in D. Despite the lack of known big …
23
votes
7answers
961 views

How do you design a functional program?

From day 1 of my programming career, I started with object-oriented programming. However, I'm interested in learning other paradigms (something which I've said here on SO a number …
23
votes
26answers
1k views

What is a good application programming problem to solve for beginners?

UPDATE Please do not post game ideas. I am not looking for game ideas here. I am looking for ideas like; "Network browser", "File encrypter", "Notepad-clone", " …
16
votes
21answers
1k views

What’s the best way to protect a Windows application from piracy?

I will be selling a Windows application into an industry where many of the users will know and be friendly with many of the other prospective users. I expect that some users wouldn …
15
votes
25answers
1k views

Have you ever faced an ethical issue when creating an application?

This question isn't about ethical behavior in the workplace, like leaking code or stealing. I'm wondering, have you ever been asked to add a feature to an app that you thought was …
12
votes
9answers
399 views

Where should cross-platform apps keep their data?

Hi there, I'm building an application that is targeting Windows, Mac and Linux soon. I was wondering where should I keep application data such as settings, etc. Application's ins …
11
votes
57answers
2k views

The Application that helped your programming the most in 2008

The year is now 2009, happy new year for starters. However I'd like to hear your opinions on what applications helped you the most 2008. The requirements for the application is t …
10
votes
11answers
432 views

Where to put your code - Database vs. Application?

Hello, I have been developing web/desktop applications for about 6 years now. During the course of my career, I have come across application that were heavily written in the datab …
8
votes
12answers
827 views

What are the uses of self modifying code?

Is there any real use for self modifying code? I know that they can be used to build worms/viruses, but I was wondering whether there is some good reason that a programmer may hav …
8
votes
16answers
700 views

Are .NET languages really making any kind of dent in consumer desktop applications?

Do you write consumer desktop applications with .NET languages? If so what type? My impression is that most consumer desktop applications are still native compiled applications in …
8
votes
21answers
2k views

GUI Programming APIs

Alright, this is a rather odd question that doesn't have one true answer: What is the * Best || Easiest to Use || Most Powerful || Cleanest * GUI API or library (tk, SWING, …
7
votes
15answers
382 views

Real-life C application to show at introductory course

I am holding a course on the C programming language, and I want to show the students some real-life useful applications of C, to catch their interest. Usually all they see are bori …
7
votes
7answers
2k views

Open Source Code Review Tools? (Mondrian)

I've read a bit about Google's Mondrian, and I've seen Atlassian's Crucible demonstrated - I'm convinced that the tools have value. Are there open-source code review tools? It wo …
6
votes
6answers
424 views

What is the best open source example of a lightweight Windows Application?

I would like to learn how a program can be written and installed without the use of the .net framework. I'm looking for a project that is known to be lightweight and robust. Some …
6
votes
4answers
305 views

How can I cut a large Rails application into smaller applications that work together ?

I have worked a bit with Django and I quite like its project/applications model : you can build a Django project by assembling one or more Django applications. These applications …

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