minimalistic

which is a minimalistic python wsgi development server with support for code reload ?

From what I can tell wsgiref - no code reload CherryPy - more than just the server mod_wsgi - all the apache overhead paste.httpserver - paste is a huge package with other stuff in it flup - same as paste, too much stuff. Spawning - never used it but seems lightweight enough. Tornado - not really wsgi + full "framework" Werkzeug - run...

SDL+OpenGL app: blank screen

I spent the last three days trying to create a small app using SDL + OpenGL. The app itself runs fine -- except it never outputs any graphics; just a black screen. I've condensed it down to a minimal C file, and I'm hoping someone can give me some guidance. I'm running out of ideas. I'm using Windows Vista, MinGW & MSYS. Thanks in adva...

Any good, light and minimalist PHP MVC framework for small web app development?

I´m looking for a light and small mvc php framework to develop small and simples web apps, something lighter than ZF, Cake PHP or Symfony. Any suggestions? Thanks ...

Lightweight, minimalist PHP bug/feature request tracking system

Hi all, I am trying to find a truly simple, minimalistic, basic and secure bug tracking system that uses PHP and has minimum (none is best) other dependencies (if there are any that use no database, that's even better, otherwise, MySQL is fine). I know this has been asked before many many times, but so far all of the bug tracking syste...