alp-it.blogspot.com
alp-it: 02.2008
http://alp-it.blogspot.com/2008_02_01_archive.html
29 февр. 2008 г. Python - отправка сообщений в google talk. Короткий пример на питоне отправки сообщений в гуглток:. Import sys,os,xmpp. Cl=xmpp.Client('gmail.com',debug=[]). Clauth('your name','your password'). Clsend(xmpp.protocol.Message('your friend@gmail.com','your message'). Для работы нужно 2 библиотеки:. Для их установки нужно всего-лишь скопировать папки xmpp и dns из соответсвующих архивов в любую из папок, которую в питоне выдаст скрипт. Вот в этом сообщении. Быстрое решение №1. Get /u01/app/o...
wiki.dtella.org
Error Messages - Dtella Wiki
http://wiki.dtella.org/wiki/Error_Messages
Log in / create account. Fatal Error: Server info not available! Timeout Error: The login is taking too long. Timeout Error: The IRC server stopped responding. Error: You don't seem to be connecting from Purdue. Error: DC nick change is impossible! Error: You left, somehow. Warning: dropped an oversized command packet. Warning: I can't determine your IP address. You must share at least XXX MiB in order to download. (You currently have XXX.). Server couldn't find your hostname; using IP instead. Wait a fe...
wiki.dtella.org
Dtella:Error Messages - Dtella Wiki
http://wiki.dtella.org/wiki/Dtella:Error_Messages
Log in / create account. ImportError: No module named dns.resolver. ImportError: No module named twisted.python.runtime. ImportError: No module named Crypto.Cypher. This page contains all documented error messages that may be produced by Dtella. If you do not see an error here and would like to document it, please do. Otherwise please visit the IRC. For help resolving the issue. ImportError: No module named dns.resolver. And compile it yourself. ImportError: No module named twisted.python.runtime. Like t...
speno.blogspot.com
Speno's Pythonic Avocado: September 2009
http://speno.blogspot.com/2009_09_01_archive.html
One python programmer and his avocados. Calculating the keytag of a DNSKEY in Python. In DNSEC, sometimes you want to know the "keytag" of a DNSKEY record. Here's a Python implementation that uses dnspython. Given a dns.rdtypes.ANY.DNSKEY dnskey, compute and return its keytag. For details, see RFC 2535, section 4.1.6. If dnskey.algorithm = 1:. A = ord(dnskey.key[-3]). B = ord(dnskey.key[-2]). Header = struct.pack("! HBB", dnskey.flags, dnskey.protocol, dnskey.algorithm). Key = header dnskey.key. If i % 2:.
speno.blogspot.com
Speno's Pythonic Avocado: Calculating the keytag of a DNSKEY in Python
http://speno.blogspot.com/2009/09/calculating-keytag-of-dnskey-in-python.html
One python programmer and his avocados. Calculating the keytag of a DNSKEY in Python. In DNSEC, sometimes you want to know the "keytag" of a DNSKEY record. Here's a Python implementation that uses dnspython. Given a dns.rdtypes.ANY.DNSKEY dnskey, compute and return its keytag. For details, see RFC 2535, section 4.1.6. If dnskey.algorithm = 1:. A = ord(dnskey.key[-3]). B = ord(dnskey.key[-2]). Header = struct.pack("! HBB", dnskey.flags, dnskey.protocol, dnskey.algorithm). Key = header dnskey.key. If i % 2:.
myoren.blogspot.com
hello.igetconnection.com: December 2009
http://myoren.blogspot.com/2009_12_01_archive.html
Howto Hack Asus P5WDH Deluxe to be Hackintosh Snow Leopard. What do you need? Retail Snow Leopard from Apple RM109. Get it here. Iso: This is Chameleon 2 RC4. Latest 24/12/09) Linux BootCD customize for Asus P5WDH Dlx. Time ( 4h maybe less). For list of hardware? Just change Motherboard with Asus P5WDH (BIOS 3001). To user using GIGABYTE motherboard, please follow Lifehacker: install-snow-leopard-on-your-hackintosh-pc-no-hacking-required. After boot follow with insert Snow Leopard CD. My Xbench result is.
jprvita.wordpress.com
jprvita's weblog | Page 2
https://jprvita.wordpress.com/page/2
Newer posts →. GSoC10 Infosession — numbers and pictures. March 18, 2010. A little bit delayed there it go some info about the talk we did at Unicamp. About GSoC10. There was about 70 attendees and the session lasted 1h30. The first 20-30 min were spend on presenting the GPSL FOSS Seminars Series. 8212; LLVM student 2007/2008/2009;. 8212; BlueZ mentor 2008 and Maemo mentor 2009;. 8212; BlueZ student 2009;. 8212; Ruby Central student 2007 and ReviewBoard student 2009;. João Batista Corrêa Gomes Moreira.
dude.coolandgroovy.org
route53d - Amazon Route 53 DNS frontend
http://dude.coolandgroovy.org/route53d
Amazon Route 53 DNS frontend. MD5 (route53d-0.01-alpha.tgz) = 490a7229b1e5044a7bfad6f97a440d30 Released 15th December 2010. Route53d is a DNS frontend to the Amazon Route 53. API It allows you to use standard DNS tools to make changes to your Route 53 zones. At the moment it supports adding and deleting resource records by dynamic update (e.g with nsupdate. Download route53d-0.01-alpha.tgz. This is an early release. Please let me know how you fare. Email james .at. now .dot. ie. An active Amazon Route 53.