User Controls
Someone help me get this thing going.
-
2015-10-28 at 5:48 AM UTCThere's got to be something off with that code (like how it got copied, not with the code itself necessarily). time.time() should never return zero unless you've messed with the system time. Also where are "pps" and "bps" coming from? Are those spaces supposed to be underscores? And "var = var = expr" is valid syntax but "var = expr = expr" is not (the last line in that snippet) so you should get betting a syntax error out of the before a runtime divide by zero
-
2015-10-28 at 2:29 PM UTC
There's got to be something off with that code (like how it got copied, not with the code itself necessarily). time.time() should never return zero unless you've messed with the system time. Also where are "pps" and "bps" coming from? Are those spaces supposed to be underscores? And "var = var = expr" is valid syntax but "var = expr = expr" is not (the last line in that snippet) so you should get betting a syntax error out of the before a runtime divide by zero
It's a copypasta from the issue discussion on github did not bother to check the syntax. -
2015-10-28 at 4:51 PM UTCbleep bloop herp derp this that pollywog command.exe
-
2015-10-29 at 1:07 AM UTC
bleep bloop herp derp this that pollywog command.exe
Don't you wish your gf was as cool as me? -
2015-11-10 at 5:09 AM UTC
There's got to be something off with that code (like how it got copied, not with the code itself necessarily). time.time() should never return zero unless you've messed with the system time. Also where are "pps" and "bps" coming from? Are those spaces supposed to be underscores? And "var = var = expr" is valid syntax but "var = expr = expr" is not (the last line in that snippet) so you should get betting a syntax error out of the before a runtime divide by zero
problem is apparently that it's trying to process the next step before it's been able to store and process time(), as someone else noted on the git
once we bypassed it by adding a short delay or skipping if time returns zero, it still failed so I assume there's something else in the code not generating correctly
I'm using it to write a dnsamp script in perl, because I haven't tried raw sockets with it yet -
2015-11-10 at 6:25 AM UTC
-
2015-11-10 at 7:02 PM UTCThanks for looking into this aldra, also, good talk on IRC muh nig. Let me know if you manage to get any progress with this.