vote up 57 vote down star
55

Do you have your own hobby development project, that you like to work on your own?

If "yes", could you please tell a bit more about it (links are welcome)?

  • What kind of project is it?
  • Did it help you professionally? How?
  • Is it open-source? Do other people use it?

If "no" - Do you want to start one?

PS: This question came up after this answer ("Let's have a look at your hobby projects") to the question Write a program in 30 minutes (for a C# programmer candidate interview question) and was suggested by itsmatt

Related Questions:

Pet Projects - Should we have one?

flag
show 7 more comments

98 Answers

1 2 3 4 next
vote up 0 vote down

Yes. I work on Free Stock Market Software

  • JStock makes it simple to track your stock investment. It provides compact and organized stock market information, to help you decide your best investment strategy.
  • It acts as a solid prove that I am able to create a software which is accepted by end user market. After 2 years of work, there are around 45,000 downloads, and several positive independent software reviews.
  • It is open source. It is used by others. Its current download rate is 100~200 copies per day.
link|flag
vote up 0 vote down

Yes, I work on a web site I call History Based Estimation.

It is a solution for recording elapsed time and estimates for tasks and projects. It uses the accuracy of historical estimates for making simulations that result in statistical probabilities of various completion dates. Read more about it here.

It is inspired by Evidence Based Scheduling, and I am just starting to use it for my estimates and schedules for both work and home projects.

It is open source on SourceForge.net. I started a few weeks ago and guess it has not been downloaded from SourceForge by anyone yet.

I hope this project will help me handling my estimates and schedules. If it can be turned into something that would help other people as well, that would be great.

Technical note: It is written with ASP.NET WebForms / C# / LinqToSql / Sql Server database, and I try to use a repository pattern with dependency injection.

link|flag
vote up 1 vote down

I'm a transportation engineer by training, and a lot of the software we use in the industry is archaic and/or is terrible. I usually spend my spare time reading the research behind the methodology and programming it using python then interfacing it on my local intranet.

What i'm trying to say is that find something that you are really fond of. for example, my buddy does a lot of music related coding with ruby. Another friend does the so called "scripts under 50 lines" for linux. We share code between each other and we don't critique each other either.

Another thing I do sometimes, is i code some of the proposed answers on stackoverflow in different languages. For the color coding question posted the other day, I recoded the answer in python and in c++ just for shits and giggles.

Find a topic that you love, and explore the areas that haven't been tackled yet.

link|flag
show 1 more comment
vote up 0 vote down

It's been awhile, but I wrote a staff picture gallery in Ruby on Rails as an effort to learn how to use it. RoR introduced me to the ActiveRecord database pattern which has become my standard DB pattern for all of my .NET web apps.

link|flag
vote up 0 vote down

When I was a teenager I used to spend my time programming games. It was easy then (1980s) now it's difficult to do tiny games that look even funny when paired with the incredible games out there. But I still believe game programming is the funniest area and you can learn a lot there.

link|flag
vote up 0 vote down

Here's a recent one I did:
http://stackoverflow.com/questions/761121/performance-issue-building-a-string

I built a "CompiledFormatter" class to address one of the short-comings of the String.Format() method. In the end it turned out to not be much of a gain, but it was a for-fun project from the beginning and I learned some things about how .Net works internally, so I figure it was a net success.

link|flag
vote up 0 vote down

One of my most recent personal coding projects was implementing MD5 in Scheme. The MD5 algorithm lends itself to lots of "functional" ideas, and if you don't care about speed (as conventional implementations do), you have lots of room to play. :-)

Once done, try it for the SHA-1 and SHA-2 algorithms. :-P

Oh, and it doesn't have to be Scheme. Just try writing implementations in various different languages. It's probably a good way for you to get familiar with whatever language you're coding it in.

link|flag
vote up 0 vote down

What kind of project is it? JSMS: A program I created for myself years ago to quickly send SMS text messages without having to open a web browser. I'm Irish. All the Irish mobile companies provide hundreds of free "web" texts to their users each month. JSMS works with all these Irish companies SMS interfaces plus over 25 international providers (not free but very low cost SMS).

The program has evolved from a very simple GUI application to a fully features SMS tool including:

  • Full Phone Book manager
  • Create/edit groups
  • Import contacts from various sources including GMail,Outlook and web based phonebooks
  • Export contacts
  • Spell Checker
  • Multi-platform (Windows/Mac OS/Linux)
  • Auto-update mechanism

I've also re-written the code in Objective-C to run on the iPhone.

Did it help you professionally? How?

Yes. i learned a lot about Java and learned a new language (Objective-C). I may soon be working on an iPhone demo project at work because of my experience.

Is it open-source? Do other people use it?

Yes. It has been downloaded over 15,000 times so far. Source code is available under the GPL.

link|flag
vote up 0 vote down

Yeah I have a little hobby project just released a beta of it today...

It's a Job search document generator/tracker called jobdb. It's written in OpenOffice Macros and MySQL. Feel free to join the project and contribute to it.

link|flag
vote up 0 vote down

Yes, I'm a hobby programmer generaly.

I write various utils for games - to allow to bring new content, add-ons, mods. Map editors, format converters, data editors. There are communities around these games and players use my tools.

Recently I've started writing own games, there are only 2 of them yet - jigsaw puzzle is the first one WIP. Other one is a remake of strategy game, here's video: http://www.youtube.com/watch?v=y-7cbQzJ-Z4 Both are work in progress.

Running own website where you can see most of my hobby for yourself: http://krom.reveur.de

With every new project I feel my skills becoming better. I notice that 1yo projects are looking naive and stupid sometimes, there are lot of unoptimal moves and algorithms. Now I see it :)

