[Solved] why here Twice run program

[ad_1] Issues with Code : Object creation is not correct for password class. also argument self is not passed to class method . Fixed Code class password: def pas1(self): pas = [] tedad = int(input(‘how many do you have information ? : ‘)) for i in range(1,tedad): b=input(‘enter : ‘) pas.append(b) print(‘this is your pas … Read more

[Solved] Promoting my GitHub repo [closed]

[ad_1] Karl Fogel’s Producing Open Source Software has a chapter on this. It includes posting on relevant mailing lists, having a good project page, and a communication infrastructure (e.g., mailing list). 4 [ad_2] solved Promoting my GitHub repo [closed]

[Solved] Looking for image similarity library that doesn’t care about image dimensions [closed]

[ad_1] Have you looked at SourceForge or Google Code? This project looks very good. And the tag ImageProcessing has 249 hits. Surely you will find something there. Btw, do you have any requirements w.r.t. OS, programming language, etc? [ad_2] solved Looking for image similarity library that doesn’t care about image dimensions [closed]