myrmidia.mikeasoft.com
Myrmidia - Home
http://myrmidia.mikeasoft.com/index.py
Myrmidia is a 3D multiplayer game, built as an example of the SabreGL. Python module. It is Free software, licensed under the GNU General Public License. Both the main game client and the server are written in the Python. Module, and runs on Debian GNU/Linux. Monday August 29 2005. Thursday August 04 2005. Monday July 18 2005. SabreGL comes to Windows. Monday July 04 2005. Thats right I rock. Today I managed to get SabreGL working under Windows. What a great monday morning! God I love me! The first scree...
myrmidia.com
Myrmidia - Home
http://www.myrmidia.com/index.py
Myrmidia is a 3D multiplayer game, built as an example of the SabreGL. Python module. It is Free software, licensed under the GNU General Public License. Both the main game client and the server are written in the Python. Module, and runs on Debian GNU/Linux. Monday August 29 2005. Thursday August 04 2005. Monday July 18 2005. SabreGL comes to Windows. Monday July 04 2005. Thats right I rock. Today I managed to get SabreGL working under Windows. What a great monday morning! God I love me! The first scree...
saltycrane.com
Notes on using pip and virtualenv with Django - SaltyCrane Blog
http://www.saltycrane.com/blog/2009/05/notes-using-pip-and-virtualenv-django
Notes on Javascript and web development. Notes on using pip and virtualenv with Django. I have been using a symlinking method. To install Python packages up to this point. To better handle dependencies and multiple versions I have wanted to switch over to pip. Pip is a better alternative to Easy Install. 26) A lot of my notes on virtualenv are taken from Arthur Koziel's excellent tutorial. Updated examples for pip 1.1 and virtualenv 1.7. As of pip 1.1, the. Reading http:/ pip.openplans.org. Downloading h...
fossfind.com
apache - Open Source projects - FOSSfind.com
http://www.fossfind.com/tags/apache
Open Source projects, categorized. Add filters by typing. 4163 users on Ohloh. 770 users on Ohloh. Apache Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies. 569 users on Ohloh. Log4j is a Java-based logging utility, and is one of many projects from the Apache Software Foundation. It is used primarily as a debugging tool. 381 users on Ohloh. 212 users on Ohloh. Wrapper around a variety of logging API implementations.
loomchild.net
python | Jarek Lipski
http://loomchild.net/tag/python
In my latest project. I try to use the same application server in development and production environment (for simplicity, easier configuration, faster bugfixing, etc.) To achieve that I switched from embedded Flask. Server in development and Apache mod pyhon. In production to embeddable, production-ready Waitress. One of the features I missed was automatically restarting the server whenever the code changes. I asked about this feature on Github. Reload ./server.py. It monitors current directory and subdi...
loomchild.net
programming | Jarek Lipski
http://loomchild.net/tag/programming
Start Only Dependencies via Docker Compose. Is great, among other things, for demoing your web applications. It allows you to have consistent runtime environment, download dependencies without polluting the host system and automatically start external services like databases, search engines, mail servers, message queues, caches, etc. Many projects put docker-compose.yml configuration file in the source repository root, to be able to start the app by just typing:. Docker compose run deps. One of the featu...