link|flag
vote up 0 vote down

Yes, although I work as a programmer, it doesn't always satisfy me creatively.

When I first started programming, I found I needed an app to help drown out background noises so I could concentrate. I downloaded a few ambient sound players, but didn't really like any of them, so I wrote my own for the Mac and PC. It's called Resonance. It basically just plays ambient audio files, but you can add effects to them such as reverb, pitch-shift, and echo. It also contains a binaural tone generator capable of producing 1500 unique frequencies. So far it's been downloaded ~1000 times. Here is a screenshot:

alt text

link|flag
vote up -1 vote down

Yup www.my-clock.net, an online alarm clock :p soon to be time tracker, calendar and so on. Using it to learn javascript and web development.

link|flag
vote up 0 vote down

Yes, I usually have at least one or two hobby projects going. My longest-lasting and so far my only public project is Taekwindow. It's a Windows program that lets you drag around windows with Alt+drag, resize them with Alt+right-drag, fixes scroll wheel behaviour and lets you push windows to the background. Great for Linux addicts who are occasionally stuck with Windows. Taekwindow is open source and has been downloaded over 7000 times now.

I'm also working on an arcade flight simulator similar in style to Terminal Velocity, but that's on halt at the moment. It's a really nice project though, because it lets me work on many different aspects of game development. When I get bored with the terrain engine, I just start working on the AI, that kind of thing. This project is currently not open source, and I don't know yet what I'll do with it if I ever finish it.

