Nugget Post: Pouchdb-find regex example

Here's an example of using the excellent pouchdb-find plugin's (https://github.com/nolanlawson/pouchdb-find) regex features. I couldn't really find a good example in the documentation, but looking at the source code we come up with something like this: https://gist.github.com/dvas0004/a67f1093bc323d7556ed Note that the $regex command cannot be run on an indexed field, so this will be a slow query … Continue reading Nugget Post: Pouchdb-find regex example

SL4A + Python 4 Android : Bluetooth and Webviews example

Most of the other non-native frameworks that I've used so far are often very good, but lack low-level connectivity modules such as bluetooth (though they pretty much do anything else...). So while hunting around for what I might be able to use for developing a bluetooth app, I ran across SL4A - scripting language for … Continue reading SL4A + Python 4 Android : Bluetooth and Webviews example