links for 2008-03-12
-
In Linux we trust. Мы - это коллектив VDEL. Наша работа (а также хобби, жизнь и все вместе взятое) - продвижение Linux в России в корпоративном секторе.
-
For example, if your task is to rename verbose name of groups to “Roles” and show related users at the list view of contributed administration, then it can be achieved by the following code in some model which application appears somewhere below the “djan
-
make a single form object to deal with them - this makes things quite convoluted and much harder than they have to be. My goal here is to explain a much simpler method using multiple form objects.
For this guide, I’m going to use the basic Poll and Choic
-
Dilectio comes from the Latin Language and it means “love, solicitude, esteem”. It’s a rather atmospheric theme and to achieve this effect I started my scratch from with something that might be identified with this kind of feeling. The element I am
-
Django has a code error notifications mechanism when a view raises an exception. It will email the people in ADMIN tuple(settings documentation) in settings.py with the full exception information and displays the default 500.html template.
This only happe -
I have this iterthreader module that I’ve been working on for a while now. It is similar to itertools.imap, but it calls each function in its own thread and uses Queues for moving the data around. A better name for it would probably be ithreadmap, but any
-
Programming with threads is one of the more difficult tasks in programming. The Python threading and Queue modules make this significantly easier, but it still takes some deliberation to use threads in an efficient way.
-
Again, I still suck at documentation, and my “tutorials” aren’t in-depth enough. So hopefully this covers all of the questions regarding using the django-sphinx module.
The first thing you’re going to need to do is install the Sphinx search softw
-
collation_server=utf8_unicode_ci character_set_server=utf8 default-character-set=utf8 init-connect=’SET NAMES utf8′
-
This project supplies everything needed to sync a Django project with several web APIs. It currently supports 4 services: * Flickr (http://flickr.com) * Youtube (http://youtube.com) * del.icio.us (http://del.icio.us) * Twitter
-
Provides a CAPTCHA for Python using the reCAPTCHA service. Does not require any imaging libraries because the CAPTCHA is served directly from reCAPTCHA. Also allows you to securely obfuscate emails with Mailhide. This functionality requires pycrypto. This
-
This is a layer that functions much like the Django ORM does except it works on top of the Sphinx (http://www.sphinxsearch.com) full-text search engine. Please Note: You will need to create your own sphinx indexes and install sphinx on your server to use
-
NowPublic.com uses Sphinx for searching and it is really easy to use Sphinx for Drupal and then it’s fast, extremely fast. There is no Sphinx search module because I could not find a module worth of code to release. You just need to set up Sphinx accordin
-
*
Cure writers block overnight.
*Get analytics and gain reader insight.
*It’s free and fully customizable for your blog.
*Add it to your blog in 4 easy steps.
Readers
*
Let bloggers know what i
-
python >> from xmpp inport *
>>c=Client(’gmail.com’)
>>c.connect(server=(’talk.google.com’,5223))
>>c.auth(’yourusernamewithout”@gmail.com”‘,’yourpassword’)
>>c.send(Message(’theyaga@gmail.com’,'Test message’))