Further examples of smaller projects:

  • NaNoWriTool, an editor for NaNoWriMo authors
  • my XMonad configuration
  • a tool to query multiple Amazon incarnations (.com, .de, .co.uk, .ca) to find out where you can best order your books, got stuck on the Amazon API not being capable of certain things (don't remember)
  • a CMS/wiki/blog engine in Haskell, but that's hardly started yet

I'm currently working on a simple raytracer in Haskell. Mostly for practice with Haskell, but it's also fun to see so few lines of code create very pretty pictures.

link|flag
vote up 0 vote down

I maintain a small, but really good (IMHO!) open-source class library called SixPack.

link|flag
vote up 0 vote down

If "yes", could you please tell a bit more about it (links are welcome)?

Yes--

What kind of project is it?

.NET 3.5 WCF RESTful Web Service. It takes a phone number (ANI) via Http, populates a MySQL db and does a reverse lookup via anywho.com to obtain the ZIP code. If the number of instance of that ZIP during a given time span are excessive, it displays a Google Map image of that region.

Did it help you professionally? How?

Honestly, this is a side project that I'm using to bolster my credentials and gain valuable "real world" experience with the .NET framework. My stepfather is a consultant for a large ISP that has mentioned they had a need for a proactive support tool.I don't work with .NET development in my current job (support apps written with much older technologies). I've learned a LOT doing this---such as how to create a Web Service, parsing HTML with C#, how to integrate MySQL (good fun) into a .NET application, etc. I'm looking at this as a means of gaining some visibility and experience, and am better off for it regardless of what it leads to.

Is it open-source? Do other people use it? Not yet to both questions. We're prototyping it now.

If "no" - Do you want to start one? I still want to answer this. I'm fielding a couple of SourceForge projects-one written in C/Gtk and the other in C#.NET; I'd like to make sure that my exposure is to multiple platforms/languages. It can't hurt.

link|flag
vote up 0 vote down

I've got a few rummaging around.

The first is a dead simple little birthday and anniversary reminder program that a few of my friends and family use and love. It was originally written in Borland C++ Builder, but I am rewriting it in gcc/mingw with wxWidgets, mainly because I want a Linux version for myself, as well as the windows version for others, and as a simple program to introduce myself to wxWidgets. Not open source yet, but will be once the rewrite is done.

I also occasionally get enthusiasm for a FIBS client I've called Prevarication to play Backgammon. I've done the first stage of thoroughly documenting the existing server, and started the second stage of writing the low level framework stuff. It will also be the only FIBS client fully localisable, which is something I've never written before. I've started it in Java, but am considering starting again in Ruby, either as JRuby so I can use Swing for the graphics, or standard Ruby with wxRuby. Of course first I have to learn Ruby.

I also have a utility library of Java code called EvLib, comprising things I keep finding I am writing again and again for various projects, or are just darn useful for certain things. I intend to give it a little more polish and then make it available under a BSD type license. I've used it in several customer projects so have been of use professionally.

I have a file synchronisation tool that I have used with a few customer projects to keep remote websites in sync with a local version, only pushing/pulling files that have changed. It is inspired by the Unison sychronisation tool, but it doesn't need another copy of itself running at the remote end, only an FTP or SFTP connection. It has been invaluable for rolling out a couple of customer projects, and ensuring I don't clobber stuff on the site that others have changed. Written in Java, and will be released open source after I've tidied it up a bit and written some documentation.

Aside from a few other smallish utilities, they are all the projects I have that have actually been started in one fashion or another.

I'm planning to write a punch-clock style time tracking desktop application for two reasons: I want to replace the commercial windows app I use currently with a cross-platform one, and I think it would be a good little exercise for learning Ruby (and wxRuby). I will call it "Punch Evan".

I've also been tinkering with ideas of a project management application base on a couple of articles Joel has written. Don't know if it would be web based or desktop at this point. I keep vacillating on that one, and there's plenty in the queue before it.

I've been freelancing for a few years, and found I was becoming increasingly miserly about any time I spent in front of the computer that wasn't billable, and my pet projects were languishing as a result. I started a full-time 12-24 month office job a few months ago for several reasons, one of which was to give me some time and energy for some pet projects. It's nice to get some enthusiasm for them back.

link|flag
vote up 0 vote down

Yes, I'm developing a Java application that generates a HTML page with all OpenPGP keys stored on biglumber.

BigLumber is a key-signing coordination page where you can find opportunities to sign each others OpenPGP key.

The map will display a list of Names & keys according to the city mentioned on the biglumber entry.

It works statically, because it has to be pure HTML. It uses OpenLayer for OpenStreetMap data and the free webservice GeoNames to get all city coordinates.

I use TDD for the first time and it works pretty well. It's not open source because it's too small :)

link|flag
vote up 0 vote down

Yes, currently I'm one project of significant effort, so on to the questions.

  • What kind of project is it? RSS Spy is my attempt at a feed reader with the features that I find to be useful. Namely, automatic downloading of podcasts.
  • Did it help you professionally? How? It's hard to say if it has helped me professionally or not, the major thing that it does to for me is allow me to work on C# when I don't always get a chance to at work and it also gave me my first exposure to Subversion.
  • Is it open-source? Do other people use it? I don't know if other people use it, but it is open-source and I released it not too long after asking this question here on StackOverflow.
link|flag
vote up 0 vote down

I have only hobby projects now. Because I'm an ameteur (and I'm 19 ys old at the moment.)

What kind of project is it?

Computer game

Did it help you professionally?

