Skip to content
#

multi-threading

Here are 382 public repositories matching this topic...

H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.

  • Updated Jul 24, 2021
  • Jupyter Notebook
sadazs
sadazs commented Mar 15, 2019

Hi! Cod3r
because some website redirect 404 link to not found page same as way:
domain.com/admin --> this link not is admin link but it still live
so this script detect it is admin link live

in worker.py:
if self.urlHandler.scan(url) == 200:
self.logger.info("Admin page found: %s", url)

how to add more same as: if have keyword Page not found or adny keyword to dete

Improve this page

Add a description, image, and links to the multi-threading topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multi-threading topic, visit your repo's landing page and select "manage topics."

Learn more