Hi again! After some months i corrected some mistakes in this code and added a few things to make it act like a typical IRC Client. It will now use an alternate nick when the nick is already in use. It will now attempt to join the channel correctly and not attempt before successfull registration. It will now send a small adv message when it successfully joins the channel! Change INPUT_CHAN_HERE with..
PUG-PI it's the Python User Group from the Brazilian State PiauÃ. Together, we did a Dojo to solve this problem: http://dojopuzzles.com/problemas/exibe/diamantes/ The problem consists in given an input (a char), the program print all the letters from the alphabet until we find the given letter and then all the way back, doing this like a diamond. Something like this:
phile. is a bare bones security system. it uses one global password. and is run using python and cgi. making it usable on all web servers that have python. you can use this three different ways... one to just protect one page. two to protect many pages of the same site with one global pass... three to protect one page then have other security on different pages.