I got some free time before my next semester, and I got a couple of ideas I want to try out. But most of them includes multiple users and databases. That aint my strongest side, so I'm looking for some good source code I can read and learn from. Can you guys recommend something? Source code or just a good read!<p>My skills: Python > Java > C > *
I recently downloaded, installed and used my first database with MongoDB (beside MS Access about 5 years ago). So I guess that a project that uses mongodb and django would be awsome.<p>-Kristian
If you want to see how it's done in Ruby on Rails, here's an example app with authentication and user management and MongoDB for data. With a tutorial.
<a href="https://github.com/fortuity/rails3-mongoid-devise" rel="nofollow">https://github.com/fortuity/rails3-mongoid-devise</a>
for C code: Anything by djb. <a href="http://cr.yp.to" rel="nofollow">http://cr.yp.to</a> Unconventional, but top quality.
for C or Python code: Anything by Avery Pennarun (<a href="http://apenwarr.ca" rel="nofollow">http://apenwarr.ca</a> - his stuff is on GitHub)
for C or Lua code: Anything by Mike Pall (<a href="http://luajit.org" rel="nofollow">http://luajit.org</a>)<p>The Python interpreter is mostly a joy to read.<p>FLTK is a great example of C++ code from the days before template worms ate everyone's brains.