Jabber xml-rpc

2009-01-22 Thread makkalot
Hi all i have a program which does some xml-rpc work over SSL, i want now to add some NAT capibilites to my program. The way i thought is to use jabber and send my calls over jabber xml-rpc and ssl it. - Is it the best way to make sth 'natted'? - If yes which library do u reccommend ? twisted

Re: Inter-process communication, how? Part 2

2008-02-16 Thread makkalot
Sunday 23 December 2007 Tarihinde 03:56:05 yazmıştı: Hello, just to recap: last time I asked how to do an interprocess communitation, between one Manager process (graphical beckend) and some Worker processes. Why just dont use dbus , and then have a drink :) --

Re: Compressing a text file using count of continous characters

2007-12-15 Thread makkalot
XYZDEFAAcdAA -- XYZ8ADEF2Acd2A (RLE), that saved a lot of googles I have written a rle in my first years in school. It compresses a bitmap image %50 compression is achivied :) The link : http://arilaripi.org/index.php?option=com_remositoryItemid=26func=fileinfoid=273 And it is