No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Hello, I'm writing a program using wxPython. I've got this code: [CODE]class captchaFrame(wx.Dialog): def __init__(self, parent, title, id): wx.Dialog.__init__(self, parent, id, title, size = (390,350)) self.panel = wx.Panel(self) self.vbox1 = wx.Sizer(wx.VERTICAL) self.hbox1 = wx.Sizer(wx.HORIZONTAL) self.hbox2 = wx.Sizer(wx.HORIZONTAL) self.hbox3 = wx.Sizer(wx.HORIZONTAL) self.hbox4 = wx.Sizer(wx.HORIZONTAL) self.yt_username = wx.StaticText(self.panel, label = 'YouTube Username/Email:') … | |
Re: Can't you do it by taking the file with the wordlist, using the "readlines" method and inside a "for" loop, split the word into individual characters (with them being in a list of course), then append that list into a predefined empty list created prior? Then all you would have … | |
Re: If you want to be the author of malware, learn how to code. C&P'ing code won't help you. If you're going to do this you might just as well be downloading a binary for "Super-Mega-HAXOR-L337-RAT" and infecting people with your "SUPER CRYPTED SERVERZ." Lesson for the day: Don't be an … |
The End.