Maybe It will once... (I don't think such things will be good for reference at an interview...)

Is it open-source? Do other people use it?

Source code is not open yet. I will consider open it later... You can use them free...

This is the latest: http://scdescent.tk (Lightweight multiplayer Space shooter 3D game. The current project. Has international support.)

This is something I gave up: http://realhirroz.tk (This is an unfinished online strategy game like travian, but when I defated in the Travian I lost all motivation to continue it. ps: you can login with 'demo' name and blank password field at 'belépés' to view it.)

This is the biggest one: http://users.atw.hu/calmarius/Download/Space_Tactics_III/Space_Tactics_III.htm (But still unfinished and has bugs. It is a simple 2D space RTS against the computer.)

These stuffs are Hungarian, I hope you find the download link... I've never thought before that I post them here...

ps: sorry for grammar mistakes...

link|flag
vote up 0 vote down

As a hobby I have started an open source Movie Management HTPC application (I am currently the project manager and lead developer of a team of ... 3 or 4?). It is basically an app to manage your movies you have ripped to your hard drive. Plot summary, rating, actors, cover art, full screen backgrounds, etc are all pulled automatically based on a heuristic algorithm to match your movies to multiple online data sources. Currently we have something like 5000-7000 users? It's hard to say exactly, but we are growing fast.

Project page here: http://code.google.com/p/moving-pictures/

The project is open source but in my professional job for my last raise I was given an additional $3,000 on top of what was initially planned to be my raise, due directly to my work on this project. Upper management felt this demonstrated initiative and a drive to learn.

So anyone questioning the value of spending time on open source projects, think again...

link|flag
vote up 0 vote down

Yes.

I take on graphic arts requests, website design requests all for free in my spare time. I can show off the websites to potential employers.

I used to be working on various javascript widgets. These are nice to show off as well as a nice javascript refresher.

I am working on a MMORPG game. Not open source but free with an active close knit community.

link|flag
vote up 0 vote down

It looks like a bunch of people have mentioned games so far... add me to that list. I've been working off and on for a few years on a 3D artillery game called Staker, pretty much doing everything from scratch to learn more about various game design concepts (physics modeling, ray-triangle intersection algorithms, lighting of surfaces, etc.).

I've actually been writing it in MATLAB, of all things. Partly since I use MATLAB for most everything I do, and partly for the challenge, since MATLAB generally isn't intended for writing games. Working on the game actually expanded and honed my MATLAB skills greatly; I got much more practice in plot rendering, creating GUIs, and using the object-oriented features of the language, all of which I've subsequently used for writing programs at work.

Since I'm writing the game in MATLAB, it's all open-source. I've posted the current beta version on the MathWorks File Exchange, and hope to have a new version done soon (as soon as I get some more free time to work out how to create the game AIs). Since it's simply a labor of love, I encourage people to play around with it and modify it however they want.

This isn't the only MATLAB game I've written. As a bit of mischief, I posted another one back before the election: Whack-a-"Maverick": Save America!

alt text

Needless to say, I got some angry reviews. But it was all in good fun! =)

link|flag
vote up 0 vote down

Do you have your own hobby development project, that you like to work on your own?

yes, 'kin': kin is a simple language for creating compilers for simulations and systems engineering modelling tools.

What kind of project is it?

It's a small language and interpreter (currently) based on

  • co-routine based functional transducers
  • traits
  • relations as described in 'Database in Depth: Relational Theory for Practitioners'
  • parser expression grammars for external or internal DSL

Did it help you professionally? How?

kin is the name I've given to various languages I've been playing with based on tuple/pattern matching/prolog/relations for the last five years.

Implementing it in its various guises meant I learnt a lot about parsers, prolog implementations, pattern matching, JVM bytecode, language design, PowerPC assembler, x64 assembler, C99. My background was general engineering, aerosystems, then specialising in computer aided engineering, so I didn't do that sort of stuff as a computer science undergrad.

There have been numerous times where something I've first tried out in kin has ended up in the professional project I've been working on, not least as most of the inspiration is to find something better than C++ or Fortran to solve the problems I'm faced with at work. The obverse of that driver is that it changes every six months, as I'm faced with different problems, so end up pulling bits of different languages in and deprecating other parts.

Also, whenever I've explained about it in an interview, I've been offered the job.

Is it open-source? Do other people use it?

There's a very old JVM version on sourceforge because I can't delete it, and the bignum libraries were faster for some uses than those shipped with 1.4. The current version (C99/x64) will appear on assembla if it gets to a state that anyone else might find it useful before I run out of cash and need to get another contract (the only thing there are the notes I did last year). Usually when I'm working I don't have the energy for both a day job and to code at night, and have other things (like commuting back home and seeing my wife) to do at the weekend.

I also played with an in memory RDF query engine; that will end up being the relational bit of kin at some point, and there are various small bits of pieces at tincancamera. It loaded and indexed some largish data sets very quickly, but one of the drivers of kin was wanting to be able to adapt the code on the fly based on queries, which is too tricky to do in C++; it's metaprogramming is limited to static code. I've had a couple of queries from PhD students about its techniques, but no actual users.

link|flag
vote up 0 vote down

Yes

