ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content

 
Kroooow's Photo
Kroooow Don't be suspecious
0
Reputation
26

Likes

Information

Username Changes:
Joined: 12-09-18
Date of Birth: Age Unknown - Birthday Unknown
Last Visit: Private
Profile Views: 1,265

Statistics

Posts: 128
Leecher Value: 20
Likes:
26
Reputation: 0
Warning level: Low
Threads: 4
Credits: 0
Vouches: 0
Trust Scan: Info
Reported posts: 0
Shouts
Loading...

Groups

Aqua

Signature

Awards

Last visitors

  • Photo
    NoMindset
    02 Oct 2022 - 22:41
  • Photo
    hmxf
    19 Apr 2022 - 02:33
  • Photo
    conrad76
    16 Apr 2022 - 08:21
  • Photo
    zagrebhleb
    22 Feb 2022 - 01:42
  • Photo
    Haurmon
    10 Feb 2022 - 18:36

Hidden Content
You'll be able to see the hidden content once you reply to this topic or upgrade your account.

 

 


  • 21


#21818587 Python - Multithreaded Proxy checker

Posted by Kroooow on 03 October 2019 - 06:06 AM

Does this include the source code? Just wanted to check how it's done and re-construct it, just as a side project. Thanks for your contribution though !

 

I think it's really easy to code. The requests library supports proxies. Just use one and make a GET request to any website. :)

 

@Edit

 

Nevermind, the source code is already available. lol


  • 1


#21722841 HELP WITH PYTHON URGENT PLS :)

Posted by Kroooow on 27 September 2019 - 11:26 PM

Probably you are sending too many requests in a short amount of time.

Try to add a delay on it.

 

import time

# Adding a  delay of 10 sec

 

time.sleep(10)

DoSomething()


  • 1


#21721247 First Programming Language

Posted by Kroooow on 27 September 2019 - 09:53 PM

I think the better program language to start is C.

 

The languages forces you to understand basic data structures, and how it works. :)


  • 1


-->