Tagged Questions
The project-ideas tag has no wiki summary.
22
votes
10answers
5k views
well written open source projects (for learning)? [closed]
We learn programming by writing programs and learning from other programs.
Which open source code repositories/programs you suggest for learning/improving programming?
While citing reference please ...
16
votes
8answers
1k views
What are some interesting projects to solve in Erlang for learning purposes?
I recently discovered Erlang and am now working my way through a couple of tutorials. By now I'm looking forward to actually implement something as a hobby project. I'm not really interested in yet ...
13
votes
11answers
8k views
Best Open Source MVC PHP project to study [closed]
Do you know some good Open Source project written in PHP that is a finest example of MVC and is just the best example to learn how to write a state of art project?
kind regards,
11
votes
1answer
339 views
Using a smoother with the L Method to determine the number of K-Means clusters
Has anyone tried to apply a smoother to the evaluation metric before applying the L-method to determine the number of k-means clusters in a dataset? If so, did it improve the results? Or allow a ...
11
votes
5answers
958 views
Quick project ideas
I'm interested in making some webapps or small applications that can be completed in an hour or so. I've made an image host, web availability checker and url shortners lately but fancy making another ...
11
votes
18answers
2k views
Interesting compiler projects
I'm currently in the process of choosing a project for a grad-level compiler course to be done over the next 8 weeks. I'd like to do something related to optimization since I haven't worked much in ...
9
votes
11answers
1k views
What task can I automate in Python that's fun, simple, and useful?
I'm trying to learn Python. I'm going to eventually be using it at work, but I don't have an active project in it as of now. I've been reading through some documentation and would like to learn some ...
9
votes
9answers
7k views
Xml serialization library for iPhone Apps
Apple provides the NSArchiver and NSUnachriver for object serialization / deserialization, but this can not handle any custom xml schema. So filling an object structure with the data of any custom xml ...
8
votes
7answers
2k views
Ideas for a PHP Summer Project
Each student in my school, has to develop a Technology Summer Project. I was thinking in doing something in PHP, using MySQL databases, and something that has some utility for the real life.
I'm an ...
8
votes
13answers
778 views
Is C good for any projects beyond the command-line and learning?
This is not meant to be inflammatory or anything like that, but I am in the midst of learning C, and (think) I have a good handle on most of the basics. I've done all of the various book exercises: ...
8
votes
8answers
2k views
Project ideas for discrete mathematics course using MATLAB?
A professor asked me to help making a specification for a college project.
By the time the students should know the basics of programming.
The professor is a mathematician and has little experience ...
8
votes
6answers
6k views
What is a good open source C# project for me to get involved in?
Hey guys, I am a 2nd year university student on winter break and I am currently learning c# by myself right now. I really learn by writing code (like the rest of us i assume) and I would love to ...
7
votes
6answers
181 views
What are the “standard framework” code that we should build?
We are in a situation whereby we have 4 developers with a bit of free time on our hands (talking about 3-4 weeks).
Across our code base, for different projects, there are a number of framework-y type ...
7
votes
5answers
2k views
Computer Engineering Graduation Project Idea [closed]
We (a group of 4) are looking for interesting ideas for our final year project in Computer Engineering Department..
We prefer it software oriented, but a hardware idea will work as well..
Our ...
7
votes
16answers
11k views
Ideas for Summer Java project [closed]
Hi I'm taking an independent project during the summer at school. The prof. told me to come up with a good topic or a good project. He likes doing GUI in Java and I like the same too.
So I was ...
6
votes
3answers
1k views
Natural language processing - Ideas for beginner's projects
I am a beginner in NLP and NLTK. I am very interested in NLP and hence
joined a weekend course on AI in some local institution, which requires me
to do a project for completion of the course, and I ...
6
votes
6answers
5k views
Data Mining project ideas? [closed]
I am looking for project ideas in the field of data mining. I expect to complete it in a quarter and intend to use C++, Linux as the environment.
The course I'm taking aims to build the basics of ...
6
votes
5answers
1k views
What is your idea for a good AI project for a group of undergraduates?
There are two courses: "AI" and "AI in Games" both 15 students for 15 weeks.
I want to keep them motivated and creative.
I know I want some kind of competition (obvious for the latter course).
Maybe ...
6
votes
26answers
2k views
Your first serious programming project
As programmers, what was your first personal (not professional), serious, programming project? In which language was it written? Did it came to an end?
Made it community wiki after advice.
5
votes
3answers
823 views
Student Project Ideas: Parallel Computing
I've been given a free choice of final project for my software development course, I'm quite interested in attempting a distributed programming task, My initial thought was to create a simple photon ...
5
votes
3answers
1k views
Looking for ideas on a class project in Computer Vision
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 a class ...
5
votes
5answers
747 views
Want to write an eBook collection manager in Python. What do I need to learn?
I have been teaching myself the rudiments of Python and have reached a stage where I would like to tackle a project of increasing complexity in order to "scratch an itch".
I have a large eBook ...
4
votes
2answers
1k views
Hadoop Machine learning/Data mining project idea?
Hey guys, I am a graduate CS student (Data mining and machine learning) and have a good exposure to core JAVA (>4 years). I have read up a bunch of stuff on Hadoop and Map/Reduce
I would now like to ...
4
votes
6answers
237 views
Code Everyone Should Write [closed]
Put simply, what are some good practice applications that anyone who considers him/herself a programmer should write.
4
votes
1answer
668 views
What is a good project to learn OpenCL?
A friend of mine, who studies game development at an university, is currently learning programming in OpenCL. What would be a simple project that teaches the most important aspects of OpenCL and can ...
4
votes
3answers
993 views
Ideas for networking project [closed]
I'm a graduating senior in computer science taking a computer networks class and I'm trying to figure out my final project. I normally am not at a loss for ideas but be it senioritis or straight burn ...
4
votes
4answers
238 views
A Project idea which fits with Sun Certified Java Programmer (SCJP) preparation?
I'm currently preparing for the SCJP, which I plan to take in 6 months time. I was wondering weather you could give me any Java Project Ideas which ONLY involves Java (NOT JEE), which includes ...
4
votes
2answers
1k views
Project Idea with Hadoop MapReduce [closed]
I learnt Hadoop a few months back and managed to do a very introductory programming project on it. I want to do a small - medium sized project or series of small programming assignments with Hadoop. I ...
4
votes
5answers
497 views
Can you suggest some good exercises/projects from Beginner to Intermediate I should tackle for a newbie PHP programmer?
As always you guys help me out tremendously. :)
I've finished reading Tizag's PHP tutorial and I've even written a couple of sites that use what I've learned.
It's just that I feel I won't truly ...
4
votes
9answers
194 views
What are the websites to look for open source projects to work on?
I am currently working as a consultant but i found that i have not been doing coding for a very long time.
So i wonder if there are any other nice websites beside sourceforge.net which can allows me ...
4
votes
3answers
236 views
Get rewarded for creativity
I have a software idea that can make my company a large amount of money (but is otherwise worthless to me -- it relies on specific assets the company already owns).
I'm sure I could do all of the ...
4
votes
17answers
1k views
Searching for a school project that will blow away my teachers
for my ABITUR which is the end exam of highschool in germany I want to do a project with my friend. We are both pretty good at programming (and have our own company) and have about 9 months to finish ...
4
votes
4answers
727 views
Does anyone know of anyone working on a LINQ-to-Memcached provider?
As title. I didn't find one via google, at any rate.
Update: thanks for the links from the two answers; this is very useful, but not what I was after - I am curious to see whether it is possible to ...
3
votes
3answers
411 views
Artificial Intelligence Project
I'm searching for an idea regarding AI term project. I've researched a lot about AI areas, but not able to decide/come up with reasonable project that can be implemented within 2 months (approx. 5-10 ...
3
votes
1answer
156 views
Best practice to start with the development of a web app
We (a group of 4 students) are planning to create a web-app on Ruby on Rails. I have done some web app projects in the past and one thing I have learned is the initial time devoted to design the app, ...
3
votes
6answers
2k views
Looking for beginner Python project ideas to learn the language
I've read through "Python for Dummies" and I'm ready to take the next step. I hear that practicing coding with the goal of creating something is the best way to learn. I'm a beginner in Python, and ...
3
votes
8answers
356 views
What are some good projects to make for a newbie Python (but not new to programming) developer?
I'm downloading Python 3.1.1 and that comes with the IDLE correct?
I'm also downloading QT for Windows which I'm told is a good GUI framework to work with Python.
What projects should I try to make ...
3
votes
4answers
1k views
iPhone corporate app ideas?
I'm interested in doing an iPhone app for my day job as a pet project to learn iPhone app development. I'm curious how many companies are doing corporate iPhone apps (for internal use or for customer ...
3
votes
5answers
267 views
Open Source Project Suggestion, where to go from here
I have a project in mind, here's the pitch.
When I come to a new workspace, school, a friends computer and want to check all my favorite blogs, log into facebook, SO and all other amazing websites. I ...
2
votes
3answers
192 views
C++/CUDA Project Idea [closed]
I need to find some idea for a C++ or CUDA project that I can present to my professor. As far as what I know so far, here's a list:
Basic Data Structures and STL (arrays, vectors, lists, graphs, ...
2
votes
3answers
229 views
Suggestions for first Linux programming project?
What would you suggest as a starting project for learning essential Linux programming skills? I don't mean just coding something in Linux, but really Linux specific stuff, in the spirit of having ...
2
votes
5answers
2k views
Artificial Intelligence undergraduate project help on idea and its influence on a later on masters degree
I am a Computer Science student. I want to do an AI project for my 4th year with two other students. (It's a 5-year degree in my university so I can pursue the same project for two consecutive years ...
2
votes
3answers
548 views
A simple project that uses the basic principles of OOP in Java
I believe that we will never learn any programming language in depth until we apply all the theories on a real world application. And I kinda suck at the creativity thing. So I would want to ask for ...
2
votes
5answers
312 views
Project idea using graph algorithms
I am a undergrad student looking for project ideas, well first my idea was to build a application to simulate graph algorithms but my lecturer told me that it would be better if i use graph algorithms ...
2
votes
5answers
656 views
What should i do as a mini project?
I have completed second year of my bachelor's degree in IT. I have lot of enthusiasm in doing innovative stuff. Due to lack of confidence, I never took up anything. This vacation, we are required to ...
2
votes
5answers
2k views
Computer vision, project ideas?
I am a undergraduate student and its my final year in this program. as in any computing degree i have to do a project(individual) regarding any topic which will come under computing.I want to ...
2
votes
5answers
850 views
Pet project ideas in Java
I'm looking for a pet project idea in Java.
I'm a Software Engineering undergraduate finishing my 3rd year. I have also been working for the past 1.5-2 years programming in C++, and I get enough of ...
2
votes
8answers
358 views
Java projects without swing
I'm quite familiar with Java and I would like to work on a project on my free time but for some reason, I just hate having to work with Java GUIs. I'm wondering what kind of Java technologies are ...
2
votes
2answers
84 views
Ideatryout: Typed Providerfactory
I've been thinking about starting a new project in C#.NET (4.0RC) for a couple of days now. The end result of the project would be a class-library consisting of what I for now call a ...
2
votes
2answers
207 views
Interesting projects/problems/challenges to work on?
Being a "true" developer I love working on projects in my spare time. This is not necessarily to reach a particular end but just so that I can keep my skills sharp, work with the latest patterns and ...