I have always had several hobby projects on the go, since I started to learn to program. I still start new ones at the rate of 3-4 a year (not counting small experimental bits of code I sometimes hack together to see how something works).

Most of these projects only last long enough to get hard, and then I lose interest, but occasionally I'll pick one up, dust it off, and give it another few days of development time.

The only one that's really been of much use to a large number of people is the Eclipse CORBA Plugin, which I originally started when I was developing software with CORBA for my job, and wanted a way to edit the IDL files from within Eclipse.

It is open source

It's still missing many things that I plan to implement, or people have asked for, but it's apparently being used quite extensively: up to about 400 downloads a month on average, which doesn't count people installing from the update site. How many of those users encounter a bug that they never report and abandon it I'm not sure.

The most satisfying part for me about developing open source software is when people offer to help out - ECP has gathered up bits of code from several different contributors, and it's very gratifying to know that other people have the same interests or needs.

Career

I wouldn't say it's necessarily helped me in my career directly, but I've been able to reuse parts of it in another project (Ada to Java bindings) I developed as part of my current job, and used it directly to develop new software based on CORBA at work.

The irony is that I'm now leaning towards using ICE, instead of CORBA for new projects that need a middleware framework.

link|flag
vote up 0 vote down

Yes, I usually have 1-2 hanging around. Rarely do they ever go beyond proof of concept.

Two which are currently rather far along: Unifico Framework, and GreatVocab. The former is a way to develop highly scalable ASP.NET applications in MVC (thru WCF remoting). The latter was developed out of personal need while I was preparing for a Graduate Records Exam (GRE). The application grew from a personal tool into a small biz and has just wrapped up development. It's my first complete and out the door MVC app.

link|flag
vote up 1 vote down

Yes. I scrape Yahoo for stock data & I will pump them into a data-mining program.

I also run some websites for people.

link|flag
show 2 more comments
vote up 0 vote down

I have a few personal projects that I'm working on, the biggest of which is probably Memories of Hyrule. It's a Zelda fan game that I have been developing on and off for about 5 years now. My goal is to fully recreate the original NES game, The Legend of Zelda in the style of it's SNES sequel A Link to the Past. The game is being written in C++ using the ClanLib SDK, and will run under Windows, Linux, and MacOSX (hopefully).

Game programming is strictly a hobby for me so I have no intentions of trying to monetize the project (given the use of the Zelda name, I'm sure that would be impossible anyhow). When the game is finally finished it will be available as a free download on my site.

link|flag
vote up 1 vote down

Yes! Currently I'm working on a completely ridiculous project which is likely going to take 5-10 years of my life and is... rather useless.

The project is Kronos C#, which is designed to be a drop-in replacement for the Microsoft Visual C# compiler, i.e. the idea is you will be able to literally replace the Visual Studio compiler with Kronos C# and everything still works precisely the same - so it compiles, interacts with Visual Studio, emits correct metadata, compiles on-the-fly as you use Visual Studio, etc. etc. - everything. Not to mention the fact it has to have excellent performance characteristics. The idea is to expose myself to the development of a modern compiler, with all the constraints actual commercial compiler devs have to deal with.

The purpose of the project is twofold - firstly and most importantly it's very, very educational, both with regard to C# as well as compilers and programming languages in general, secondly it establishes a compiler framework which I hope to go on to use to develop compilers for other languages as well as tools for Kronos C# which may turn out to be useful to C# devs as a whole.

It's likely nobody is going to use any of the code... but goddamn is it interesting; most importantly I hope I'll come out of the process a better programmer than when I went into it!

link|flag
show 3 more comments
vote up 1 vote down

Yes

  • It's a web radio tuning application... but not the tricky kind where they try to game some weird protocols, mine just run it inside a hidden browser. Works for every single webradio sites I've tried so far.

  • I learned a lot of things writing this thing, particularly unit testing and ClickOnce and a lot of Python for its website. Sure will be of good use sometimes soon.

  • It is GPL-ed and have been downloaded around 700s last time I checked. And I have received a small donation from one guy, not too much... but hey! somebody liked it :-)

I've just did a major overhaul to it, you can check it out at http://www.quicktuner.net/ .

The website, documentation and seed content still needs work... but that's another story once tonight's version is out in the wild :-)

link|flag
show 1 more comment
vote up 0 vote down

Ham radio has been a huge source of hobby programming projects for me. I have used station automation and logging DB's as fodder to learn VBA, COM, .NET, serial comms, threading, etc. Big fun!

link|flag
1 2 3 4 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.