My company (Videntity) has been providing support to the Earth Institute (Columbia University). One of the tasks is to build a geospatial web service for. . .
Category: Python
Serving Django Admin Static Media Files with Apache WSGI on Ubuntu
Here is a quick and simple configuration code recipe to serve the admin static files in a production environment using modWSGI and Apache 2. Modify. . .
Turn Your Wii Balance Board into an Internet Device for Weight Upload
So if anyone is looking for a fun, geek-out project on a Sunday afternoon, this one will do nicely. You do not need to know. . .
Updated python-omhe library (Including fun Wii Balance Board tools for Healthy Hackers)
I’ve been busy refactoring and adding to the python-omhe project.This project’s source can be found here: http://github.com/aviars/python-omheI’ve added/updated the following:- Added a testing harness (based on. . .
Handy Trick for Instantly Serving the Current Directoy
Type this command at the command line. This is super handy when you need to copy something off a server and do not want to. . .
West Wireless Health 2.0 Developer Challenge: Recap and Next Steps
I first planned to write this article right after my submission, but then when I was told I’d been selected as the winner so I. . .
Check to Make Sure a Process is Running and Restart it if its Not: A Recipe in Python
Sometimes processes can be stopped because a machine is rebooted or for some reason the process has stopped running. This short little Python program will. . .
An Enhanced Timeout Function for Python: timeout.py
This python class is designed to timeout a function if something it hangs for too long. It was originally created by Speno’s Pythonic Avocado (I. . .
How to Ignore Compiled Python (.pyc files) and other Files in Subversion
1.) Create the file ‘.svnignore’ in you projects root directory. Use your favourite text editor: nano, vi, vim, emacs, etc to create and edit the. . .
OMHE: Open Mobile Health Exchange – Health Microsyntax Nirvana
OMHE: Open Mobile Health Exchange – Health Microsyntax Nirvana: here is a screen cast I put together to explain OMHE.
