The Xapian Project
It looks like I’ll need to do some full-text indexing at work in the near future. Xapian’s ability to index RDBMSs will come in handy.
It looks like I’ll need to do some full-text indexing at work in the near future. Xapian’s ability to index RDBMSs will come in handy.
“Here’s a websocket implementation that works inside (a slight modification to) WSGI. It requires the latest development version of Eventlet ” Websockets communicate with the browser via wait() and send(). An updating graph is included as an example.
This web form spits out FFmpeg command-line options to convert video to a variety of formats and output settings.
I’ve been tasked with creating some UML sequence diagrams for an existing product. It’s not really my idea of a good time, either. Any book I have access to is rather dry and short on real-world examples on the topic. This page provides some sequence diagrams of varying detail.
If I’m tasked with building some UML diagrams of someone else’s Python code, I’ll be damned if I have to do it manually. Lumpy generates UML from a running Python process. Here’s hoping.